Shades of Ecru #BDAB72
Tints of Ecru #BDAB72
RGB
CMYK
RGB Variations
Color information
#BDAB72 (or 0xBDAB72) is known color: Ecru. HEX triplet: BD, AB and 72. RGB value is (189,171,114). Sum of RGB (Red+Green+Blue) = 189+171+114=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB72 is #42548D. Grayscale: #AAAAAA. Windows color (decimal): -4347022 or 7515069. OLE color: 7515069.
HSL color Cylindrical-coordinate representation of color #BDAB72: hue angle of 45.6º degrees, saturation: 0.36, 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 #BDAB72 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 114 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.26 |
| HSL | 45.6º | 0.36% | 0.59% | - |
| HSV(B) | 45.6º | 0.4% | 0.74% | - |
| XYZ | 38.59 | 41.16 | 21.83 | - |
| YUV | 169.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 114 | 0 | 0.10 | 0.40 | 0.26 | 45.6 | 0.36 | 0.59 |
| Hex | BD | AB | 72 | 0 | A | 28 | 1A | 2E | 24 | 3B |
| Octal | 275 | 253 | 162 | 0 | 12 | 50 | 32 | 56 | 44 | 73 |
| Binary | 10111101 | 10101011 | 1110010 | 0 | 1010 | 101000 | 11010 | 101110 | 100100 | 111011 |
Color Harmonies of #BDAB72
Complementary color
Monochromatic Colors of #BDAB72
Black with #BDAB72
Text Example
Text Example
White with #BDAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB72; }
p { color: rgb(189,171,114); }
H1.HeaderClassName
{
color: #BDAB72;
}
.AnyTagClassName
{
color: #BDAB72;
}
</style>
background-color css
<style>
a { background-color: #BDAB72; }
a { background-color: rgb(189,171,114); }
div.DivClassName
{
background-color: #BDAB72;
}
.BgClassName
{
background-color: #BDAB72;
}
</style>
border-color css
<style>
span { border-color: #BDAB72; }
span { border-color: rgb(189,171,114); }
td.TdClassName
{
border-color: #BDAB72;
}
.TagClassName
{
border-color: #BDAB72;
}
</style>