Shades of Pale Taupe #BD9575
Tints of Pale Taupe #BD9575
RGB
CMYK
RGB Variations
Color information
#BD9575 (or 0xBD9575) is known color: Pale Taupe. HEX triplet: BD, 95 and 75. RGB value is (189,149,117). Sum of RGB (Red+Green+Blue) = 189+149+117=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9575 is #426A8A. Grayscale: #9D9D9D. Windows color (decimal): -4352651 or 7706045. OLE color: 7706045.
HSL color Cylindrical-coordinate representation of color #BD9575: hue angle of 26.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9575 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 117 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.26 |
| HSL | 26.67º | 0.35% | 0.6% | - |
| HSV(B) | 26.67º | 0.38% | 0.74% | - |
| XYZ | 34.94 | 33.6 | 21.47 | - |
| YUV | 157.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 117 | 0 | 0.21 | 0.38 | 0.26 | 26.67 | 0.35 | 0.6 |
| Hex | BD | 95 | 75 | 0 | 15 | 26 | 1A | 1B | 23 | 3C |
| Octal | 275 | 225 | 165 | 0 | 25 | 46 | 32 | 33 | 43 | 74 |
| Binary | 10111101 | 10010101 | 1110101 | 0 | 10101 | 100110 | 11010 | 11011 | 100011 | 111100 |
Color Harmonies of #BD9575
Complementary color
Monochromatic Colors of #BD9575
Black with #BD9575
Text Example
Text Example
White with #BD9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9575; }
p { color: rgb(189,149,117); }
H1.HeaderClassName
{
color: #BD9575;
}
.AnyTagClassName
{
color: #BD9575;
}
</style>
background-color css
<style>
a { background-color: #BD9575; }
a { background-color: rgb(189,149,117); }
div.DivClassName
{
background-color: #BD9575;
}
.BgClassName
{
background-color: #BD9575;
}
</style>
border-color css
<style>
span { border-color: #BD9575; }
span { border-color: rgb(189,149,117); }
td.TdClassName
{
border-color: #BD9575;
}
.TagClassName
{
border-color: #BD9575;
}
</style>