Shades of Ecru #BAB078
Tints of Ecru #BAB078
RGB
CMYK
RGB Variations
Color information
#BAB078 (or 0xBAB078) is known color: Ecru. HEX triplet: BA, B0 and 78. RGB value is (186,176,120). Sum of RGB (Red+Green+Blue) = 186+176+120=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB078 is #454F87. Grayscale: #ACACAC. Windows color (decimal): -4542344 or 7909562. OLE color: 7909562.
HSL color Cylindrical-coordinate representation of color #BAB078: hue angle of 50.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB078 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 120 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.27 |
| HSL | 50.91º | 0.32% | 0.6% | - |
| HSV(B) | 50.91º | 0.35% | 0.73% | - |
| XYZ | 39.17 | 42.85 | 23.98 | - |
| YUV | 172.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 120 | 0 | 0.05 | 0.35 | 0.27 | 50.91 | 0.32 | 0.6 |
| Hex | BA | B0 | 78 | 0 | 5 | 23 | 1B | 33 | 20 | 3C |
| Octal | 272 | 260 | 170 | 0 | 5 | 43 | 33 | 63 | 40 | 74 |
| Binary | 10111010 | 10110000 | 1111000 | 0 | 101 | 100011 | 11011 | 110011 | 100000 | 111100 |
Color Harmonies of #BAB078
Complementary color
Monochromatic Colors of #BAB078
Black with #BAB078
Text Example
Text Example
White with #BAB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB078; }
p { color: rgb(186,176,120); }
H1.HeaderClassName
{
color: #BAB078;
}
.AnyTagClassName
{
color: #BAB078;
}
</style>
background-color css
<style>
a { background-color: #BAB078; }
a { background-color: rgb(186,176,120); }
div.DivClassName
{
background-color: #BAB078;
}
.BgClassName
{
background-color: #BAB078;
}
</style>
border-color css
<style>
span { border-color: #BAB078; }
span { border-color: rgb(186,176,120); }
td.TdClassName
{
border-color: #BAB078;
}
.TagClassName
{
border-color: #BAB078;
}
</style>