Shades of Ecru #BDAB77
Tints of Ecru #BDAB77
RGB
CMYK
RGB Variations
Color information
#BDAB77 (or 0xBDAB77) is known color: Ecru. HEX triplet: BD, AB and 77. RGB value is (189,171,119). Sum of RGB (Red+Green+Blue) = 189+171+119=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB77 is #425488. Grayscale: #AAAAAA. Windows color (decimal): -4347017 or 7842749. OLE color: 7842749.
HSL color Cylindrical-coordinate representation of color #BDAB77: hue angle of 44.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDAB77 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 119 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.26 |
| HSL | 44.57º | 0.35% | 0.6% | - |
| HSV(B) | 44.57º | 0.37% | 0.74% | - |
| XYZ | 38.88 | 41.28 | 23.37 | - |
| YUV | 170.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 119 | 0 | 0.10 | 0.37 | 0.26 | 44.57 | 0.35 | 0.6 |
| Hex | BD | AB | 77 | 0 | A | 25 | 1A | 2D | 23 | 3C |
| Octal | 275 | 253 | 167 | 0 | 12 | 45 | 32 | 55 | 43 | 74 |
| Binary | 10111101 | 10101011 | 1110111 | 0 | 1010 | 100101 | 11010 | 101101 | 100011 | 111100 |
Color Harmonies of #BDAB77
Complementary color
Monochromatic Colors of #BDAB77
Black with #BDAB77
Text Example
Text Example
White with #BDAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB77; }
p { color: rgb(189,171,119); }
H1.HeaderClassName
{
color: #BDAB77;
}
.AnyTagClassName
{
color: #BDAB77;
}
</style>
background-color css
<style>
a { background-color: #BDAB77; }
a { background-color: rgb(189,171,119); }
div.DivClassName
{
background-color: #BDAB77;
}
.BgClassName
{
background-color: #BDAB77;
}
</style>
border-color css
<style>
span { border-color: #BDAB77; }
span { border-color: rgb(189,171,119); }
td.TdClassName
{
border-color: #BDAB77;
}
.TagClassName
{
border-color: #BDAB77;
}
</style>