Shades of Pale Taupe #BD9975
Tints of Pale Taupe #BD9975
RGB
CMYK
RGB Variations
Color information
#BD9975 (or 0xBD9975) is known color: Pale Taupe. HEX triplet: BD, 99 and 75. RGB value is (189,153,117). Sum of RGB (Red+Green+Blue) = 189+153+117=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9975 is #42668A. Grayscale: #9F9F9F. Windows color (decimal): -4351627 or 7707069. OLE color: 7707069.
HSL color Cylindrical-coordinate representation of color #BD9975: hue angle of 30º 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 #BD9975 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 117 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.26 |
| HSL | 30º | 0.35% | 0.6% | - |
| HSV(B) | 30º | 0.38% | 0.74% | - |
| XYZ | 35.59 | 34.89 | 21.69 | - |
| YUV | 159.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 117 | 0 | 0.19 | 0.38 | 0.26 | 30 | 0.35 | 0.6 |
| Hex | BD | 99 | 75 | 0 | 13 | 26 | 1A | 1E | 23 | 3C |
| Octal | 275 | 231 | 165 | 0 | 23 | 46 | 32 | 36 | 43 | 74 |
| Binary | 10111101 | 10011001 | 1110101 | 0 | 10011 | 100110 | 11010 | 11110 | 100011 | 111100 |
Color Harmonies of #BD9975
Complementary color
Monochromatic Colors of #BD9975
Black with #BD9975
Text Example
Text Example
White with #BD9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9975; }
p { color: rgb(189,153,117); }
H1.HeaderClassName
{
color: #BD9975;
}
.AnyTagClassName
{
color: #BD9975;
}
</style>
background-color css
<style>
a { background-color: #BD9975; }
a { background-color: rgb(189,153,117); }
div.DivClassName
{
background-color: #BD9975;
}
.BgClassName
{
background-color: #BD9975;
}
</style>
border-color css
<style>
span { border-color: #BD9975; }
span { border-color: rgb(189,153,117); }
td.TdClassName
{
border-color: #BD9975;
}
.TagClassName
{
border-color: #BD9975;
}
</style>