Shades of Ecru #BDAB76
Tints of Ecru #BDAB76
RGB
CMYK
RGB Variations
Color information
#BDAB76 (or 0xBDAB76) is known color: Ecru. HEX triplet: BD, AB and 76. RGB value is (189,171,118). Sum of RGB (Red+Green+Blue) = 189+171+118=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB76 is #425489. Grayscale: #AAAAAA. Windows color (decimal): -4347018 or 7777213. OLE color: 7777213.
HSL color Cylindrical-coordinate representation of color #BDAB76: hue angle of 44.79º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDAB76 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 118 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.26 |
| HSL | 44.79º | 0.35% | 0.6% | - |
| HSV(B) | 44.79º | 0.38% | 0.74% | - |
| XYZ | 38.82 | 41.25 | 23.06 | - |
| YUV | 170.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 118 | 0 | 0.10 | 0.38 | 0.26 | 44.79 | 0.35 | 0.6 |
| Hex | BD | AB | 76 | 0 | A | 26 | 1A | 2D | 23 | 3C |
| Octal | 275 | 253 | 166 | 0 | 12 | 46 | 32 | 55 | 43 | 74 |
| Binary | 10111101 | 10101011 | 1110110 | 0 | 1010 | 100110 | 11010 | 101101 | 100011 | 111100 |
Color Harmonies of #BDAB76
Complementary color
Monochromatic Colors of #BDAB76
Black with #BDAB76
Text Example
Text Example
White with #BDAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB76; }
p { color: rgb(189,171,118); }
H1.HeaderClassName
{
color: #BDAB76;
}
.AnyTagClassName
{
color: #BDAB76;
}
</style>
background-color css
<style>
a { background-color: #BDAB76; }
a { background-color: rgb(189,171,118); }
div.DivClassName
{
background-color: #BDAB76;
}
.BgClassName
{
background-color: #BDAB76;
}
</style>
border-color css
<style>
span { border-color: #BDAB76; }
span { border-color: rgb(189,171,118); }
td.TdClassName
{
border-color: #BDAB76;
}
.TagClassName
{
border-color: #BDAB76;
}
</style>