Shades of Ecru #BEAF7D
Tints of Ecru #BEAF7D
RGB
CMYK
RGB Variations
Color information
#BEAF7D (or 0xBEAF7D) is known color: Ecru. HEX triplet: BE, AF and 7D. RGB value is (190,175,125). Sum of RGB (Red+Green+Blue) = 190+175+125=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF7D is #415082. Grayscale: #AEAEAE. Windows color (decimal): -4280451 or 8236990. OLE color: 8236990.
HSL color Cylindrical-coordinate representation of color #BEAF7D: hue angle of 46.15º 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 #BEAF7D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 125 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.25 |
| HSL | 46.15º | 0.33% | 0.62% | - |
| HSV(B) | 46.15º | 0.34% | 0.75% | - |
| XYZ | 40.27 | 43.09 | 25.6 | - |
| YUV | 173.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 125 | 0 | 0.08 | 0.34 | 0.25 | 46.15 | 0.33 | 0.62 |
| Hex | BE | AF | 7D | 0 | 8 | 22 | 19 | 2E | 21 | 3E |
| Octal | 276 | 257 | 175 | 0 | 10 | 42 | 31 | 56 | 41 | 76 |
| Binary | 10111110 | 10101111 | 1111101 | 0 | 1000 | 100010 | 11001 | 101110 | 100001 | 111110 |
Color Harmonies of #BEAF7D
Complementary color
Monochromatic Colors of #BEAF7D
Black with #BEAF7D
Text Example
Text Example
White with #BEAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF7D; }
p { color: rgb(190,175,125); }
H1.HeaderClassName
{
color: #BEAF7D;
}
.AnyTagClassName
{
color: #BEAF7D;
}
</style>
background-color css
<style>
a { background-color: #BEAF7D; }
a { background-color: rgb(190,175,125); }
div.DivClassName
{
background-color: #BEAF7D;
}
.BgClassName
{
background-color: #BEAF7D;
}
</style>
border-color css
<style>
span { border-color: #BEAF7D; }
span { border-color: rgb(190,175,125); }
td.TdClassName
{
border-color: #BEAF7D;
}
.TagClassName
{
border-color: #BEAF7D;
}
</style>