Shades of Ecru #BAA975
Tints of Ecru #BAA975
RGB
CMYK
RGB Variations
Color information
#BAA975 (or 0xBAA975) is known color: Ecru. HEX triplet: BA, A9 and 75. RGB value is (186,169,117). Sum of RGB (Red+Green+Blue) = 186+169+117=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA975 is #45568A. Grayscale: #A8A8A8. Windows color (decimal): -4544139 or 7711162. OLE color: 7711162.
HSL color Cylindrical-coordinate representation of color #BAA975: hue angle of 45.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA975 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 117 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.27 |
| HSL | 45.22º | 0.33% | 0.59% | - |
| HSV(B) | 45.22º | 0.37% | 0.73% | - |
| XYZ | 37.65 | 40.1 | 22.59 | - |
| YUV | 168.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 117 | 0 | 0.09 | 0.37 | 0.27 | 45.22 | 0.33 | 0.59 |
| Hex | BA | A9 | 75 | 0 | 9 | 25 | 1B | 2D | 21 | 3B |
| Octal | 272 | 251 | 165 | 0 | 11 | 45 | 33 | 55 | 41 | 73 |
| Binary | 10111010 | 10101001 | 1110101 | 0 | 1001 | 100101 | 11011 | 101101 | 100001 | 111011 |
Color Harmonies of #BAA975
Complementary color
Monochromatic Colors of #BAA975
Black with #BAA975
Text Example
Text Example
White with #BAA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA975; }
p { color: rgb(186,169,117); }
H1.HeaderClassName
{
color: #BAA975;
}
.AnyTagClassName
{
color: #BAA975;
}
</style>
background-color css
<style>
a { background-color: #BAA975; }
a { background-color: rgb(186,169,117); }
div.DivClassName
{
background-color: #BAA975;
}
.BgClassName
{
background-color: #BAA975;
}
</style>
border-color css
<style>
span { border-color: #BAA975; }
span { border-color: rgb(186,169,117); }
td.TdClassName
{
border-color: #BAA975;
}
.TagClassName
{
border-color: #BAA975;
}
</style>