Shades of Ecru #BAA973
Tints of Ecru #BAA973
RGB
CMYK
RGB Variations
Color information
#BAA973 (or 0xBAA973) is known color: Ecru. HEX triplet: BA, A9 and 73. RGB value is (186,169,115). Sum of RGB (Red+Green+Blue) = 186+169+115=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA973 is #45568C. Grayscale: #A8A8A8. Windows color (decimal): -4544141 or 7580090. OLE color: 7580090.
HSL color Cylindrical-coordinate representation of color #BAA973: hue angle of 45.63º 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 #BAA973 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 115 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.27 |
| HSL | 45.63º | 0.34% | 0.59% | - |
| HSV(B) | 45.63º | 0.38% | 0.73% | - |
| XYZ | 37.53 | 40.05 | 21.97 | - |
| YUV | 167.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 115 | 0 | 0.09 | 0.38 | 0.27 | 45.63 | 0.34 | 0.59 |
| Hex | BA | A9 | 73 | 0 | 9 | 26 | 1B | 2E | 22 | 3B |
| Octal | 272 | 251 | 163 | 0 | 11 | 46 | 33 | 56 | 42 | 73 |
| Binary | 10111010 | 10101001 | 1110011 | 0 | 1001 | 100110 | 11011 | 101110 | 100010 | 111011 |
Color Harmonies of #BAA973
Complementary color
Monochromatic Colors of #BAA973
Black with #BAA973
Text Example
Text Example
White with #BAA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA973; }
p { color: rgb(186,169,115); }
H1.HeaderClassName
{
color: #BAA973;
}
.AnyTagClassName
{
color: #BAA973;
}
</style>
background-color css
<style>
a { background-color: #BAA973; }
a { background-color: rgb(186,169,115); }
div.DivClassName
{
background-color: #BAA973;
}
.BgClassName
{
background-color: #BAA973;
}
</style>
border-color css
<style>
span { border-color: #BAA973; }
span { border-color: rgb(186,169,115); }
td.TdClassName
{
border-color: #BAA973;
}
.TagClassName
{
border-color: #BAA973;
}
</style>