Shades of Ecru #BAA978
Tints of Ecru #BAA978
RGB
CMYK
RGB Variations
Color information
#BAA978 (or 0xBAA978) is known color: Ecru. HEX triplet: BA, A9 and 78. RGB value is (186,169,120). Sum of RGB (Red+Green+Blue) = 186+169+120=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA978 is #455687. Grayscale: #A8A8A8. Windows color (decimal): -4544136 or 7907770. OLE color: 7907770.
HSL color Cylindrical-coordinate representation of color #BAA978: hue angle of 44.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA978 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 120 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.27 |
| HSL | 44.55º | 0.32% | 0.6% | - |
| HSV(B) | 44.55º | 0.35% | 0.73% | - |
| XYZ | 37.83 | 40.17 | 23.53 | - |
| YUV | 168.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 120 | 0 | 0.09 | 0.35 | 0.27 | 44.55 | 0.32 | 0.6 |
| Hex | BA | A9 | 78 | 0 | 9 | 23 | 1B | 2D | 20 | 3C |
| Octal | 272 | 251 | 170 | 0 | 11 | 43 | 33 | 55 | 40 | 74 |
| Binary | 10111010 | 10101001 | 1111000 | 0 | 1001 | 100011 | 11011 | 101101 | 100000 | 111100 |
Color Harmonies of #BAA978
Complementary color
Monochromatic Colors of #BAA978
Black with #BAA978
Text Example
Text Example
White with #BAA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA978; }
p { color: rgb(186,169,120); }
H1.HeaderClassName
{
color: #BAA978;
}
.AnyTagClassName
{
color: #BAA978;
}
</style>
background-color css
<style>
a { background-color: #BAA978; }
a { background-color: rgb(186,169,120); }
div.DivClassName
{
background-color: #BAA978;
}
.BgClassName
{
background-color: #BAA978;
}
</style>
border-color css
<style>
span { border-color: #BAA978; }
span { border-color: rgb(186,169,120); }
td.TdClassName
{
border-color: #BAA978;
}
.TagClassName
{
border-color: #BAA978;
}
</style>