Shades of Pale Taupe #BD8D70
Tints of Pale Taupe #BD8D70
RGB
CMYK
RGB Variations
Color information
#BD8D70 (or 0xBD8D70) is known color: Pale Taupe. HEX triplet: BD, 8D and 70. RGB value is (189,141,112). Sum of RGB (Red+Green+Blue) = 189+141+112=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D70 is #42728F. Grayscale: #989898. Windows color (decimal): -4354704 or 7376317. OLE color: 7376317.
HSL color Cylindrical-coordinate representation of color #BD8D70: hue angle of 22.6º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8D70 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 112 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.26 |
| HSL | 22.6º | 0.37% | 0.59% | - |
| HSV(B) | 22.6º | 0.41% | 0.74% | - |
| XYZ | 33.44 | 31.04 | 19.56 | - |
| YUV | 152.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 112 | 0 | 0.25 | 0.41 | 0.26 | 22.6 | 0.37 | 0.59 |
| Hex | BD | 8D | 70 | 0 | 19 | 29 | 1A | 17 | 25 | 3B |
| Octal | 275 | 215 | 160 | 0 | 31 | 51 | 32 | 27 | 45 | 73 |
| Binary | 10111101 | 10001101 | 1110000 | 0 | 11001 | 101001 | 11010 | 10111 | 100101 | 111011 |
Color Harmonies of #BD8D70
Complementary color
Monochromatic Colors of #BD8D70
Black with #BD8D70
Text Example
Text Example
White with #BD8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D70; }
p { color: rgb(189,141,112); }
H1.HeaderClassName
{
color: #BD8D70;
}
.AnyTagClassName
{
color: #BD8D70;
}
</style>
background-color css
<style>
a { background-color: #BD8D70; }
a { background-color: rgb(189,141,112); }
div.DivClassName
{
background-color: #BD8D70;
}
.BgClassName
{
background-color: #BD8D70;
}
</style>
border-color css
<style>
span { border-color: #BD8D70; }
span { border-color: rgb(189,141,112); }
td.TdClassName
{
border-color: #BD8D70;
}
.TagClassName
{
border-color: #BD8D70;
}
</style>