Shades of Pale Taupe #BD9F7C
Tints of Pale Taupe #BD9F7C
RGB
CMYK
RGB Variations
Color information
#BD9F7C (or 0xBD9F7C) is known color: Pale Taupe. HEX triplet: BD, 9F and 7C. RGB value is (189,159,124). Sum of RGB (Red+Green+Blue) = 189+159+124=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F7C is #426083. Grayscale: #A4A4A4. Windows color (decimal): -4350084 or 8167357. OLE color: 8167357.
HSL color Cylindrical-coordinate representation of color #BD9F7C: hue angle of 32.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9F7C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 124 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.26 |
| HSL | 32.31º | 0.33% | 0.61% | - |
| HSV(B) | 32.31º | 0.34% | 0.74% | - |
| XYZ | 37.02 | 37.07 | 24.27 | - |
| YUV | 163.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 124 | 0 | 0.16 | 0.34 | 0.26 | 32.31 | 0.33 | 0.61 |
| Hex | BD | 9F | 7C | 0 | 10 | 22 | 1A | 20 | 21 | 3D |
| Octal | 275 | 237 | 174 | 0 | 20 | 42 | 32 | 40 | 41 | 75 |
| Binary | 10111101 | 10011111 | 1111100 | 0 | 10000 | 100010 | 11010 | 100000 | 100001 | 111101 |
Color Harmonies of #BD9F7C
Complementary color
Monochromatic Colors of #BD9F7C
Black with #BD9F7C
Text Example
Text Example
White with #BD9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F7C; }
p { color: rgb(189,159,124); }
H1.HeaderClassName
{
color: #BD9F7C;
}
.AnyTagClassName
{
color: #BD9F7C;
}
</style>
background-color css
<style>
a { background-color: #BD9F7C; }
a { background-color: rgb(189,159,124); }
div.DivClassName
{
background-color: #BD9F7C;
}
.BgClassName
{
background-color: #BD9F7C;
}
</style>
border-color css
<style>
span { border-color: #BD9F7C; }
span { border-color: rgb(189,159,124); }
td.TdClassName
{
border-color: #BD9F7C;
}
.TagClassName
{
border-color: #BD9F7C;
}
</style>