Shades of Pale Taupe #BB8C71
Tints of Pale Taupe #BB8C71
RGB
CMYK
RGB Variations
Color information
#BB8C71 (or 0xBB8C71) is known color: Pale Taupe. HEX triplet: BB, 8C and 71. RGB value is (187,140,113). Sum of RGB (Red+Green+Blue) = 187+140+113=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C71 is #44738E. Grayscale: #979797. Windows color (decimal): -4486031 or 7441595. OLE color: 7441595.
HSL color Cylindrical-coordinate representation of color #BB8C71: hue angle of 21.89º degrees, saturation: 0.35, 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 #BB8C71 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 113 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.27 |
| HSL | 21.89º | 0.35% | 0.59% | - |
| HSV(B) | 21.89º | 0.4% | 0.73% | - |
| XYZ | 32.85 | 30.51 | 19.78 | - |
| YUV | 150.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 113 | 0 | 0.25 | 0.40 | 0.27 | 21.89 | 0.35 | 0.59 |
| Hex | BB | 8C | 71 | 0 | 19 | 28 | 1B | 16 | 23 | 3B |
| Octal | 273 | 214 | 161 | 0 | 31 | 50 | 33 | 26 | 43 | 73 |
| Binary | 10111011 | 10001100 | 1110001 | 0 | 11001 | 101000 | 11011 | 10110 | 100011 | 111011 |
Color Harmonies of #BB8C71
Complementary color
Monochromatic Colors of #BB8C71
Black with #BB8C71
Text Example
Text Example
White with #BB8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C71; }
p { color: rgb(187,140,113); }
H1.HeaderClassName
{
color: #BB8C71;
}
.AnyTagClassName
{
color: #BB8C71;
}
</style>
background-color css
<style>
a { background-color: #BB8C71; }
a { background-color: rgb(187,140,113); }
div.DivClassName
{
background-color: #BB8C71;
}
.BgClassName
{
background-color: #BB8C71;
}
</style>
border-color css
<style>
span { border-color: #BB8C71; }
span { border-color: rgb(187,140,113); }
td.TdClassName
{
border-color: #BB8C71;
}
.TagClassName
{
border-color: #BB8C71;
}
</style>