Shades of Pale Taupe #BD8E73
Tints of Pale Taupe #BD8E73
RGB
CMYK
RGB Variations
Color information
#BD8E73 (or 0xBD8E73) is known color: Pale Taupe. HEX triplet: BD, 8E and 73. RGB value is (189,142,115). Sum of RGB (Red+Green+Blue) = 189+142+115=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E73 is #42718C. Grayscale: #999999. Windows color (decimal): -4354445 or 7573181. OLE color: 7573181.
HSL color Cylindrical-coordinate representation of color #BD8E73: hue angle of 21.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8E73 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 115 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.26 |
| HSL | 21.89º | 0.36% | 0.6% | - |
| HSV(B) | 21.89º | 0.39% | 0.74% | - |
| XYZ | 33.75 | 31.4 | 20.5 | - |
| YUV | 152.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 115 | 0 | 0.25 | 0.39 | 0.26 | 21.89 | 0.36 | 0.6 |
| Hex | BD | 8E | 73 | 0 | 19 | 27 | 1A | 16 | 24 | 3C |
| Octal | 275 | 216 | 163 | 0 | 31 | 47 | 32 | 26 | 44 | 74 |
| Binary | 10111101 | 10001110 | 1110011 | 0 | 11001 | 100111 | 11010 | 10110 | 100100 | 111100 |
Color Harmonies of #BD8E73
Complementary color
Monochromatic Colors of #BD8E73
Black with #BD8E73
Text Example
Text Example
White with #BD8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E73; }
p { color: rgb(189,142,115); }
H1.HeaderClassName
{
color: #BD8E73;
}
.AnyTagClassName
{
color: #BD8E73;
}
</style>
background-color css
<style>
a { background-color: #BD8E73; }
a { background-color: rgb(189,142,115); }
div.DivClassName
{
background-color: #BD8E73;
}
.BgClassName
{
background-color: #BD8E73;
}
</style>
border-color css
<style>
span { border-color: #BD8E73; }
span { border-color: rgb(189,142,115); }
td.TdClassName
{
border-color: #BD8E73;
}
.TagClassName
{
border-color: #BD8E73;
}
</style>