Shades of Pale Taupe #BD9579
Tints of Pale Taupe #BD9579
RGB
CMYK
RGB Variations
Color information
#BD9579 (or 0xBD9579) is known color: Pale Taupe. HEX triplet: BD, 95 and 79. RGB value is (189,149,121). Sum of RGB (Red+Green+Blue) = 189+149+121=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9579 is #426A86. Grayscale: #9D9D9D. Windows color (decimal): -4352647 or 7968189. OLE color: 7968189.
HSL color Cylindrical-coordinate representation of color #BD9579: hue angle of 24.71º 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 #BD9579 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 121 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.26 |
| HSL | 24.71º | 0.34% | 0.61% | - |
| HSV(B) | 24.71º | 0.36% | 0.74% | - |
| XYZ | 35.18 | 33.69 | 22.74 | - |
| YUV | 157.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 121 | 0 | 0.21 | 0.36 | 0.26 | 24.71 | 0.34 | 0.61 |
| Hex | BD | 95 | 79 | 0 | 15 | 24 | 1A | 19 | 22 | 3D |
| Octal | 275 | 225 | 171 | 0 | 25 | 44 | 32 | 31 | 42 | 75 |
| Binary | 10111101 | 10010101 | 1111001 | 0 | 10101 | 100100 | 11010 | 11001 | 100010 | 111101 |
Color Harmonies of #BD9579
Complementary color
Monochromatic Colors of #BD9579
Black with #BD9579
Text Example
Text Example
White with #BD9579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9579; }
p { color: rgb(189,149,121); }
H1.HeaderClassName
{
color: #BD9579;
}
.AnyTagClassName
{
color: #BD9579;
}
</style>
background-color css
<style>
a { background-color: #BD9579; }
a { background-color: rgb(189,149,121); }
div.DivClassName
{
background-color: #BD9579;
}
.BgClassName
{
background-color: #BD9579;
}
</style>
border-color css
<style>
span { border-color: #BD9579; }
span { border-color: rgb(189,149,121); }
td.TdClassName
{
border-color: #BD9579;
}
.TagClassName
{
border-color: #BD9579;
}
</style>