Shades of Pale Taupe #BD9578
Tints of Pale Taupe #BD9578
RGB
CMYK
RGB Variations
Color information
#BD9578 (or 0xBD9578) is known color: Pale Taupe. HEX triplet: BD, 95 and 78. RGB value is (189,149,120). Sum of RGB (Red+Green+Blue) = 189+149+120=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9578 is #426A87. Grayscale: #9D9D9D. Windows color (decimal): -4352648 or 7902653. OLE color: 7902653.
HSL color Cylindrical-coordinate representation of color #BD9578: hue angle of 25.22º 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 #BD9578 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 120 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.26 |
| HSL | 25.22º | 0.34% | 0.61% | - |
| HSV(B) | 25.22º | 0.37% | 0.74% | - |
| XYZ | 35.12 | 33.67 | 22.42 | - |
| YUV | 157.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 120 | 0 | 0.21 | 0.37 | 0.26 | 25.22 | 0.34 | 0.61 |
| Hex | BD | 95 | 78 | 0 | 15 | 25 | 1A | 19 | 22 | 3D |
| Octal | 275 | 225 | 170 | 0 | 25 | 45 | 32 | 31 | 42 | 75 |
| Binary | 10111101 | 10010101 | 1111000 | 0 | 10101 | 100101 | 11010 | 11001 | 100010 | 111101 |
Color Harmonies of #BD9578
Complementary color
Monochromatic Colors of #BD9578
Black with #BD9578
Text Example
Text Example
White with #BD9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9578; }
p { color: rgb(189,149,120); }
H1.HeaderClassName
{
color: #BD9578;
}
.AnyTagClassName
{
color: #BD9578;
}
</style>
background-color css
<style>
a { background-color: #BD9578; }
a { background-color: rgb(189,149,120); }
div.DivClassName
{
background-color: #BD9578;
}
.BgClassName
{
background-color: #BD9578;
}
</style>
border-color css
<style>
span { border-color: #BD9578; }
span { border-color: rgb(189,149,120); }
td.TdClassName
{
border-color: #BD9578;
}
.TagClassName
{
border-color: #BD9578;
}
</style>