Shades of Ecru #BEAE7C
Tints of Ecru #BEAE7C
RGB
CMYK
RGB Variations
Color information
#BEAE7C (or 0xBEAE7C) is known color: Ecru. HEX triplet: BE, AE and 7C. RGB value is (190,174,124). Sum of RGB (Red+Green+Blue) = 190+174+124=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE7C is #415183. Grayscale: #ADADAD. Windows color (decimal): -4280708 or 8171198. OLE color: 8171198.
HSL color Cylindrical-coordinate representation of color #BEAE7C: hue angle of 45.45º 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 #BEAE7C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 124 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.25 |
| HSL | 45.45º | 0.34% | 0.62% | - |
| HSV(B) | 45.45º | 0.35% | 0.75% | - |
| XYZ | 40.01 | 42.67 | 25.2 | - |
| YUV | 173.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 124 | 0 | 0.08 | 0.35 | 0.25 | 45.45 | 0.34 | 0.62 |
| Hex | BE | AE | 7C | 0 | 8 | 23 | 19 | 2D | 22 | 3E |
| Octal | 276 | 256 | 174 | 0 | 10 | 43 | 31 | 55 | 42 | 76 |
| Binary | 10111110 | 10101110 | 1111100 | 0 | 1000 | 100011 | 11001 | 101101 | 100010 | 111110 |
Color Harmonies of #BEAE7C
Complementary color
Monochromatic Colors of #BEAE7C
Black with #BEAE7C
Text Example
Text Example
White with #BEAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE7C; }
p { color: rgb(190,174,124); }
H1.HeaderClassName
{
color: #BEAE7C;
}
.AnyTagClassName
{
color: #BEAE7C;
}
</style>
background-color css
<style>
a { background-color: #BEAE7C; }
a { background-color: rgb(190,174,124); }
div.DivClassName
{
background-color: #BEAE7C;
}
.BgClassName
{
background-color: #BEAE7C;
}
</style>
border-color css
<style>
span { border-color: #BEAE7C; }
span { border-color: rgb(190,174,124); }
td.TdClassName
{
border-color: #BEAE7C;
}
.TagClassName
{
border-color: #BEAE7C;
}
</style>