Shades of Pale Taupe #BB8C70
Tints of Pale Taupe #BB8C70
RGB
CMYK
RGB Variations
Color information
#BB8C70 (or 0xBB8C70) is known color: Pale Taupe. HEX triplet: BB, 8C and 70. RGB value is (187,140,112). Sum of RGB (Red+Green+Blue) = 187+140+112=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C70 is #44738F. Grayscale: #979797. Windows color (decimal): -4486032 or 7376059. OLE color: 7376059.
HSL color Cylindrical-coordinate representation of color #BB8C70: hue angle of 22.4º 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 #BB8C70 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 112 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.27 |
| HSL | 22.4º | 0.36% | 0.59% | - |
| HSV(B) | 22.4º | 0.4% | 0.73% | - |
| XYZ | 32.8 | 30.49 | 19.49 | - |
| YUV | 150.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 112 | 0 | 0.25 | 0.40 | 0.27 | 22.4 | 0.36 | 0.59 |
| Hex | BB | 8C | 70 | 0 | 19 | 28 | 1B | 16 | 24 | 3B |
| Octal | 273 | 214 | 160 | 0 | 31 | 50 | 33 | 26 | 44 | 73 |
| Binary | 10111011 | 10001100 | 1110000 | 0 | 11001 | 101000 | 11011 | 10110 | 100100 | 111011 |
Color Harmonies of #BB8C70
Complementary color
Monochromatic Colors of #BB8C70
Black with #BB8C70
Text Example
Text Example
White with #BB8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C70; }
p { color: rgb(187,140,112); }
H1.HeaderClassName
{
color: #BB8C70;
}
.AnyTagClassName
{
color: #BB8C70;
}
</style>
background-color css
<style>
a { background-color: #BB8C70; }
a { background-color: rgb(187,140,112); }
div.DivClassName
{
background-color: #BB8C70;
}
.BgClassName
{
background-color: #BB8C70;
}
</style>
border-color css
<style>
span { border-color: #BB8C70; }
span { border-color: rgb(187,140,112); }
td.TdClassName
{
border-color: #BB8C70;
}
.TagClassName
{
border-color: #BB8C70;
}
</style>