Shades of Pale Taupe #BD9A7C
Tints of Pale Taupe #BD9A7C
RGB
CMYK
RGB Variations
Color information
#BD9A7C (or 0xBD9A7C) is known color: Pale Taupe. HEX triplet: BD, 9A and 7C. RGB value is (189,154,124). Sum of RGB (Red+Green+Blue) = 189+154+124=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A7C is #426583. Grayscale: #A1A1A1. Windows color (decimal): -4351364 or 8166077. OLE color: 8166077.
HSL color Cylindrical-coordinate representation of color #BD9A7C: hue angle of 27.69º 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 #BD9A7C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 124 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.26 |
| HSL | 27.69º | 0.33% | 0.61% | - |
| HSV(B) | 27.69º | 0.34% | 0.74% | - |
| XYZ | 36.18 | 35.39 | 23.99 | - |
| YUV | 161.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 124 | 0 | 0.19 | 0.34 | 0.26 | 27.69 | 0.33 | 0.61 |
| Hex | BD | 9A | 7C | 0 | 13 | 22 | 1A | 1C | 21 | 3D |
| Octal | 275 | 232 | 174 | 0 | 23 | 42 | 32 | 34 | 41 | 75 |
| Binary | 10111101 | 10011010 | 1111100 | 0 | 10011 | 100010 | 11010 | 11100 | 100001 | 111101 |
Color Harmonies of #BD9A7C
Complementary color
Monochromatic Colors of #BD9A7C
Black with #BD9A7C
Text Example
Text Example
White with #BD9A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A7C; }
p { color: rgb(189,154,124); }
H1.HeaderClassName
{
color: #BD9A7C;
}
.AnyTagClassName
{
color: #BD9A7C;
}
</style>
background-color css
<style>
a { background-color: #BD9A7C; }
a { background-color: rgb(189,154,124); }
div.DivClassName
{
background-color: #BD9A7C;
}
.BgClassName
{
background-color: #BD9A7C;
}
</style>
border-color css
<style>
span { border-color: #BD9A7C; }
span { border-color: rgb(189,154,124); }
td.TdClassName
{
border-color: #BD9A7C;
}
.TagClassName
{
border-color: #BD9A7C;
}
</style>