Shades of Ecru #BAB380
Tints of Ecru #BAB380
RGB
CMYK
RGB Variations
Color information
#BAB380 (or 0xBAB380) is known color: Ecru. HEX triplet: BA, B3 and 80. RGB value is (186,179,128). Sum of RGB (Red+Green+Blue) = 186+179+128=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB380 is #454C7F. Grayscale: #AFAFAF. Windows color (decimal): -4541568 or 8434618. OLE color: 8434618.
HSL color Cylindrical-coordinate representation of color #BAB380: hue angle of 52.76º 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 #BAB380 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 128 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.27 |
| HSL | 52.76º | 0.3% | 0.62% | - |
| HSV(B) | 52.76º | 0.31% | 0.73% | - |
| XYZ | 40.27 | 44.24 | 26.84 | - |
| YUV | 175.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 128 | 0 | 0.04 | 0.31 | 0.27 | 52.76 | 0.3 | 0.62 |
| Hex | BA | B3 | 80 | 0 | 4 | 1F | 1B | 35 | 1E | 3E |
| Octal | 272 | 263 | 200 | 0 | 4 | 37 | 33 | 65 | 36 | 76 |
| Binary | 10111010 | 10110011 | 10000000 | 0 | 100 | 11111 | 11011 | 110101 | 11110 | 111110 |
Color Harmonies of #BAB380
Complementary color
Monochromatic Colors of #BAB380
Black with #BAB380
Text Example
Text Example
White with #BAB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB380; }
p { color: rgb(186,179,128); }
H1.HeaderClassName
{
color: #BAB380;
}
.AnyTagClassName
{
color: #BAB380;
}
</style>
background-color css
<style>
a { background-color: #BAB380; }
a { background-color: rgb(186,179,128); }
div.DivClassName
{
background-color: #BAB380;
}
.BgClassName
{
background-color: #BAB380;
}
</style>
border-color css
<style>
span { border-color: #BAB380; }
span { border-color: rgb(186,179,128); }
td.TdClassName
{
border-color: #BAB380;
}
.TagClassName
{
border-color: #BAB380;
}
</style>