Shades of Ecru #BAB178
Tints of Ecru #BAB178
RGB
CMYK
RGB Variations
Color information
#BAB178 (or 0xBAB178) is known color: Ecru. HEX triplet: BA, B1 and 78. RGB value is (186,177,120). Sum of RGB (Red+Green+Blue) = 186+177+120=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB178 is #454E87. Grayscale: #ADADAD. Windows color (decimal): -4542088 or 7909818. OLE color: 7909818.
HSL color Cylindrical-coordinate representation of color #BAB178: hue angle of 51.82º 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 #BAB178 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 120 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.27 |
| HSL | 51.82º | 0.32% | 0.6% | - |
| HSV(B) | 51.82º | 0.35% | 0.73% | - |
| XYZ | 39.36 | 43.24 | 24.04 | - |
| YUV | 173.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 120 | 0 | 0.05 | 0.35 | 0.27 | 51.82 | 0.32 | 0.6 |
| Hex | BA | B1 | 78 | 0 | 5 | 23 | 1B | 34 | 20 | 3C |
| Octal | 272 | 261 | 170 | 0 | 5 | 43 | 33 | 64 | 40 | 74 |
| Binary | 10111010 | 10110001 | 1111000 | 0 | 101 | 100011 | 11011 | 110100 | 100000 | 111100 |
Color Harmonies of #BAB178
Complementary color
Monochromatic Colors of #BAB178
Black with #BAB178
Text Example
Text Example
White with #BAB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB178; }
p { color: rgb(186,177,120); }
H1.HeaderClassName
{
color: #BAB178;
}
.AnyTagClassName
{
color: #BAB178;
}
</style>
background-color css
<style>
a { background-color: #BAB178; }
a { background-color: rgb(186,177,120); }
div.DivClassName
{
background-color: #BAB178;
}
.BgClassName
{
background-color: #BAB178;
}
</style>
border-color css
<style>
span { border-color: #BAB178; }
span { border-color: rgb(186,177,120); }
td.TdClassName
{
border-color: #BAB178;
}
.TagClassName
{
border-color: #BAB178;
}
</style>