Shades of Ecru #BEAE80
Tints of Ecru #BEAE80
RGB
CMYK
RGB Variations
Color information
#BEAE80 (or 0xBEAE80) is known color: Ecru. HEX triplet: BE, AE and 80. RGB value is (190,174,128). Sum of RGB (Red+Green+Blue) = 190+174+128=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE80 is #41517F. Grayscale: #ADADAD. Windows color (decimal): -4280704 or 8433342. OLE color: 8433342.
HSL color Cylindrical-coordinate representation of color #BEAE80: hue angle of 44.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAE80 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 128 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.25 |
| HSL | 44.52º | 0.32% | 0.62% | - |
| HSV(B) | 44.52º | 0.33% | 0.75% | - |
| XYZ | 40.27 | 42.78 | 26.56 | - |
| YUV | 173.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 128 | 0 | 0.08 | 0.33 | 0.25 | 44.52 | 0.32 | 0.62 |
| Hex | BE | AE | 80 | 0 | 8 | 21 | 19 | 2D | 20 | 3E |
| Octal | 276 | 256 | 200 | 0 | 10 | 41 | 31 | 55 | 40 | 76 |
| Binary | 10111110 | 10101110 | 10000000 | 0 | 1000 | 100001 | 11001 | 101101 | 100000 | 111110 |
Color Harmonies of #BEAE80
Complementary color
Monochromatic Colors of #BEAE80
Black with #BEAE80
Text Example
Text Example
White with #BEAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE80; }
p { color: rgb(190,174,128); }
H1.HeaderClassName
{
color: #BEAE80;
}
.AnyTagClassName
{
color: #BEAE80;
}
</style>
background-color css
<style>
a { background-color: #BEAE80; }
a { background-color: rgb(190,174,128); }
div.DivClassName
{
background-color: #BEAE80;
}
.BgClassName
{
background-color: #BEAE80;
}
</style>
border-color css
<style>
span { border-color: #BEAE80; }
span { border-color: rgb(190,174,128); }
td.TdClassName
{
border-color: #BEAE80;
}
.TagClassName
{
border-color: #BEAE80;
}
</style>