color details

Color Details
#b2a59d Color Hex

#b2a59d color RGB value is (11, 42, 89).
#b2a59d hex color red value is 11, green value is 42, and blue value is 89.
Cylindrical-coordinate representations (HSL) of color #b2a59d hue: 216.15, saturation: 0.78 and lightness: 0.2.

The process color (four-color CMYK) of #b2a59d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b2a59d is #ff9999. Color #b2a59d contains mainly RED.

Color Spaces
Color spaces of #b2a59dValue
RGB178, 165, 157
HSL0.06, 0.12, 0.66
HSV23°, 12°, 70°
XYZ37.9, 38.81, 37.39
Base Numbers
Base Red Green Blue
Binary 10110010 10100101 10011101
Octal 262 245 235
Decimal 178 165 157
Hex B2 A5 9D

RGB Percentages for Color #b2a59d

35.6%
33%
31.4%

CMYK Percentages of the Color #b2a59d

7.3%
11.8%
30.2%
CSS Codes for Color #b2a59d
.mybgColor {background-color: #b2a59d;}
.myforeColor {color: #b2a59d;}
.myborderColor {border:3px solid #b2a59d;}
Text Font Color #b2a59d

<p style="color:#b2a59d">Text here</p>

This sample text is styled with the font color #b2a59d. 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 #b2a59d

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

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

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

The border color of this div is #b2a59d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(178, 165, 157, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #b2a59d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #b2a59d;
-webkit-box-shadow: 1px 1px 3px #b2a59d;
box-shadow: 1px 1px 3px #b2a59d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178, 165, 157, 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 #b2a59d;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #b2a59d; -webkit-box-shadow: 1px 1px 3px #b2a59d; box-shadow: 1px 1px 3px #b2a59d;">Div content here</div>

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

Scroll to Top