Shades of Ecru #BAB37B
Tints of Ecru #BAB37B
RGB
CMYK
RGB Variations
Color information
#BAB37B (or 0xBAB37B) is known color: Ecru. HEX triplet: BA, B3 and 7B. RGB value is (186,179,123). Sum of RGB (Red+Green+Blue) = 186+179+123=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37B is #454C84. Grayscale: #AEAEAE. Windows color (decimal): -4541573 or 8106938. OLE color: 8106938.
HSL color Cylindrical-coordinate representation of color #BAB37B: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB37B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 123 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.27 |
| HSL | 53.33º | 0.31% | 0.61% | - |
| HSV(B) | 53.33º | 0.34% | 0.73% | - |
| XYZ | 39.94 | 44.11 | 25.15 | - |
| YUV | 174.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 123 | 0 | 0.04 | 0.34 | 0.27 | 53.33 | 0.31 | 0.61 |
| Hex | BA | B3 | 7B | 0 | 4 | 22 | 1B | 35 | 1F | 3D |
| Octal | 272 | 263 | 173 | 0 | 4 | 42 | 33 | 65 | 37 | 75 |
| Binary | 10111010 | 10110011 | 1111011 | 0 | 100 | 100010 | 11011 | 110101 | 11111 | 111101 |
Color Harmonies of #BAB37B
Complementary color
Monochromatic Colors of #BAB37B
Black with #BAB37B
Text Example
Text Example
White with #BAB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB37B; }
p { color: rgb(186,179,123); }
H1.HeaderClassName
{
color: #BAB37B;
}
.AnyTagClassName
{
color: #BAB37B;
}
</style>
background-color css
<style>
a { background-color: #BAB37B; }
a { background-color: rgb(186,179,123); }
div.DivClassName
{
background-color: #BAB37B;
}
.BgClassName
{
background-color: #BAB37B;
}
</style>
border-color css
<style>
span { border-color: #BAB37B; }
span { border-color: rgb(186,179,123); }
td.TdClassName
{
border-color: #BAB37B;
}
.TagClassName
{
border-color: #BAB37B;
}
</style>