Shades of Pale Taupe #BB8E70
Tints of Pale Taupe #BB8E70
RGB
CMYK
RGB Variations
Color information
#BB8E70 (or 0xBB8E70) is known color: Pale Taupe. HEX triplet: BB, 8E and 70. RGB value is (187,142,112). Sum of RGB (Red+Green+Blue) = 187+142+112=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E70 is #44718F. Grayscale: #989898. Windows color (decimal): -4485520 or 7376571. OLE color: 7376571.
HSL color Cylindrical-coordinate representation of color #BB8E70: hue angle of 24º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8E70 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 112 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.27 |
| HSL | 24º | 0.36% | 0.59% | - |
| HSV(B) | 24º | 0.4% | 0.73% | - |
| XYZ | 33.09 | 31.08 | 19.58 | - |
| YUV | 152.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 112 | 0 | 0.24 | 0.40 | 0.27 | 24 | 0.36 | 0.59 |
| Hex | BB | 8E | 70 | 0 | 18 | 28 | 1B | 18 | 24 | 3B |
| Octal | 273 | 216 | 160 | 0 | 30 | 50 | 33 | 30 | 44 | 73 |
| Binary | 10111011 | 10001110 | 1110000 | 0 | 11000 | 101000 | 11011 | 11000 | 100100 | 111011 |
Color Harmonies of #BB8E70
Complementary color
Monochromatic Colors of #BB8E70
Black with #BB8E70
Text Example
Text Example
White with #BB8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E70; }
p { color: rgb(187,142,112); }
H1.HeaderClassName
{
color: #BB8E70;
}
.AnyTagClassName
{
color: #BB8E70;
}
</style>
background-color css
<style>
a { background-color: #BB8E70; }
a { background-color: rgb(187,142,112); }
div.DivClassName
{
background-color: #BB8E70;
}
.BgClassName
{
background-color: #BB8E70;
}
</style>
border-color css
<style>
span { border-color: #BB8E70; }
span { border-color: rgb(187,142,112); }
td.TdClassName
{
border-color: #BB8E70;
}
.TagClassName
{
border-color: #BB8E70;
}
</style>