Shades of Ecru #BAAA73
Tints of Ecru #BAAA73
RGB
CMYK
RGB Variations
Color information
#BAAA73 (or 0xBAAA73) is known color: Ecru. HEX triplet: BA, AA and 73. RGB value is (186,170,115). Sum of RGB (Red+Green+Blue) = 186+170+115=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA73 is #45558C. Grayscale: #A8A8A8. Windows color (decimal): -4543885 or 7580346. OLE color: 7580346.
HSL color Cylindrical-coordinate representation of color #BAAA73: hue angle of 46.48º 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 #BAAA73 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 115 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.27 |
| HSL | 46.48º | 0.34% | 0.59% | - |
| HSV(B) | 46.48º | 0.38% | 0.73% | - |
| XYZ | 37.72 | 40.43 | 22.03 | - |
| YUV | 168.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 115 | 0 | 0.09 | 0.38 | 0.27 | 46.48 | 0.34 | 0.59 |
| Hex | BA | AA | 73 | 0 | 9 | 26 | 1B | 2E | 22 | 3B |
| Octal | 272 | 252 | 163 | 0 | 11 | 46 | 33 | 56 | 42 | 73 |
| Binary | 10111010 | 10101010 | 1110011 | 0 | 1001 | 100110 | 11011 | 101110 | 100010 | 111011 |
Color Harmonies of #BAAA73
Complementary color
Monochromatic Colors of #BAAA73
Black with #BAAA73
Text Example
Text Example
White with #BAAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA73; }
p { color: rgb(186,170,115); }
H1.HeaderClassName
{
color: #BAAA73;
}
.AnyTagClassName
{
color: #BAAA73;
}
</style>
background-color css
<style>
a { background-color: #BAAA73; }
a { background-color: rgb(186,170,115); }
div.DivClassName
{
background-color: #BAAA73;
}
.BgClassName
{
background-color: #BAAA73;
}
</style>
border-color css
<style>
span { border-color: #BAAA73; }
span { border-color: rgb(186,170,115); }
td.TdClassName
{
border-color: #BAAA73;
}
.TagClassName
{
border-color: #BAAA73;
}
</style>