Shades of Ecru #BAB081
Tints of Ecru #BAB081
RGB
CMYK
RGB Variations
Color information
#BAB081 (or 0xBAB081) is known color: Ecru. HEX triplet: BA, B0 and 81. RGB value is (186,176,129). Sum of RGB (Red+Green+Blue) = 186+176+129=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB081 is #454F7E. Grayscale: #ADADAD. Windows color (decimal): -4542335 or 8499386. OLE color: 8499386.
HSL color Cylindrical-coordinate representation of color #BAB081: hue angle of 49.47º degrees, saturation: 0.29, 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 #BAB081 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 129 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.27 |
| HSL | 49.47º | 0.29% | 0.62% | - |
| HSV(B) | 49.47º | 0.31% | 0.73% | - |
| XYZ | 39.74 | 43.07 | 26.99 | - |
| YUV | 173.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 129 | 0 | 0.05 | 0.31 | 0.27 | 49.47 | 0.29 | 0.62 |
| Hex | BA | B0 | 81 | 0 | 5 | 1F | 1B | 31 | 1D | 3E |
| Octal | 272 | 260 | 201 | 0 | 5 | 37 | 33 | 61 | 35 | 76 |
| Binary | 10111010 | 10110000 | 10000001 | 0 | 101 | 11111 | 11011 | 110001 | 11101 | 111110 |
Color Harmonies of #BAB081
Complementary color
Monochromatic Colors of #BAB081
Black with #BAB081
Text Example
Text Example
White with #BAB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB081; }
p { color: rgb(186,176,129); }
H1.HeaderClassName
{
color: #BAB081;
}
.AnyTagClassName
{
color: #BAB081;
}
</style>
background-color css
<style>
a { background-color: #BAB081; }
a { background-color: rgb(186,176,129); }
div.DivClassName
{
background-color: #BAB081;
}
.BgClassName
{
background-color: #BAB081;
}
</style>
border-color css
<style>
span { border-color: #BAB081; }
span { border-color: rgb(186,176,129); }
td.TdClassName
{
border-color: #BAB081;
}
.TagClassName
{
border-color: #BAB081;
}
</style>