Shades of Pale Taupe #BD8E72
Tints of Pale Taupe #BD8E72
RGB
CMYK
RGB Variations
Color information
#BD8E72 (or 0xBD8E72) is known color: Pale Taupe. HEX triplet: BD, 8E and 72. RGB value is (189,142,114). Sum of RGB (Red+Green+Blue) = 189+142+114=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E72 is #42718D. Grayscale: #999999. Windows color (decimal): -4354446 or 7507645. OLE color: 7507645.
HSL color Cylindrical-coordinate representation of color #BD8E72: hue angle of 22.4º degrees, saturation: 0.36, 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 #BD8E72 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 114 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.26 |
| HSL | 22.4º | 0.36% | 0.59% | - |
| HSV(B) | 22.4º | 0.4% | 0.74% | - |
| XYZ | 33.7 | 31.38 | 20.2 | - |
| YUV | 152.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 114 | 0 | 0.25 | 0.40 | 0.26 | 22.4 | 0.36 | 0.59 |
| Hex | BD | 8E | 72 | 0 | 19 | 28 | 1A | 16 | 24 | 3B |
| Octal | 275 | 216 | 162 | 0 | 31 | 50 | 32 | 26 | 44 | 73 |
| Binary | 10111101 | 10001110 | 1110010 | 0 | 11001 | 101000 | 11010 | 10110 | 100100 | 111011 |
Color Harmonies of #BD8E72
Complementary color
Monochromatic Colors of #BD8E72
Black with #BD8E72
Text Example
Text Example
White with #BD8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E72; }
p { color: rgb(189,142,114); }
H1.HeaderClassName
{
color: #BD8E72;
}
.AnyTagClassName
{
color: #BD8E72;
}
</style>
background-color css
<style>
a { background-color: #BD8E72; }
a { background-color: rgb(189,142,114); }
div.DivClassName
{
background-color: #BD8E72;
}
.BgClassName
{
background-color: #BD8E72;
}
</style>
border-color css
<style>
span { border-color: #BD8E72; }
span { border-color: rgb(189,142,114); }
td.TdClassName
{
border-color: #BD8E72;
}
.TagClassName
{
border-color: #BD8E72;
}
</style>