Shades of Ecru #BAAE80
Tints of Ecru #BAAE80
RGB
CMYK
RGB Variations
Color information
#BAAE80 (or 0xBAAE80) is known color: Ecru. HEX triplet: BA, AE and 80. RGB value is (186,174,128). Sum of RGB (Red+Green+Blue) = 186+174+128=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE80 is #45517F. Grayscale: #ACACAC. Windows color (decimal): -4542848 or 8433338. OLE color: 8433338.
HSL color Cylindrical-coordinate representation of color #BAAE80: hue angle of 47.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAE80 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 128 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.27 |
| HSL | 47.59º | 0.3% | 0.62% | - |
| HSV(B) | 47.59º | 0.31% | 0.73% | - |
| XYZ | 39.28 | 42.27 | 26.51 | - |
| YUV | 172.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 128 | 0 | 0.06 | 0.31 | 0.27 | 47.59 | 0.3 | 0.62 |
| Hex | BA | AE | 80 | 0 | 6 | 1F | 1B | 30 | 1E | 3E |
| Octal | 272 | 256 | 200 | 0 | 6 | 37 | 33 | 60 | 36 | 76 |
| Binary | 10111010 | 10101110 | 10000000 | 0 | 110 | 11111 | 11011 | 110000 | 11110 | 111110 |
Color Harmonies of #BAAE80
Complementary color
Monochromatic Colors of #BAAE80
Black with #BAAE80
Text Example
Text Example
White with #BAAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE80; }
p { color: rgb(186,174,128); }
H1.HeaderClassName
{
color: #BAAE80;
}
.AnyTagClassName
{
color: #BAAE80;
}
</style>
background-color css
<style>
a { background-color: #BAAE80; }
a { background-color: rgb(186,174,128); }
div.DivClassName
{
background-color: #BAAE80;
}
.BgClassName
{
background-color: #BAAE80;
}
</style>
border-color css
<style>
span { border-color: #BAAE80; }
span { border-color: rgb(186,174,128); }
td.TdClassName
{
border-color: #BAAE80;
}
.TagClassName
{
border-color: #BAAE80;
}
</style>