Shades of Ecru #BAB17D
Tints of Ecru #BAB17D
RGB
CMYK
RGB Variations
Color information
#BAB17D (or 0xBAB17D) is known color: Ecru. HEX triplet: BA, B1 and 7D. RGB value is (186,177,125). Sum of RGB (Red+Green+Blue) = 186+177+125=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17D is #454E82. Grayscale: #ADADAD. Windows color (decimal): -4542083 or 8237498. OLE color: 8237498.
HSL color Cylindrical-coordinate representation of color #BAB17D: hue angle of 51.15º 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 #BAB17D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 125 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.27 |
| HSL | 51.15º | 0.31% | 0.61% | - |
| HSV(B) | 51.15º | 0.33% | 0.73% | - |
| XYZ | 39.67 | 43.36 | 25.68 | - |
| YUV | 173.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 125 | 0 | 0.05 | 0.33 | 0.27 | 51.15 | 0.31 | 0.61 |
| Hex | BA | B1 | 7D | 0 | 5 | 21 | 1B | 33 | 1F | 3D |
| Octal | 272 | 261 | 175 | 0 | 5 | 41 | 33 | 63 | 37 | 75 |
| Binary | 10111010 | 10110001 | 1111101 | 0 | 101 | 100001 | 11011 | 110011 | 11111 | 111101 |
Color Harmonies of #BAB17D
Complementary color
Monochromatic Colors of #BAB17D
Black with #BAB17D
Text Example
Text Example
White with #BAB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB17D; }
p { color: rgb(186,177,125); }
H1.HeaderClassName
{
color: #BAB17D;
}
.AnyTagClassName
{
color: #BAB17D;
}
</style>
background-color css
<style>
a { background-color: #BAB17D; }
a { background-color: rgb(186,177,125); }
div.DivClassName
{
background-color: #BAB17D;
}
.BgClassName
{
background-color: #BAB17D;
}
</style>
border-color css
<style>
span { border-color: #BAB17D; }
span { border-color: rgb(186,177,125); }
td.TdClassName
{
border-color: #BAB17D;
}
.TagClassName
{
border-color: #BAB17D;
}
</style>