Shades of Ecru #BEAC7E
Tints of Ecru #BEAC7E
RGB
CMYK
RGB Variations
Color information
#BEAC7E (or 0xBEAC7E) is known color: Ecru. HEX triplet: BE, AC and 7E. RGB value is (190,172,126). Sum of RGB (Red+Green+Blue) = 190+172+126=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC7E is #415381. Grayscale: #ACACAC. Windows color (decimal): -4281218 or 8301758. OLE color: 8301758.
HSL color Cylindrical-coordinate representation of color #BEAC7E: hue angle of 43.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEAC7E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 126 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.25 |
| HSL | 43.13º | 0.33% | 0.62% | - |
| HSV(B) | 43.13º | 0.34% | 0.75% | - |
| XYZ | 39.75 | 41.96 | 25.74 | - |
| YUV | 172.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 126 | 0 | 0.09 | 0.34 | 0.25 | 43.13 | 0.33 | 0.62 |
| Hex | BE | AC | 7E | 0 | 9 | 22 | 19 | 2B | 21 | 3E |
| Octal | 276 | 254 | 176 | 0 | 11 | 42 | 31 | 53 | 41 | 76 |
| Binary | 10111110 | 10101100 | 1111110 | 0 | 1001 | 100010 | 11001 | 101011 | 100001 | 111110 |
Color Harmonies of #BEAC7E
Complementary color
Monochromatic Colors of #BEAC7E
Black with #BEAC7E
Text Example
Text Example
White with #BEAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC7E; }
p { color: rgb(190,172,126); }
H1.HeaderClassName
{
color: #BEAC7E;
}
.AnyTagClassName
{
color: #BEAC7E;
}
</style>
background-color css
<style>
a { background-color: #BEAC7E; }
a { background-color: rgb(190,172,126); }
div.DivClassName
{
background-color: #BEAC7E;
}
.BgClassName
{
background-color: #BEAC7E;
}
</style>
border-color css
<style>
span { border-color: #BEAC7E; }
span { border-color: rgb(190,172,126); }
td.TdClassName
{
border-color: #BEAC7E;
}
.TagClassName
{
border-color: #BEAC7E;
}
</style>