Shades of Ecru #BEAF7E
Tints of Ecru #BEAF7E
RGB
CMYK
RGB Variations
Color information
#BEAF7E (or 0xBEAF7E) is known color: Ecru. HEX triplet: BE, AF and 7E. RGB value is (190,175,126). Sum of RGB (Red+Green+Blue) = 190+175+126=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF7E is #415081. Grayscale: #AEAEAE. Windows color (decimal): -4280450 or 8302526. OLE color: 8302526.
HSL color Cylindrical-coordinate representation of color #BEAF7E: hue angle of 45.94º 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 #BEAF7E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 126 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.25 |
| HSL | 45.94º | 0.33% | 0.62% | - |
| HSV(B) | 45.94º | 0.34% | 0.75% | - |
| XYZ | 40.33 | 43.11 | 25.93 | - |
| YUV | 173.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 126 | 0 | 0.08 | 0.34 | 0.25 | 45.94 | 0.33 | 0.62 |
| Hex | BE | AF | 7E | 0 | 8 | 22 | 19 | 2E | 21 | 3E |
| Octal | 276 | 257 | 176 | 0 | 10 | 42 | 31 | 56 | 41 | 76 |
| Binary | 10111110 | 10101111 | 1111110 | 0 | 1000 | 100010 | 11001 | 101110 | 100001 | 111110 |
Color Harmonies of #BEAF7E
Complementary color
Monochromatic Colors of #BEAF7E
Black with #BEAF7E
Text Example
Text Example
White with #BEAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF7E; }
p { color: rgb(190,175,126); }
H1.HeaderClassName
{
color: #BEAF7E;
}
.AnyTagClassName
{
color: #BEAF7E;
}
</style>
background-color css
<style>
a { background-color: #BEAF7E; }
a { background-color: rgb(190,175,126); }
div.DivClassName
{
background-color: #BEAF7E;
}
.BgClassName
{
background-color: #BEAF7E;
}
</style>
border-color css
<style>
span { border-color: #BEAF7E; }
span { border-color: rgb(190,175,126); }
td.TdClassName
{
border-color: #BEAF7E;
}
.TagClassName
{
border-color: #BEAF7E;
}
</style>