Shades of Ecru #BAB47C
Tints of Ecru #BAB47C
RGB
CMYK
RGB Variations
Color information
#BAB47C (or 0xBAB47C) is known color: Ecru. HEX triplet: BA, B4 and 7C. RGB value is (186,180,124). Sum of RGB (Red+Green+Blue) = 186+180+124=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47C is #454B83. Grayscale: #AFAFAF. Windows color (decimal): -4541316 or 8172730. OLE color: 8172730.
HSL color Cylindrical-coordinate representation of color #BAB47C: hue angle of 54.19º 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 #BAB47C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 124 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.27 |
| HSL | 54.19º | 0.31% | 0.61% | - |
| HSV(B) | 54.19º | 0.33% | 0.73% | - |
| XYZ | 40.21 | 44.54 | 25.55 | - |
| YUV | 175.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 124 | 0 | 0.03 | 0.33 | 0.27 | 54.19 | 0.31 | 0.61 |
| Hex | BA | B4 | 7C | 0 | 3 | 21 | 1B | 36 | 1F | 3D |
| Octal | 272 | 264 | 174 | 0 | 3 | 41 | 33 | 66 | 37 | 75 |
| Binary | 10111010 | 10110100 | 1111100 | 0 | 11 | 100001 | 11011 | 110110 | 11111 | 111101 |
Color Harmonies of #BAB47C
Complementary color
Monochromatic Colors of #BAB47C
Black with #BAB47C
Text Example
Text Example
White with #BAB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB47C; }
p { color: rgb(186,180,124); }
H1.HeaderClassName
{
color: #BAB47C;
}
.AnyTagClassName
{
color: #BAB47C;
}
</style>
background-color css
<style>
a { background-color: #BAB47C; }
a { background-color: rgb(186,180,124); }
div.DivClassName
{
background-color: #BAB47C;
}
.BgClassName
{
background-color: #BAB47C;
}
</style>
border-color css
<style>
span { border-color: #BAB47C; }
span { border-color: rgb(186,180,124); }
td.TdClassName
{
border-color: #BAB47C;
}
.TagClassName
{
border-color: #BAB47C;
}
</style>