Shades of Pale Taupe #BB9E88
Tints of Pale Taupe #BB9E88
RGB
CMYK
RGB Variations
Color information
#BB9E88 (or 0xBB9E88) is known color: Pale Taupe. HEX triplet: BB, 9E and 88. RGB value is (187,158,136). Sum of RGB (Red+Green+Blue) = 187+158+136=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9E88 is #446177. Grayscale: #A4A4A4. Windows color (decimal): -4481400 or 8953531. OLE color: 8953531.
HSL color Cylindrical-coordinate representation of color #BB9E88: hue angle of 25.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9E88 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 136 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.27 |
| HSL | 25.88º | 0.27% | 0.63% | - |
| HSV(B) | 25.88º | 0.27% | 0.73% | - |
| XYZ | 37.16 | 36.8 | 28.44 | - |
| YUV | 164.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 136 | 0 | 0.16 | 0.27 | 0.27 | 25.88 | 0.27 | 0.63 |
| Hex | BB | 9E | 88 | 0 | 10 | 1B | 1B | 1A | 1B | 3F |
| Octal | 273 | 236 | 210 | 0 | 20 | 33 | 33 | 32 | 33 | 77 |
| Binary | 10111011 | 10011110 | 10001000 | 0 | 10000 | 11011 | 11011 | 11010 | 11011 | 111111 |
Color Harmonies of #BB9E88
Complementary color
Monochromatic Colors of #BB9E88
Black with #BB9E88
Text Example
Text Example
White with #BB9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E88; }
p { color: rgb(187,158,136); }
H1.HeaderClassName
{
color: #BB9E88;
}
.AnyTagClassName
{
color: #BB9E88;
}
</style>
background-color css
<style>
a { background-color: #BB9E88; }
a { background-color: rgb(187,158,136); }
div.DivClassName
{
background-color: #BB9E88;
}
.BgClassName
{
background-color: #BB9E88;
}
</style>
border-color css
<style>
span { border-color: #BB9E88; }
span { border-color: rgb(187,158,136); }
td.TdClassName
{
border-color: #BB9E88;
}
.TagClassName
{
border-color: #BB9E88;
}
</style>