Shades of Pale Taupe #BD9F7D
Tints of Pale Taupe #BD9F7D
RGB
CMYK
RGB Variations
Color information
#BD9F7D (or 0xBD9F7D) is known color: Pale Taupe. HEX triplet: BD, 9F and 7D. RGB value is (189,159,125). Sum of RGB (Red+Green+Blue) = 189+159+125=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F7D is #426082. Grayscale: #A4A4A4. Windows color (decimal): -4350083 or 8232893. OLE color: 8232893.
HSL color Cylindrical-coordinate representation of color #BD9F7D: hue angle of 31.88º 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 #BD9F7D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 125 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.26 |
| HSL | 31.88º | 0.33% | 0.62% | - |
| HSV(B) | 31.88º | 0.34% | 0.74% | - |
| XYZ | 37.09 | 37.1 | 24.61 | - |
| YUV | 164.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 125 | 0 | 0.16 | 0.34 | 0.26 | 31.88 | 0.33 | 0.62 |
| Hex | BD | 9F | 7D | 0 | 10 | 22 | 1A | 20 | 21 | 3E |
| Octal | 275 | 237 | 175 | 0 | 20 | 42 | 32 | 40 | 41 | 76 |
| Binary | 10111101 | 10011111 | 1111101 | 0 | 10000 | 100010 | 11010 | 100000 | 100001 | 111110 |
Color Harmonies of #BD9F7D
Complementary color
Monochromatic Colors of #BD9F7D
Black with #BD9F7D
Text Example
Text Example
White with #BD9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F7D; }
p { color: rgb(189,159,125); }
H1.HeaderClassName
{
color: #BD9F7D;
}
.AnyTagClassName
{
color: #BD9F7D;
}
</style>
background-color css
<style>
a { background-color: #BD9F7D; }
a { background-color: rgb(189,159,125); }
div.DivClassName
{
background-color: #BD9F7D;
}
.BgClassName
{
background-color: #BD9F7D;
}
</style>
border-color css
<style>
span { border-color: #BD9F7D; }
span { border-color: rgb(189,159,125); }
td.TdClassName
{
border-color: #BD9F7D;
}
.TagClassName
{
border-color: #BD9F7D;
}
</style>