#b8a262 color RGB value is (11, 138, 38).
#b8a262 hex color red value is 11, green value is 138, and blue value is 38.
Cylindrical-coordinate representations (HSL) of color #b8a262
hue: 132.76,
saturation: 0.85 and lightness: 0.29.
The process color (four-color CMYK) of #b8a262 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b8a262 is #ff9999. Color #b8a262 contains mainly RED.
| Color spaces of #b8a262 | Value |
|---|---|
| RGB | 184, 162, 98 |
| HSL | 0.12, 0.38, 0.55 |
| HSV | 45°, 47°, 72° |
| XYZ | 34.89, 36.91, 16.84 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111000 | 10100010 | 1100010 |
| Octal | 270 | 242 | 142 |
| Decimal | 184 | 162 | 98 |
| Hex | B8 | A2 | 62 |
Shades of #b8a262
Tints of #b8a262
.mybgColor {background-color: #b8a262;}
.myforeColor {color: #b8a262;}
.myborderColor {border:3px solid #b8a262;}
<p style="color:#b8a262">Text here</p>
This sample text is styled with the font color #b8a262. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b8a262">Div content here</div>
<div style="border:3px solid #b8a262">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(184, 162, 98, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b8a262; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b8a262;
-webkit-box-shadow: 1px 1px 3px #b8a262;
box-shadow: 1px 1px 3px #b8a262; }
<p style="text-shadow: 4px 4px 2px rgba(184, 162, 98, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b8a262;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b8a262;
-webkit-box-shadow: 1px 1px 3px #b8a262;
box-shadow: 1px 1px 3px #b8a262;">Div content here</div>
