Shades of Pale Taupe #BD9978
Tints of Pale Taupe #BD9978
RGB
CMYK
RGB Variations
Color information
#BD9978 (or 0xBD9978) is known color: Pale Taupe. HEX triplet: BD, 99 and 78. RGB value is (189,153,120). Sum of RGB (Red+Green+Blue) = 189+153+120=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9978 is #426687. Grayscale: #A0A0A0. Windows color (decimal): -4351624 or 7903677. OLE color: 7903677.
HSL color Cylindrical-coordinate representation of color #BD9978: hue angle of 28.7º 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 #BD9978 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 120 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.26 |
| HSL | 28.7º | 0.34% | 0.61% | - |
| HSV(B) | 28.7º | 0.37% | 0.74% | - |
| XYZ | 35.77 | 34.96 | 22.63 | - |
| YUV | 160 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 120 | 0 | 0.19 | 0.37 | 0.26 | 28.7 | 0.34 | 0.61 |
| Hex | BD | 99 | 78 | 0 | 13 | 25 | 1A | 1D | 22 | 3D |
| Octal | 275 | 231 | 170 | 0 | 23 | 45 | 32 | 35 | 42 | 75 |
| Binary | 10111101 | 10011001 | 1111000 | 0 | 10011 | 100101 | 11010 | 11101 | 100010 | 111101 |
Color Harmonies of #BD9978
Complementary color
Monochromatic Colors of #BD9978
Black with #BD9978
Text Example
Text Example
White with #BD9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9978; }
p { color: rgb(189,153,120); }
H1.HeaderClassName
{
color: #BD9978;
}
.AnyTagClassName
{
color: #BD9978;
}
</style>
background-color css
<style>
a { background-color: #BD9978; }
a { background-color: rgb(189,153,120); }
div.DivClassName
{
background-color: #BD9978;
}
.BgClassName
{
background-color: #BD9978;
}
</style>
border-color css
<style>
span { border-color: #BD9978; }
span { border-color: rgb(189,153,120); }
td.TdClassName
{
border-color: #BD9978;
}
.TagClassName
{
border-color: #BD9978;
}
</style>