Shades of Pale Taupe #BD9E7E
Tints of Pale Taupe #BD9E7E
RGB
CMYK
RGB Variations
Color information
#BD9E7E (or 0xBD9E7E) is known color: Pale Taupe. HEX triplet: BD, 9E and 7E. RGB value is (189,158,126). Sum of RGB (Red+Green+Blue) = 189+158+126=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E7E is #426181. Grayscale: #A3A3A3. Windows color (decimal): -4350338 or 8298173. OLE color: 8298173.
HSL color Cylindrical-coordinate representation of color #BD9E7E: hue angle of 30.48º 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 #BD9E7E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 126 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.26 |
| HSL | 30.48º | 0.32% | 0.62% | - |
| HSV(B) | 30.48º | 0.33% | 0.74% | - |
| XYZ | 36.98 | 36.78 | 24.89 | - |
| YUV | 163.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 126 | 0 | 0.16 | 0.33 | 0.26 | 30.48 | 0.32 | 0.62 |
| Hex | BD | 9E | 7E | 0 | 10 | 21 | 1A | 1E | 20 | 3E |
| Octal | 275 | 236 | 176 | 0 | 20 | 41 | 32 | 36 | 40 | 76 |
| Binary | 10111101 | 10011110 | 1111110 | 0 | 10000 | 100001 | 11010 | 11110 | 100000 | 111110 |
Color Harmonies of #BD9E7E
Complementary color
Monochromatic Colors of #BD9E7E
Black with #BD9E7E
Text Example
Text Example
White with #BD9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E7E; }
p { color: rgb(189,158,126); }
H1.HeaderClassName
{
color: #BD9E7E;
}
.AnyTagClassName
{
color: #BD9E7E;
}
</style>
background-color css
<style>
a { background-color: #BD9E7E; }
a { background-color: rgb(189,158,126); }
div.DivClassName
{
background-color: #BD9E7E;
}
.BgClassName
{
background-color: #BD9E7E;
}
</style>
border-color css
<style>
span { border-color: #BD9E7E; }
span { border-color: rgb(189,158,126); }
td.TdClassName
{
border-color: #BD9E7E;
}
.TagClassName
{
border-color: #BD9E7E;
}
</style>