Shades of Ecru #BAAB72
Tints of Ecru #BAAB72
RGB
CMYK
RGB Variations
Color information
#BAAB72 (or 0xBAAB72) is known color: Ecru. HEX triplet: BA, AB and 72. RGB value is (186,171,114). Sum of RGB (Red+Green+Blue) = 186+171+114=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB72 is #45548D. Grayscale: #A9A9A9. Windows color (decimal): -4543630 or 7515066. OLE color: 7515066.
HSL color Cylindrical-coordinate representation of color #BAAB72: hue angle of 47.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAAB72 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 114 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.27 |
| HSL | 47.5º | 0.34% | 0.59% | - |
| HSV(B) | 47.5º | 0.39% | 0.73% | - |
| XYZ | 37.85 | 40.78 | 21.8 | - |
| YUV | 168.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 114 | 0 | 0.08 | 0.39 | 0.27 | 47.5 | 0.34 | 0.59 |
| Hex | BA | AB | 72 | 0 | 8 | 27 | 1B | 30 | 22 | 3B |
| Octal | 272 | 253 | 162 | 0 | 10 | 47 | 33 | 60 | 42 | 73 |
| Binary | 10111010 | 10101011 | 1110010 | 0 | 1000 | 100111 | 11011 | 110000 | 100010 | 111011 |
Color Harmonies of #BAAB72
Complementary color
Monochromatic Colors of #BAAB72
Black with #BAAB72
Text Example
Text Example
White with #BAAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB72; }
p { color: rgb(186,171,114); }
H1.HeaderClassName
{
color: #BAAB72;
}
.AnyTagClassName
{
color: #BAAB72;
}
</style>
background-color css
<style>
a { background-color: #BAAB72; }
a { background-color: rgb(186,171,114); }
div.DivClassName
{
background-color: #BAAB72;
}
.BgClassName
{
background-color: #BAAB72;
}
</style>
border-color css
<style>
span { border-color: #BAAB72; }
span { border-color: rgb(186,171,114); }
td.TdClassName
{
border-color: #BAAB72;
}
.TagClassName
{
border-color: #BAAB72;
}
</style>