Shades of Ecru #BAB37D
Tints of Ecru #BAB37D
RGB
CMYK
RGB Variations
Color information
#BAB37D (or 0xBAB37D) is known color: Ecru. HEX triplet: BA, B3 and 7D. RGB value is (186,179,125). Sum of RGB (Red+Green+Blue) = 186+179+125=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37D is #454C82. Grayscale: #AFAFAF. Windows color (decimal): -4541571 or 8238010. OLE color: 8238010.
HSL color Cylindrical-coordinate representation of color #BAB37D: hue angle of 53.11º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAB37D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 125 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.27 |
| HSL | 53.11º | 0.31% | 0.61% | - |
| HSV(B) | 53.11º | 0.33% | 0.73% | - |
| XYZ | 40.07 | 44.16 | 25.81 | - |
| YUV | 174.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 125 | 0 | 0.04 | 0.33 | 0.27 | 53.11 | 0.31 | 0.61 |
| Hex | BA | B3 | 7D | 0 | 4 | 21 | 1B | 35 | 1F | 3D |
| Octal | 272 | 263 | 175 | 0 | 4 | 41 | 33 | 65 | 37 | 75 |
| Binary | 10111010 | 10110011 | 1111101 | 0 | 100 | 100001 | 11011 | 110101 | 11111 | 111101 |
Color Harmonies of #BAB37D
Complementary color
Monochromatic Colors of #BAB37D
Black with #BAB37D
Text Example
Text Example
White with #BAB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB37D; }
p { color: rgb(186,179,125); }
H1.HeaderClassName
{
color: #BAB37D;
}
.AnyTagClassName
{
color: #BAB37D;
}
</style>
background-color css
<style>
a { background-color: #BAB37D; }
a { background-color: rgb(186,179,125); }
div.DivClassName
{
background-color: #BAB37D;
}
.BgClassName
{
background-color: #BAB37D;
}
</style>
border-color css
<style>
span { border-color: #BAB37D; }
span { border-color: rgb(186,179,125); }
td.TdClassName
{
border-color: #BAB37D;
}
.TagClassName
{
border-color: #BAB37D;
}
</style>