Shades of Pale Taupe #BD8E71
Tints of Pale Taupe #BD8E71
RGB
CMYK
RGB Variations
Color information
#BD8E71 (or 0xBD8E71) is known color: Pale Taupe. HEX triplet: BD, 8E and 71. RGB value is (189,142,113). Sum of RGB (Red+Green+Blue) = 189+142+113=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E71 is #42718E. Grayscale: #989898. Windows color (decimal): -4354447 or 7442109. OLE color: 7442109.
HSL color Cylindrical-coordinate representation of color #BD8E71: hue angle of 22.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8E71 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 113 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.26 |
| HSL | 22.89º | 0.37% | 0.59% | - |
| HSV(B) | 22.89º | 0.4% | 0.74% | - |
| XYZ | 33.64 | 31.36 | 19.9 | - |
| YUV | 152.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 113 | 0 | 0.25 | 0.40 | 0.26 | 22.89 | 0.37 | 0.59 |
| Hex | BD | 8E | 71 | 0 | 19 | 28 | 1A | 17 | 25 | 3B |
| Octal | 275 | 216 | 161 | 0 | 31 | 50 | 32 | 27 | 45 | 73 |
| Binary | 10111101 | 10001110 | 1110001 | 0 | 11001 | 101000 | 11010 | 10111 | 100101 | 111011 |
Color Harmonies of #BD8E71
Complementary color
Monochromatic Colors of #BD8E71
Black with #BD8E71
Text Example
Text Example
White with #BD8E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E71; }
p { color: rgb(189,142,113); }
H1.HeaderClassName
{
color: #BD8E71;
}
.AnyTagClassName
{
color: #BD8E71;
}
</style>
background-color css
<style>
a { background-color: #BD8E71; }
a { background-color: rgb(189,142,113); }
div.DivClassName
{
background-color: #BD8E71;
}
.BgClassName
{
background-color: #BD8E71;
}
</style>
border-color css
<style>
span { border-color: #BD8E71; }
span { border-color: rgb(189,142,113); }
td.TdClassName
{
border-color: #BD8E71;
}
.TagClassName
{
border-color: #BD8E71;
}
</style>