Shades of Pale Taupe #BB9984
Tints of Pale Taupe #BB9984
RGB
CMYK
RGB Variations
Color information
#BB9984 (or 0xBB9984) is known color: Pale Taupe. HEX triplet: BB, 99 and 84. RGB value is (187,153,132). Sum of RGB (Red+Green+Blue) = 187+153+132=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9984 is #44667B. Grayscale: #A0A0A0. Windows color (decimal): -4482684 or 8690107. OLE color: 8690107.
HSL color Cylindrical-coordinate representation of color #BB9984: hue angle of 22.91º degrees, saturation: 0.29, 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 #BB9984 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 132 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.27 |
| HSL | 22.91º | 0.29% | 0.63% | - |
| HSV(B) | 22.91º | 0.29% | 0.73% | - |
| XYZ | 36.05 | 35.01 | 26.69 | - |
| YUV | 160.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 132 | 0 | 0.18 | 0.29 | 0.27 | 22.91 | 0.29 | 0.63 |
| Hex | BB | 99 | 84 | 0 | 12 | 1D | 1B | 17 | 1D | 3F |
| Octal | 273 | 231 | 204 | 0 | 22 | 35 | 33 | 27 | 35 | 77 |
| Binary | 10111011 | 10011001 | 10000100 | 0 | 10010 | 11101 | 11011 | 10111 | 11101 | 111111 |
Color Harmonies of #BB9984
Complementary color
Monochromatic Colors of #BB9984
Black with #BB9984
Text Example
Text Example
White with #BB9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9984; }
p { color: rgb(187,153,132); }
H1.HeaderClassName
{
color: #BB9984;
}
.AnyTagClassName
{
color: #BB9984;
}
</style>
background-color css
<style>
a { background-color: #BB9984; }
a { background-color: rgb(187,153,132); }
div.DivClassName
{
background-color: #BB9984;
}
.BgClassName
{
background-color: #BB9984;
}
</style>
border-color css
<style>
span { border-color: #BB9984; }
span { border-color: rgb(187,153,132); }
td.TdClassName
{
border-color: #BB9984;
}
.TagClassName
{
border-color: #BB9984;
}
</style>