Shades of Ecru #BAB27C
Tints of Ecru #BAB27C
RGB
CMYK
RGB Variations
Color information
#BAB27C (or 0xBAB27C) is known color: Ecru. HEX triplet: BA, B2 and 7C. RGB value is (186,178,124). Sum of RGB (Red+Green+Blue) = 186+178+124=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27C is #454D83. Grayscale: #AEAEAE. Windows color (decimal): -4541828 or 8172218. OLE color: 8172218.
HSL color Cylindrical-coordinate representation of color #BAB27C: hue angle of 52.26º 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 #BAB27C is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 124 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.27 |
| HSL | 52.26º | 0.31% | 0.61% | - |
| HSV(B) | 52.26º | 0.33% | 0.73% | - |
| XYZ | 39.81 | 43.74 | 25.41 | - |
| YUV | 174.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 124 | 0 | 0.04 | 0.33 | 0.27 | 52.26 | 0.31 | 0.61 |
| Hex | BA | B2 | 7C | 0 | 4 | 21 | 1B | 34 | 1F | 3D |
| Octal | 272 | 262 | 174 | 0 | 4 | 41 | 33 | 64 | 37 | 75 |
| Binary | 10111010 | 10110010 | 1111100 | 0 | 100 | 100001 | 11011 | 110100 | 11111 | 111101 |
Color Harmonies of #BAB27C
Complementary color
Monochromatic Colors of #BAB27C
Black with #BAB27C
Text Example
Text Example
White with #BAB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB27C; }
p { color: rgb(186,178,124); }
H1.HeaderClassName
{
color: #BAB27C;
}
.AnyTagClassName
{
color: #BAB27C;
}
</style>
background-color css
<style>
a { background-color: #BAB27C; }
a { background-color: rgb(186,178,124); }
div.DivClassName
{
background-color: #BAB27C;
}
.BgClassName
{
background-color: #BAB27C;
}
</style>
border-color css
<style>
span { border-color: #BAB27C; }
span { border-color: rgb(186,178,124); }
td.TdClassName
{
border-color: #BAB27C;
}
.TagClassName
{
border-color: #BAB27C;
}
</style>