Shades of Ecru #BAB181
Tints of Ecru #BAB181
RGB
CMYK
RGB Variations
Color information
#BAB181 (or 0xBAB181) is known color: Ecru. HEX triplet: BA, B1 and 81. RGB value is (186,177,129). Sum of RGB (Red+Green+Blue) = 186+177+129=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB181 is #454E7E. Grayscale: #AEAEAE. Windows color (decimal): -4542079 or 8499642. OLE color: 8499642.
HSL color Cylindrical-coordinate representation of color #BAB181: hue angle of 50.53º 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 #BAB181 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 129 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.27 |
| HSL | 50.53º | 0.29% | 0.62% | - |
| HSV(B) | 50.53º | 0.31% | 0.73% | - |
| XYZ | 39.93 | 43.47 | 27.05 | - |
| YUV | 174.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 129 | 0 | 0.05 | 0.31 | 0.27 | 50.53 | 0.29 | 0.62 |
| Hex | BA | B1 | 81 | 0 | 5 | 1F | 1B | 33 | 1D | 3E |
| Octal | 272 | 261 | 201 | 0 | 5 | 37 | 33 | 63 | 35 | 76 |
| Binary | 10111010 | 10110001 | 10000001 | 0 | 101 | 11111 | 11011 | 110011 | 11101 | 111110 |
Color Harmonies of #BAB181
Complementary color
Monochromatic Colors of #BAB181
Black with #BAB181
Text Example
Text Example
White with #BAB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB181; }
p { color: rgb(186,177,129); }
H1.HeaderClassName
{
color: #BAB181;
}
.AnyTagClassName
{
color: #BAB181;
}
</style>
background-color css
<style>
a { background-color: #BAB181; }
a { background-color: rgb(186,177,129); }
div.DivClassName
{
background-color: #BAB181;
}
.BgClassName
{
background-color: #BAB181;
}
</style>
border-color css
<style>
span { border-color: #BAB181; }
span { border-color: rgb(186,177,129); }
td.TdClassName
{
border-color: #BAB181;
}
.TagClassName
{
border-color: #BAB181;
}
</style>