Shades of Ecru #BAA671
Tints of Ecru #BAA671
RGB
CMYK
RGB Variations
Color information
#BAA671 (or 0xBAA671) is known color: Ecru. HEX triplet: BA, A6 and 71. RGB value is (186,166,113). Sum of RGB (Red+Green+Blue) = 186+166+113=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA671 is #45598E. Grayscale: #A6A6A6. Windows color (decimal): -4544911 or 7448250. OLE color: 7448250.
HSL color Cylindrical-coordinate representation of color #BAA671: hue angle of 43.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAA671 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 113 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.27 |
| HSL | 43.56º | 0.35% | 0.59% | - |
| HSV(B) | 43.56º | 0.39% | 0.73% | - |
| XYZ | 36.87 | 38.9 | 21.19 | - |
| YUV | 165.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 113 | 0 | 0.11 | 0.39 | 0.27 | 43.56 | 0.35 | 0.59 |
| Hex | BA | A6 | 71 | 0 | B | 27 | 1B | 2C | 23 | 3B |
| Octal | 272 | 246 | 161 | 0 | 13 | 47 | 33 | 54 | 43 | 73 |
| Binary | 10111010 | 10100110 | 1110001 | 0 | 1011 | 100111 | 11011 | 101100 | 100011 | 111011 |
Color Harmonies of #BAA671
Complementary color
Monochromatic Colors of #BAA671
Black with #BAA671
Text Example
Text Example
White with #BAA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA671; }
p { color: rgb(186,166,113); }
H1.HeaderClassName
{
color: #BAA671;
}
.AnyTagClassName
{
color: #BAA671;
}
</style>
background-color css
<style>
a { background-color: #BAA671; }
a { background-color: rgb(186,166,113); }
div.DivClassName
{
background-color: #BAA671;
}
.BgClassName
{
background-color: #BAA671;
}
</style>
border-color css
<style>
span { border-color: #BAA671; }
span { border-color: rgb(186,166,113); }
td.TdClassName
{
border-color: #BAA671;
}
.TagClassName
{
border-color: #BAA671;
}
</style>