Shades of Pale Taupe #BD8E79
Tints of Pale Taupe #BD8E79
RGB
CMYK
RGB Variations
Color information
#BD8E79 (or 0xBD8E79) is known color: Pale Taupe. HEX triplet: BD, 8E and 79. RGB value is (189,142,121). Sum of RGB (Red+Green+Blue) = 189+142+121=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E79 is #427186. Grayscale: #999999. Windows color (decimal): -4354439 or 7966397. OLE color: 7966397.
HSL color Cylindrical-coordinate representation of color #BD8E79: hue angle of 18.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8E79 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 121 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.26 |
| HSL | 18.53º | 0.34% | 0.61% | - |
| HSV(B) | 18.53º | 0.36% | 0.74% | - |
| XYZ | 34.11 | 31.55 | 22.38 | - |
| YUV | 153.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 121 | 0 | 0.25 | 0.36 | 0.26 | 18.53 | 0.34 | 0.61 |
| Hex | BD | 8E | 79 | 0 | 19 | 24 | 1A | 13 | 22 | 3D |
| Octal | 275 | 216 | 171 | 0 | 31 | 44 | 32 | 23 | 42 | 75 |
| Binary | 10111101 | 10001110 | 1111001 | 0 | 11001 | 100100 | 11010 | 10011 | 100010 | 111101 |
Color Harmonies of #BD8E79
Complementary color
Monochromatic Colors of #BD8E79
Black with #BD8E79
Text Example
Text Example
White with #BD8E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E79; }
p { color: rgb(189,142,121); }
H1.HeaderClassName
{
color: #BD8E79;
}
.AnyTagClassName
{
color: #BD8E79;
}
</style>
background-color css
<style>
a { background-color: #BD8E79; }
a { background-color: rgb(189,142,121); }
div.DivClassName
{
background-color: #BD8E79;
}
.BgClassName
{
background-color: #BD8E79;
}
</style>
border-color css
<style>
span { border-color: #BD8E79; }
span { border-color: rgb(189,142,121); }
td.TdClassName
{
border-color: #BD8E79;
}
.TagClassName
{
border-color: #BD8E79;
}
</style>