Shades of Pale Taupe #BD9A7F
Tints of Pale Taupe #BD9A7F
RGB
CMYK
RGB Variations
Color information
#BD9A7F (or 0xBD9A7F) is known color: Pale Taupe. HEX triplet: BD, 9A and 7F. RGB value is (189,154,127). Sum of RGB (Red+Green+Blue) = 189+154+127=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A7F is #426580. Grayscale: #A1A1A1. Windows color (decimal): -4351361 or 8362685. OLE color: 8362685.
HSL color Cylindrical-coordinate representation of color #BD9A7F: hue angle of 26.13º 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 #BD9A7F is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 127 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.26 |
| HSL | 26.13º | 0.32% | 0.62% | - |
| HSV(B) | 26.13º | 0.33% | 0.74% | - |
| XYZ | 36.37 | 35.46 | 25.01 | - |
| YUV | 161.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 127 | 0 | 0.19 | 0.33 | 0.26 | 26.13 | 0.32 | 0.62 |
| Hex | BD | 9A | 7F | 0 | 13 | 21 | 1A | 1A | 20 | 3E |
| Octal | 275 | 232 | 177 | 0 | 23 | 41 | 32 | 32 | 40 | 76 |
| Binary | 10111101 | 10011010 | 1111111 | 0 | 10011 | 100001 | 11010 | 11010 | 100000 | 111110 |
Color Harmonies of #BD9A7F
Complementary color
Monochromatic Colors of #BD9A7F
Black with #BD9A7F
Text Example
Text Example
White with #BD9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A7F; }
p { color: rgb(189,154,127); }
H1.HeaderClassName
{
color: #BD9A7F;
}
.AnyTagClassName
{
color: #BD9A7F;
}
</style>
background-color css
<style>
a { background-color: #BD9A7F; }
a { background-color: rgb(189,154,127); }
div.DivClassName
{
background-color: #BD9A7F;
}
.BgClassName
{
background-color: #BD9A7F;
}
</style>
border-color css
<style>
span { border-color: #BD9A7F; }
span { border-color: rgb(189,154,127); }
td.TdClassName
{
border-color: #BD9A7F;
}
.TagClassName
{
border-color: #BD9A7F;
}
</style>