Shades of Ecru #BEAC77
Tints of Ecru #BEAC77
RGB
CMYK
RGB Variations
Color information
#BEAC77 (or 0xBEAC77) is known color: Ecru. HEX triplet: BE, AC and 77. RGB value is (190,172,119). Sum of RGB (Red+Green+Blue) = 190+172+119=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC77 is #415388. Grayscale: #ABABAB. Windows color (decimal): -4281225 or 7843006. OLE color: 7843006.
HSL color Cylindrical-coordinate representation of color #BEAC77: hue angle of 44.79º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEAC77 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 119 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.25 |
| HSL | 44.79º | 0.35% | 0.61% | - |
| HSV(B) | 44.79º | 0.37% | 0.75% | - |
| XYZ | 39.32 | 41.78 | 23.45 | - |
| YUV | 171.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 119 | 0 | 0.09 | 0.37 | 0.25 | 44.79 | 0.35 | 0.61 |
| Hex | BE | AC | 77 | 0 | 9 | 25 | 19 | 2D | 23 | 3D |
| Octal | 276 | 254 | 167 | 0 | 11 | 45 | 31 | 55 | 43 | 75 |
| Binary | 10111110 | 10101100 | 1110111 | 0 | 1001 | 100101 | 11001 | 101101 | 100011 | 111101 |
Color Harmonies of #BEAC77
Complementary color
Monochromatic Colors of #BEAC77
Black with #BEAC77
Text Example
Text Example
White with #BEAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC77; }
p { color: rgb(190,172,119); }
H1.HeaderClassName
{
color: #BEAC77;
}
.AnyTagClassName
{
color: #BEAC77;
}
</style>
background-color css
<style>
a { background-color: #BEAC77; }
a { background-color: rgb(190,172,119); }
div.DivClassName
{
background-color: #BEAC77;
}
.BgClassName
{
background-color: #BEAC77;
}
</style>
border-color css
<style>
span { border-color: #BEAC77; }
span { border-color: rgb(190,172,119); }
td.TdClassName
{
border-color: #BEAC77;
}
.TagClassName
{
border-color: #BEAC77;
}
</style>