Shades of Ecru #BAA772
Tints of Ecru #BAA772
RGB
CMYK
RGB Variations
Color information
#BAA772 (or 0xBAA772) is known color: Ecru. HEX triplet: BA, A7 and 72. RGB value is (186,167,114). Sum of RGB (Red+Green+Blue) = 186+167+114=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA772 is #45588D. Grayscale: #A6A6A6. Windows color (decimal): -4544654 or 7514042. OLE color: 7514042.
HSL color Cylindrical-coordinate representation of color #BAA772: hue angle of 44.17º degrees, saturation: 0.34, 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 #BAA772 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 114 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.27 |
| HSL | 44.17º | 0.34% | 0.59% | - |
| HSV(B) | 44.17º | 0.39% | 0.73% | - |
| XYZ | 37.11 | 39.29 | 21.55 | - |
| YUV | 166.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 114 | 0 | 0.10 | 0.39 | 0.27 | 44.17 | 0.34 | 0.59 |
| Hex | BA | A7 | 72 | 0 | A | 27 | 1B | 2C | 22 | 3B |
| Octal | 272 | 247 | 162 | 0 | 12 | 47 | 33 | 54 | 42 | 73 |
| Binary | 10111010 | 10100111 | 1110010 | 0 | 1010 | 100111 | 11011 | 101100 | 100010 | 111011 |
Color Harmonies of #BAA772
Complementary color
Monochromatic Colors of #BAA772
Black with #BAA772
Text Example
Text Example
White with #BAA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA772; }
p { color: rgb(186,167,114); }
H1.HeaderClassName
{
color: #BAA772;
}
.AnyTagClassName
{
color: #BAA772;
}
</style>
background-color css
<style>
a { background-color: #BAA772; }
a { background-color: rgb(186,167,114); }
div.DivClassName
{
background-color: #BAA772;
}
.BgClassName
{
background-color: #BAA772;
}
</style>
border-color css
<style>
span { border-color: #BAA772; }
span { border-color: rgb(186,167,114); }
td.TdClassName
{
border-color: #BAA772;
}
.TagClassName
{
border-color: #BAA772;
}
</style>