Shades of Pale Taupe #BB9F83
Tints of Pale Taupe #BB9F83
RGB
CMYK
RGB Variations
Color information
#BB9F83 (or 0xBB9F83) is known color: Pale Taupe. HEX triplet: BB, 9F and 83. RGB value is (187,159,131). Sum of RGB (Red+Green+Blue) = 187+159+131=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F83 is #44607C. Grayscale: #A4A4A4. Windows color (decimal): -4481149 or 8626107. OLE color: 8626107.
HSL color Cylindrical-coordinate representation of color #BB9F83: hue angle of 30º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9F83 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 131 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.27 |
| HSL | 30º | 0.29% | 0.62% | - |
| HSV(B) | 30º | 0.3% | 0.73% | - |
| XYZ | 36.99 | 37 | 26.66 | - |
| YUV | 164.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 131 | 0 | 0.15 | 0.30 | 0.27 | 30 | 0.29 | 0.62 |
| Hex | BB | 9F | 83 | 0 | F | 1E | 1B | 1E | 1D | 3E |
| Octal | 273 | 237 | 203 | 0 | 17 | 36 | 33 | 36 | 35 | 76 |
| Binary | 10111011 | 10011111 | 10000011 | 0 | 1111 | 11110 | 11011 | 11110 | 11101 | 111110 |
Color Harmonies of #BB9F83
Complementary color
Monochromatic Colors of #BB9F83
Black with #BB9F83
Text Example
Text Example
White with #BB9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F83; }
p { color: rgb(187,159,131); }
H1.HeaderClassName
{
color: #BB9F83;
}
.AnyTagClassName
{
color: #BB9F83;
}
</style>
background-color css
<style>
a { background-color: #BB9F83; }
a { background-color: rgb(187,159,131); }
div.DivClassName
{
background-color: #BB9F83;
}
.BgClassName
{
background-color: #BB9F83;
}
</style>
border-color css
<style>
span { border-color: #BB9F83; }
span { border-color: rgb(187,159,131); }
td.TdClassName
{
border-color: #BB9F83;
}
.TagClassName
{
border-color: #BB9F83;
}
</style>