Shades of Ecru #BDAA71
Tints of Ecru #BDAA71
RGB
CMYK
RGB Variations
Color information
#BDAA71 (or 0xBDAA71) is known color: Ecru. HEX triplet: BD, AA and 71. RGB value is (189,170,113). Sum of RGB (Red+Green+Blue) = 189+170+113=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA71 is #42558E. Grayscale: #A9A9A9. Windows color (decimal): -4347279 or 7449277. OLE color: 7449277.
HSL color Cylindrical-coordinate representation of color #BDAA71: hue angle of 45º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAA71 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 113 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.26 |
| HSL | 45º | 0.37% | 0.59% | - |
| HSV(B) | 45º | 0.4% | 0.74% | - |
| XYZ | 38.34 | 40.76 | 21.47 | - |
| YUV | 169.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 113 | 0 | 0.10 | 0.40 | 0.26 | 45 | 0.37 | 0.59 |
| Hex | BD | AA | 71 | 0 | A | 28 | 1A | 2D | 25 | 3B |
| Octal | 275 | 252 | 161 | 0 | 12 | 50 | 32 | 55 | 45 | 73 |
| Binary | 10111101 | 10101010 | 1110001 | 0 | 1010 | 101000 | 11010 | 101101 | 100101 | 111011 |
Color Harmonies of #BDAA71
Complementary color
Monochromatic Colors of #BDAA71
Black with #BDAA71
Text Example
Text Example
White with #BDAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA71; }
p { color: rgb(189,170,113); }
H1.HeaderClassName
{
color: #BDAA71;
}
.AnyTagClassName
{
color: #BDAA71;
}
</style>
background-color css
<style>
a { background-color: #BDAA71; }
a { background-color: rgb(189,170,113); }
div.DivClassName
{
background-color: #BDAA71;
}
.BgClassName
{
background-color: #BDAA71;
}
</style>
border-color css
<style>
span { border-color: #BDAA71; }
span { border-color: rgb(189,170,113); }
td.TdClassName
{
border-color: #BDAA71;
}
.TagClassName
{
border-color: #BDAA71;
}
</style>