Shades of Ecru #BDAB73
Tints of Ecru #BDAB73
RGB
CMYK
RGB Variations
Color information
#BDAB73 (or 0xBDAB73) is known color: Ecru. HEX triplet: BD, AB and 73. RGB value is (189,171,115). Sum of RGB (Red+Green+Blue) = 189+171+115=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB73 is #42548C. Grayscale: #AAAAAA. Windows color (decimal): -4347021 or 7580605. OLE color: 7580605.
HSL color Cylindrical-coordinate representation of color #BDAB73: hue angle of 45.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDAB73 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 115 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.26 |
| HSL | 45.41º | 0.36% | 0.6% | - |
| HSV(B) | 45.41º | 0.39% | 0.74% | - |
| XYZ | 38.64 | 41.18 | 22.13 | - |
| YUV | 170 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 115 | 0 | 0.10 | 0.39 | 0.26 | 45.41 | 0.36 | 0.6 |
| Hex | BD | AB | 73 | 0 | A | 27 | 1A | 2D | 24 | 3C |
| Octal | 275 | 253 | 163 | 0 | 12 | 47 | 32 | 55 | 44 | 74 |
| Binary | 10111101 | 10101011 | 1110011 | 0 | 1010 | 100111 | 11010 | 101101 | 100100 | 111100 |
Color Harmonies of #BDAB73
Complementary color
Monochromatic Colors of #BDAB73
Black with #BDAB73
Text Example
Text Example
White with #BDAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB73; }
p { color: rgb(189,171,115); }
H1.HeaderClassName
{
color: #BDAB73;
}
.AnyTagClassName
{
color: #BDAB73;
}
</style>
background-color css
<style>
a { background-color: #BDAB73; }
a { background-color: rgb(189,171,115); }
div.DivClassName
{
background-color: #BDAB73;
}
.BgClassName
{
background-color: #BDAB73;
}
</style>
border-color css
<style>
span { border-color: #BDAB73; }
span { border-color: rgb(189,171,115); }
td.TdClassName
{
border-color: #BDAB73;
}
.TagClassName
{
border-color: #BDAB73;
}
</style>