Shades of Ecru #BAB080
Tints of Ecru #BAB080
RGB
CMYK
RGB Variations
Color information
#BAB080 (or 0xBAB080) is known color: Ecru. HEX triplet: BA, B0 and 80. RGB value is (186,176,128). Sum of RGB (Red+Green+Blue) = 186+176+128=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB080 is #454F7F. Grayscale: #ADADAD. Windows color (decimal): -4542336 or 8433850. OLE color: 8433850.
HSL color Cylindrical-coordinate representation of color #BAB080: hue angle of 49.66º 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 #BAB080 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 128 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.27 |
| HSL | 49.66º | 0.3% | 0.62% | - |
| HSV(B) | 49.66º | 0.31% | 0.73% | - |
| XYZ | 39.67 | 43.05 | 26.64 | - |
| YUV | 173.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 128 | 0 | 0.05 | 0.31 | 0.27 | 49.66 | 0.3 | 0.62 |
| Hex | BA | B0 | 80 | 0 | 5 | 1F | 1B | 32 | 1E | 3E |
| Octal | 272 | 260 | 200 | 0 | 5 | 37 | 33 | 62 | 36 | 76 |
| Binary | 10111010 | 10110000 | 10000000 | 0 | 101 | 11111 | 11011 | 110010 | 11110 | 111110 |
Color Harmonies of #BAB080
Complementary color
Monochromatic Colors of #BAB080
Black with #BAB080
Text Example
Text Example
White with #BAB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB080; }
p { color: rgb(186,176,128); }
H1.HeaderClassName
{
color: #BAB080;
}
.AnyTagClassName
{
color: #BAB080;
}
</style>
background-color css
<style>
a { background-color: #BAB080; }
a { background-color: rgb(186,176,128); }
div.DivClassName
{
background-color: #BAB080;
}
.BgClassName
{
background-color: #BAB080;
}
</style>
border-color css
<style>
span { border-color: #BAB080; }
span { border-color: rgb(186,176,128); }
td.TdClassName
{
border-color: #BAB080;
}
.TagClassName
{
border-color: #BAB080;
}
</style>