Shades of Ecru #BAA876
Tints of Ecru #BAA876
RGB
CMYK
RGB Variations
Color information
#BAA876 (or 0xBAA876) is known color: Ecru. HEX triplet: BA, A8 and 76. RGB value is (186,168,118). Sum of RGB (Red+Green+Blue) = 186+168+118=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA876 is #455789. Grayscale: #A7A7A7. Windows color (decimal): -4544394 or 7776442. OLE color: 7776442.
HSL color Cylindrical-coordinate representation of color #BAA876: hue angle of 44.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA876 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 118 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.27 |
| HSL | 44.12º | 0.33% | 0.6% | - |
| HSV(B) | 44.12º | 0.37% | 0.73% | - |
| XYZ | 37.52 | 39.75 | 22.83 | - |
| YUV | 167.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 118 | 0 | 0.10 | 0.37 | 0.27 | 44.12 | 0.33 | 0.6 |
| Hex | BA | A8 | 76 | 0 | A | 25 | 1B | 2C | 21 | 3C |
| Octal | 272 | 250 | 166 | 0 | 12 | 45 | 33 | 54 | 41 | 74 |
| Binary | 10111010 | 10101000 | 1110110 | 0 | 1010 | 100101 | 11011 | 101100 | 100001 | 111100 |
Color Harmonies of #BAA876
Complementary color
Monochromatic Colors of #BAA876
Black with #BAA876
Text Example
Text Example
White with #BAA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA876; }
p { color: rgb(186,168,118); }
H1.HeaderClassName
{
color: #BAA876;
}
.AnyTagClassName
{
color: #BAA876;
}
</style>
background-color css
<style>
a { background-color: #BAA876; }
a { background-color: rgb(186,168,118); }
div.DivClassName
{
background-color: #BAA876;
}
.BgClassName
{
background-color: #BAA876;
}
</style>
border-color css
<style>
span { border-color: #BAA876; }
span { border-color: rgb(186,168,118); }
td.TdClassName
{
border-color: #BAA876;
}
.TagClassName
{
border-color: #BAA876;
}
</style>