Shades of Pale Taupe #BD9A78
Tints of Pale Taupe #BD9A78
RGB
CMYK
RGB Variations
Color information
#BD9A78 (or 0xBD9A78) is known color: Pale Taupe. HEX triplet: BD, 9A and 78. RGB value is (189,154,120). Sum of RGB (Red+Green+Blue) = 189+154+120=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A78 is #426587. Grayscale: #A0A0A0. Windows color (decimal): -4351368 or 7903933. OLE color: 7903933.
HSL color Cylindrical-coordinate representation of color #BD9A78: hue angle of 29.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9A78 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 120 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.26 |
| HSL | 29.57º | 0.34% | 0.61% | - |
| HSV(B) | 29.57º | 0.37% | 0.74% | - |
| XYZ | 35.93 | 35.29 | 22.69 | - |
| YUV | 160.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 120 | 0 | 0.19 | 0.37 | 0.26 | 29.57 | 0.34 | 0.61 |
| Hex | BD | 9A | 78 | 0 | 13 | 25 | 1A | 1E | 22 | 3D |
| Octal | 275 | 232 | 170 | 0 | 23 | 45 | 32 | 36 | 42 | 75 |
| Binary | 10111101 | 10011010 | 1111000 | 0 | 10011 | 100101 | 11010 | 11110 | 100010 | 111101 |
Color Harmonies of #BD9A78
Complementary color
Monochromatic Colors of #BD9A78
Black with #BD9A78
Text Example
Text Example
White with #BD9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A78; }
p { color: rgb(189,154,120); }
H1.HeaderClassName
{
color: #BD9A78;
}
.AnyTagClassName
{
color: #BD9A78;
}
</style>
background-color css
<style>
a { background-color: #BD9A78; }
a { background-color: rgb(189,154,120); }
div.DivClassName
{
background-color: #BD9A78;
}
.BgClassName
{
background-color: #BD9A78;
}
</style>
border-color css
<style>
span { border-color: #BD9A78; }
span { border-color: rgb(189,154,120); }
td.TdClassName
{
border-color: #BD9A78;
}
.TagClassName
{
border-color: #BD9A78;
}
</style>