Shades of Pale Taupe #BD9B7E
Tints of Pale Taupe #BD9B7E
RGB
CMYK
RGB Variations
Color information
#BD9B7E (or 0xBD9B7E) is known color: Pale Taupe. HEX triplet: BD, 9B and 7E. RGB value is (189,155,126). Sum of RGB (Red+Green+Blue) = 189+155+126=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B7E is #426481. Grayscale: #A2A2A2. Windows color (decimal): -4351106 or 8297405. OLE color: 8297405.
HSL color Cylindrical-coordinate representation of color #BD9B7E: hue angle of 27.62º 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 #BD9B7E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 126 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.26 |
| HSL | 27.62º | 0.32% | 0.62% | - |
| HSV(B) | 27.62º | 0.33% | 0.74% | - |
| XYZ | 36.47 | 35.77 | 24.72 | - |
| YUV | 161.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 126 | 0 | 0.18 | 0.33 | 0.26 | 27.62 | 0.32 | 0.62 |
| Hex | BD | 9B | 7E | 0 | 12 | 21 | 1A | 1C | 20 | 3E |
| Octal | 275 | 233 | 176 | 0 | 22 | 41 | 32 | 34 | 40 | 76 |
| Binary | 10111101 | 10011011 | 1111110 | 0 | 10010 | 100001 | 11010 | 11100 | 100000 | 111110 |
Color Harmonies of #BD9B7E
Complementary color
Monochromatic Colors of #BD9B7E
Black with #BD9B7E
Text Example
Text Example
White with #BD9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B7E; }
p { color: rgb(189,155,126); }
H1.HeaderClassName
{
color: #BD9B7E;
}
.AnyTagClassName
{
color: #BD9B7E;
}
</style>
background-color css
<style>
a { background-color: #BD9B7E; }
a { background-color: rgb(189,155,126); }
div.DivClassName
{
background-color: #BD9B7E;
}
.BgClassName
{
background-color: #BD9B7E;
}
</style>
border-color css
<style>
span { border-color: #BD9B7E; }
span { border-color: rgb(189,155,126); }
td.TdClassName
{
border-color: #BD9B7E;
}
.TagClassName
{
border-color: #BD9B7E;
}
</style>