Shades of Pale Taupe #BD9D7D
Tints of Pale Taupe #BD9D7D
RGB
CMYK
RGB Variations
Color information
#BD9D7D (or 0xBD9D7D) is known color: Pale Taupe. HEX triplet: BD, 9D and 7D. RGB value is (189,157,125). Sum of RGB (Red+Green+Blue) = 189+157+125=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D7D is #426282. Grayscale: #A3A3A3. Windows color (decimal): -4350595 or 8232381. OLE color: 8232381.
HSL color Cylindrical-coordinate representation of color #BD9D7D: hue angle of 30º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9D7D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 125 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.26 |
| HSL | 30º | 0.33% | 0.62% | - |
| HSV(B) | 30º | 0.34% | 0.74% | - |
| XYZ | 36.74 | 36.41 | 24.49 | - |
| YUV | 162.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 125 | 0 | 0.17 | 0.34 | 0.26 | 30 | 0.33 | 0.62 |
| Hex | BD | 9D | 7D | 0 | 11 | 22 | 1A | 1E | 21 | 3E |
| Octal | 275 | 235 | 175 | 0 | 21 | 42 | 32 | 36 | 41 | 76 |
| Binary | 10111101 | 10011101 | 1111101 | 0 | 10001 | 100010 | 11010 | 11110 | 100001 | 111110 |
Color Harmonies of #BD9D7D
Complementary color
Monochromatic Colors of #BD9D7D
Black with #BD9D7D
Text Example
Text Example
White with #BD9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D7D; }
p { color: rgb(189,157,125); }
H1.HeaderClassName
{
color: #BD9D7D;
}
.AnyTagClassName
{
color: #BD9D7D;
}
</style>
background-color css
<style>
a { background-color: #BD9D7D; }
a { background-color: rgb(189,157,125); }
div.DivClassName
{
background-color: #BD9D7D;
}
.BgClassName
{
background-color: #BD9D7D;
}
</style>
border-color css
<style>
span { border-color: #BD9D7D; }
span { border-color: rgb(189,157,125); }
td.TdClassName
{
border-color: #BD9D7D;
}
.TagClassName
{
border-color: #BD9D7D;
}
</style>