color details

Color Details
#b09a9f Color Hex

#b09a9f color RGB value is (11, 9, 169).
#b09a9f hex color red value is 11, green value is 9, and blue value is 169.
Cylindrical-coordinate representations (HSL) of color #b09a9f hue: 240.75, saturation: 0.9 and lightness: 0.35.

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

Color Spaces
Color spaces of #b09a9fValue
RGB176, 154, 159
HSL0.96, 0.12, 0.65
HSV346°, 13°, 69°
XYZ35.72, 34.85, 37.64
Base Numbers
Base Red Green Blue
Binary 10110000 10011010 10011111
Octal 260 232 237
Decimal 176 154 159
Hex B0 9A 9F

RGB Percentages for Color #b09a9f

35.99%
31.49%
32.52%

CMYK Percentages of the Color #b09a9f

12.5%
9.66%
30.98%
CSS Codes for Color #b09a9f
.mybgColor {background-color: #b09a9f;}
.myforeColor {color: #b09a9f;}
.myborderColor {border:3px solid #b09a9f;}
Text Font Color #b09a9f

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(176, 154, 159, 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 #b09a9f;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top