Shades of Pale Taupe #BB8F71
Tints of Pale Taupe #BB8F71
RGB
CMYK
RGB Variations
Color information
#BB8F71 (or 0xBB8F71) is known color: Pale Taupe. HEX triplet: BB, 8F and 71. RGB value is (187,143,113). Sum of RGB (Red+Green+Blue) = 187+143+113=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F71 is #44708E. Grayscale: #989898. Windows color (decimal): -4485263 or 7442363. OLE color: 7442363.
HSL color Cylindrical-coordinate representation of color #BB8F71: hue angle of 24.32º 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 #BB8F71 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 113 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.27 |
| HSL | 24.32º | 0.35% | 0.59% | - |
| HSV(B) | 24.32º | 0.4% | 0.73% | - |
| XYZ | 33.3 | 31.4 | 19.93 | - |
| YUV | 152.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 113 | 0 | 0.24 | 0.40 | 0.27 | 24.32 | 0.35 | 0.59 |
| Hex | BB | 8F | 71 | 0 | 18 | 28 | 1B | 18 | 23 | 3B |
| Octal | 273 | 217 | 161 | 0 | 30 | 50 | 33 | 30 | 43 | 73 |
| Binary | 10111011 | 10001111 | 1110001 | 0 | 11000 | 101000 | 11011 | 11000 | 100011 | 111011 |
Color Harmonies of #BB8F71
Complementary color
Monochromatic Colors of #BB8F71
Black with #BB8F71
Text Example
Text Example
White with #BB8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F71; }
p { color: rgb(187,143,113); }
H1.HeaderClassName
{
color: #BB8F71;
}
.AnyTagClassName
{
color: #BB8F71;
}
</style>
background-color css
<style>
a { background-color: #BB8F71; }
a { background-color: rgb(187,143,113); }
div.DivClassName
{
background-color: #BB8F71;
}
.BgClassName
{
background-color: #BB8F71;
}
</style>
border-color css
<style>
span { border-color: #BB8F71; }
span { border-color: rgb(187,143,113); }
td.TdClassName
{
border-color: #BB8F71;
}
.TagClassName
{
border-color: #BB8F71;
}
</style>