Shades of Pale Taupe #BD9A79
Tints of Pale Taupe #BD9A79
RGB
CMYK
RGB Variations
Color information
#BD9A79 (or 0xBD9A79) is known color: Pale Taupe. HEX triplet: BD, 9A and 79. RGB value is (189,154,121). Sum of RGB (Red+Green+Blue) = 189+154+121=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A79 is #426586. Grayscale: #A0A0A0. Windows color (decimal): -4351367 or 7969469. OLE color: 7969469.
HSL color Cylindrical-coordinate representation of color #BD9A79: hue angle of 29.12º 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 #BD9A79 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 121 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.26 |
| HSL | 29.12º | 0.34% | 0.61% | - |
| HSV(B) | 29.12º | 0.36% | 0.74% | - |
| XYZ | 35.99 | 35.31 | 23.01 | - |
| YUV | 160.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 121 | 0 | 0.19 | 0.36 | 0.26 | 29.12 | 0.34 | 0.61 |
| Hex | BD | 9A | 79 | 0 | 13 | 24 | 1A | 1D | 22 | 3D |
| Octal | 275 | 232 | 171 | 0 | 23 | 44 | 32 | 35 | 42 | 75 |
| Binary | 10111101 | 10011010 | 1111001 | 0 | 10011 | 100100 | 11010 | 11101 | 100010 | 111101 |
Color Harmonies of #BD9A79
Complementary color
Monochromatic Colors of #BD9A79
Black with #BD9A79
Text Example
Text Example
White with #BD9A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A79; }
p { color: rgb(189,154,121); }
H1.HeaderClassName
{
color: #BD9A79;
}
.AnyTagClassName
{
color: #BD9A79;
}
</style>
background-color css
<style>
a { background-color: #BD9A79; }
a { background-color: rgb(189,154,121); }
div.DivClassName
{
background-color: #BD9A79;
}
.BgClassName
{
background-color: #BD9A79;
}
</style>
border-color css
<style>
span { border-color: #BD9A79; }
span { border-color: rgb(189,154,121); }
td.TdClassName
{
border-color: #BD9A79;
}
.TagClassName
{
border-color: #BD9A79;
}
</style>