color details

Color Details
#b8a262 Color Hex

#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
Color spaces of #b8a262Value
RGB184, 162, 98
HSL0.12, 0.38, 0.55
HSV45°, 47°, 72°
XYZ34.89, 36.91, 16.84
Base Numbers
Base Red Green Blue
Binary 10111000 10100010 1100010
Octal 270 242 142
Decimal 184 162 98
Hex B8 A2 62

RGB Percentages for Color #b8a262

41.44%
36.49%
22.07%

CMYK Percentages of the Color #b8a262

11.96%
46.74%
27.84%
CSS Codes for Color #b8a262
.mybgColor {background-color: #b8a262;}
.myforeColor {color: #b8a262;}
.myborderColor {border:3px solid #b8a262;}
Text Font Color #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,

Background Color #b8a262

<div style="background-color:#b8a262">Div content here</div>

The background color of this div is #b8a262
Border Color #b8a262

<div style="border:3px solid #b8a262">Div here</div>

The border color of this div is #b8a262
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184, 162, 98, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #b8a262;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #b8a262

Scroll to Top