Shades of Pale Taupe #BB9885
Tints of Pale Taupe #BB9885
RGB
CMYK
RGB Variations
Color information
#BB9885 (or 0xBB9885) is known color: Pale Taupe. HEX triplet: BB, 98 and 85. RGB value is (187,152,133). Sum of RGB (Red+Green+Blue) = 187+152+133=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9885 is #44677A. Grayscale: #A0A0A0. Windows color (decimal): -4482939 or 8755387. OLE color: 8755387.
HSL color Cylindrical-coordinate representation of color #BB9885: hue angle of 21.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9885 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 133 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.27 |
| HSL | 21.11º | 0.28% | 0.63% | - |
| HSV(B) | 21.11º | 0.29% | 0.73% | - |
| XYZ | 35.96 | 34.71 | 27 | - |
| YUV | 160.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 133 | 0 | 0.19 | 0.29 | 0.27 | 21.11 | 0.28 | 0.63 |
| Hex | BB | 98 | 85 | 0 | 13 | 1D | 1B | 15 | 1C | 3F |
| Octal | 273 | 230 | 205 | 0 | 23 | 35 | 33 | 25 | 34 | 77 |
| Binary | 10111011 | 10011000 | 10000101 | 0 | 10011 | 11101 | 11011 | 10101 | 11100 | 111111 |
Color Harmonies of #BB9885
Complementary color
Monochromatic Colors of #BB9885
Black with #BB9885
Text Example
Text Example
White with #BB9885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9885; }
p { color: rgb(187,152,133); }
H1.HeaderClassName
{
color: #BB9885;
}
.AnyTagClassName
{
color: #BB9885;
}
</style>
background-color css
<style>
a { background-color: #BB9885; }
a { background-color: rgb(187,152,133); }
div.DivClassName
{
background-color: #BB9885;
}
.BgClassName
{
background-color: #BB9885;
}
</style>
border-color css
<style>
span { border-color: #BB9885; }
span { border-color: rgb(187,152,133); }
td.TdClassName
{
border-color: #BB9885;
}
.TagClassName
{
border-color: #BB9885;
}
</style>