Shades of Ecru #BAB37F
Tints of Ecru #BAB37F
RGB
CMYK
RGB Variations
Color information
#BAB37F (or 0xBAB37F) is known color: Ecru. HEX triplet: BA, B3 and 7F. RGB value is (186,179,127). Sum of RGB (Red+Green+Blue) = 186+179+127=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37F is #454C80. Grayscale: #AFAFAF. Windows color (decimal): -4541569 or 8369082. OLE color: 8369082.
HSL color Cylindrical-coordinate representation of color #BAB37F: hue angle of 52.88º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB37F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 127 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.27 |
| HSL | 52.88º | 0.3% | 0.61% | - |
| HSV(B) | 52.88º | 0.32% | 0.73% | - |
| XYZ | 40.2 | 44.21 | 26.49 | - |
| YUV | 175.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 127 | 0 | 0.04 | 0.32 | 0.27 | 52.88 | 0.3 | 0.61 |
| Hex | BA | B3 | 7F | 0 | 4 | 20 | 1B | 35 | 1E | 3D |
| Octal | 272 | 263 | 177 | 0 | 4 | 40 | 33 | 65 | 36 | 75 |
| Binary | 10111010 | 10110011 | 1111111 | 0 | 100 | 100000 | 11011 | 110101 | 11110 | 111101 |
Color Harmonies of #BAB37F
Complementary color
Monochromatic Colors of #BAB37F
Black with #BAB37F
Text Example
Text Example
White with #BAB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB37F; }
p { color: rgb(186,179,127); }
H1.HeaderClassName
{
color: #BAB37F;
}
.AnyTagClassName
{
color: #BAB37F;
}
</style>
background-color css
<style>
a { background-color: #BAB37F; }
a { background-color: rgb(186,179,127); }
div.DivClassName
{
background-color: #BAB37F;
}
.BgClassName
{
background-color: #BAB37F;
}
</style>
border-color css
<style>
span { border-color: #BAB37F; }
span { border-color: rgb(186,179,127); }
td.TdClassName
{
border-color: #BAB37F;
}
.TagClassName
{
border-color: #BAB37F;
}
</style>