Shades of Ecru #BAB07D
Tints of Ecru #BAB07D
RGB
CMYK
RGB Variations
Color information
#BAB07D (or 0xBAB07D) is known color: Ecru. HEX triplet: BA, B0 and 7D. RGB value is (186,176,125). Sum of RGB (Red+Green+Blue) = 186+176+125=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB07D is #454F82. Grayscale: #ADADAD. Windows color (decimal): -4542339 or 8237242. OLE color: 8237242.
HSL color Cylindrical-coordinate representation of color #BAB07D: hue angle of 50.16º 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 #BAB07D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 125 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.27 |
| HSL | 50.16º | 0.31% | 0.61% | - |
| HSV(B) | 50.16º | 0.33% | 0.73% | - |
| XYZ | 39.48 | 42.97 | 25.62 | - |
| YUV | 173.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 125 | 0 | 0.05 | 0.33 | 0.27 | 50.16 | 0.31 | 0.61 |
| Hex | BA | B0 | 7D | 0 | 5 | 21 | 1B | 32 | 1F | 3D |
| Octal | 272 | 260 | 175 | 0 | 5 | 41 | 33 | 62 | 37 | 75 |
| Binary | 10111010 | 10110000 | 1111101 | 0 | 101 | 100001 | 11011 | 110010 | 11111 | 111101 |
Color Harmonies of #BAB07D
Complementary color
Monochromatic Colors of #BAB07D
Black with #BAB07D
Text Example
Text Example
White with #BAB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB07D; }
p { color: rgb(186,176,125); }
H1.HeaderClassName
{
color: #BAB07D;
}
.AnyTagClassName
{
color: #BAB07D;
}
</style>
background-color css
<style>
a { background-color: #BAB07D; }
a { background-color: rgb(186,176,125); }
div.DivClassName
{
background-color: #BAB07D;
}
.BgClassName
{
background-color: #BAB07D;
}
</style>
border-color css
<style>
span { border-color: #BAB07D; }
span { border-color: rgb(186,176,125); }
td.TdClassName
{
border-color: #BAB07D;
}
.TagClassName
{
border-color: #BAB07D;
}
</style>