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