Shades of Pale Taupe #BD9F7E
Tints of Pale Taupe #BD9F7E
RGB
CMYK
RGB Variations
Color information
#BD9F7E (or 0xBD9F7E) is known color: Pale Taupe. HEX triplet: BD, 9F and 7E. RGB value is (189,159,126). Sum of RGB (Red+Green+Blue) = 189+159+126=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F7E is #426081. Grayscale: #A4A4A4. Windows color (decimal): -4350082 or 8298429. OLE color: 8298429.
HSL color Cylindrical-coordinate representation of color #BD9F7E: hue angle of 31.43º 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 #BD9F7E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 126 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.26 |
| HSL | 31.43º | 0.32% | 0.62% | - |
| HSV(B) | 31.43º | 0.33% | 0.74% | - |
| XYZ | 37.15 | 37.12 | 24.95 | - |
| YUV | 164.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 126 | 0 | 0.16 | 0.33 | 0.26 | 31.43 | 0.32 | 0.62 |
| Hex | BD | 9F | 7E | 0 | 10 | 21 | 1A | 1F | 20 | 3E |
| Octal | 275 | 237 | 176 | 0 | 20 | 41 | 32 | 37 | 40 | 76 |
| Binary | 10111101 | 10011111 | 1111110 | 0 | 10000 | 100001 | 11010 | 11111 | 100000 | 111110 |
Color Harmonies of #BD9F7E
Complementary color
Monochromatic Colors of #BD9F7E
Black with #BD9F7E
Text Example
Text Example
White with #BD9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F7E; }
p { color: rgb(189,159,126); }
H1.HeaderClassName
{
color: #BD9F7E;
}
.AnyTagClassName
{
color: #BD9F7E;
}
</style>
background-color css
<style>
a { background-color: #BD9F7E; }
a { background-color: rgb(189,159,126); }
div.DivClassName
{
background-color: #BD9F7E;
}
.BgClassName
{
background-color: #BD9F7E;
}
</style>
border-color css
<style>
span { border-color: #BD9F7E; }
span { border-color: rgb(189,159,126); }
td.TdClassName
{
border-color: #BD9F7E;
}
.TagClassName
{
border-color: #BD9F7E;
}
</style>