color details

Color Details
#bb9b90 Color Hex

#bb9b90 color RGB value is (11, 185, 185).
#bb9b90 hex color red value is 11, green value is 185, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #bb9b90 hue: 180, saturation: 0.89 and lightness: 0.38.

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

Color Spaces
Color spaces of #bb9b90Value
RGB187, 155, 144
HSL0.04, 0.24, 0.65
HSV15°, 23°, 73°
XYZ37.25, 36.02, 31.37
Base Numbers
Base Red Green Blue
Binary 10111011 10011011 10010000
Octal 273 233 220
Decimal 187 155 144
Hex BB 9B 90

RGB Percentages for Color #bb9b90

38.48%
31.89%
29.63%

CMYK Percentages of the Color #bb9b90

17.11%
22.99%
26.67%
CSS Codes for Color #bb9b90
.mybgColor {background-color: #bb9b90;}
.myforeColor {color: #bb9b90;}
.myborderColor {border:3px solid #bb9b90;}
Text Font Color #bb9b90

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(187, 155, 144, 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 #bb9b90;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #bb9b90
Scroll to Top