Shades of Pale Taupe #BD9C7E
Tints of Pale Taupe #BD9C7E
RGB
CMYK
RGB Variations
Color information
#BD9C7E (or 0xBD9C7E) is known color: Pale Taupe. HEX triplet: BD, 9C and 7E. RGB value is (189,156,126). Sum of RGB (Red+Green+Blue) = 189+156+126=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C7E is #426381. Grayscale: #A2A2A2. Windows color (decimal): -4350850 or 8297661. OLE color: 8297661.
HSL color Cylindrical-coordinate representation of color #BD9C7E: hue angle of 28.57º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9C7E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 126 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.26 |
| HSL | 28.57º | 0.32% | 0.62% | - |
| HSV(B) | 28.57º | 0.33% | 0.74% | - |
| XYZ | 36.64 | 36.1 | 24.78 | - |
| YUV | 162.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 126 | 0 | 0.17 | 0.33 | 0.26 | 28.57 | 0.32 | 0.62 |
| Hex | BD | 9C | 7E | 0 | 11 | 21 | 1A | 1D | 20 | 3E |
| Octal | 275 | 234 | 176 | 0 | 21 | 41 | 32 | 35 | 40 | 76 |
| Binary | 10111101 | 10011100 | 1111110 | 0 | 10001 | 100001 | 11010 | 11101 | 100000 | 111110 |
Color Harmonies of #BD9C7E
Complementary color
Monochromatic Colors of #BD9C7E
Black with #BD9C7E
Text Example
Text Example
White with #BD9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C7E; }
p { color: rgb(189,156,126); }
H1.HeaderClassName
{
color: #BD9C7E;
}
.AnyTagClassName
{
color: #BD9C7E;
}
</style>
background-color css
<style>
a { background-color: #BD9C7E; }
a { background-color: rgb(189,156,126); }
div.DivClassName
{
background-color: #BD9C7E;
}
.BgClassName
{
background-color: #BD9C7E;
}
</style>
border-color css
<style>
span { border-color: #BD9C7E; }
span { border-color: rgb(189,156,126); }
td.TdClassName
{
border-color: #BD9C7E;
}
.TagClassName
{
border-color: #BD9C7E;
}
</style>