Shades of Ecru #BEAC7C
Tints of Ecru #BEAC7C
RGB
CMYK
RGB Variations
Color information
#BEAC7C (or 0xBEAC7C) is known color: Ecru. HEX triplet: BE, AC and 7C. RGB value is (190,172,124). Sum of RGB (Red+Green+Blue) = 190+172+124=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC7C is #415383. Grayscale: #ACACAC. Windows color (decimal): -4281220 or 8170686. OLE color: 8170686.
HSL color Cylindrical-coordinate representation of color #BEAC7C: hue angle of 43.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEAC7C is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 124 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.25 |
| HSL | 43.64º | 0.34% | 0.62% | - |
| HSV(B) | 43.64º | 0.35% | 0.75% | - |
| XYZ | 39.63 | 41.91 | 25.07 | - |
| YUV | 171.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 124 | 0 | 0.09 | 0.35 | 0.25 | 43.64 | 0.34 | 0.62 |
| Hex | BE | AC | 7C | 0 | 9 | 23 | 19 | 2C | 22 | 3E |
| Octal | 276 | 254 | 174 | 0 | 11 | 43 | 31 | 54 | 42 | 76 |
| Binary | 10111110 | 10101100 | 1111100 | 0 | 1001 | 100011 | 11001 | 101100 | 100010 | 111110 |
Color Harmonies of #BEAC7C
Complementary color
Monochromatic Colors of #BEAC7C
Black with #BEAC7C
Text Example
Text Example
White with #BEAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC7C; }
p { color: rgb(190,172,124); }
H1.HeaderClassName
{
color: #BEAC7C;
}
.AnyTagClassName
{
color: #BEAC7C;
}
</style>
background-color css
<style>
a { background-color: #BEAC7C; }
a { background-color: rgb(190,172,124); }
div.DivClassName
{
background-color: #BEAC7C;
}
.BgClassName
{
background-color: #BEAC7C;
}
</style>
border-color css
<style>
span { border-color: #BEAC7C; }
span { border-color: rgb(190,172,124); }
td.TdClassName
{
border-color: #BEAC7C;
}
.TagClassName
{
border-color: #BEAC7C;
}
</style>