Shades of Ecru #BAA674
Tints of Ecru #BAA674
RGB
CMYK
RGB Variations
Color information
#BAA674 (or 0xBAA674) is known color: Ecru. HEX triplet: BA, A6 and 74. RGB value is (186,166,116). Sum of RGB (Red+Green+Blue) = 186+166+116=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA674 is #45598B. Grayscale: #A6A6A6. Windows color (decimal): -4544908 or 7644858. OLE color: 7644858.
HSL color Cylindrical-coordinate representation of color #BAA674: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAA674 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 116 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.27 |
| HSL | 42.86º | 0.34% | 0.59% | - |
| HSV(B) | 42.86º | 0.38% | 0.73% | - |
| XYZ | 37.04 | 38.97 | 22.09 | - |
| YUV | 166.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 116 | 0 | 0.11 | 0.38 | 0.27 | 42.86 | 0.34 | 0.59 |
| Hex | BA | A6 | 74 | 0 | B | 26 | 1B | 2B | 22 | 3B |
| Octal | 272 | 246 | 164 | 0 | 13 | 46 | 33 | 53 | 42 | 73 |
| Binary | 10111010 | 10100110 | 1110100 | 0 | 1011 | 100110 | 11011 | 101011 | 100010 | 111011 |
Color Harmonies of #BAA674
Complementary color
Monochromatic Colors of #BAA674
Black with #BAA674
Text Example
Text Example
White with #BAA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA674; }
p { color: rgb(186,166,116); }
H1.HeaderClassName
{
color: #BAA674;
}
.AnyTagClassName
{
color: #BAA674;
}
</style>
background-color css
<style>
a { background-color: #BAA674; }
a { background-color: rgb(186,166,116); }
div.DivClassName
{
background-color: #BAA674;
}
.BgClassName
{
background-color: #BAA674;
}
</style>
border-color css
<style>
span { border-color: #BAA674; }
span { border-color: rgb(186,166,116); }
td.TdClassName
{
border-color: #BAA674;
}
.TagClassName
{
border-color: #BAA674;
}
</style>