Shades of Ecru #BEAD7E
Tints of Ecru #BEAD7E
RGB
CMYK
RGB Variations
Color information
#BEAD7E (or 0xBEAD7E) is known color: Ecru. HEX triplet: BE, AD and 7E. RGB value is (190,173,126). Sum of RGB (Red+Green+Blue) = 190+173+126=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD7E is #415281. Grayscale: #ACACAC. Windows color (decimal): -4280962 or 8302014. OLE color: 8302014.
HSL color Cylindrical-coordinate representation of color #BEAD7E: hue angle of 44.06º 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 #BEAD7E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 126 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.25 |
| HSL | 44.06º | 0.33% | 0.62% | - |
| HSV(B) | 44.06º | 0.34% | 0.75% | - |
| XYZ | 39.94 | 42.34 | 25.81 | - |
| YUV | 172.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 126 | 0 | 0.09 | 0.34 | 0.25 | 44.06 | 0.33 | 0.62 |
| Hex | BE | AD | 7E | 0 | 9 | 22 | 19 | 2C | 21 | 3E |
| Octal | 276 | 255 | 176 | 0 | 11 | 42 | 31 | 54 | 41 | 76 |
| Binary | 10111110 | 10101101 | 1111110 | 0 | 1001 | 100010 | 11001 | 101100 | 100001 | 111110 |
Color Harmonies of #BEAD7E
Complementary color
Monochromatic Colors of #BEAD7E
Black with #BEAD7E
Text Example
Text Example
White with #BEAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD7E; }
p { color: rgb(190,173,126); }
H1.HeaderClassName
{
color: #BEAD7E;
}
.AnyTagClassName
{
color: #BEAD7E;
}
</style>
background-color css
<style>
a { background-color: #BEAD7E; }
a { background-color: rgb(190,173,126); }
div.DivClassName
{
background-color: #BEAD7E;
}
.BgClassName
{
background-color: #BEAD7E;
}
</style>
border-color css
<style>
span { border-color: #BEAD7E; }
span { border-color: rgb(190,173,126); }
td.TdClassName
{
border-color: #BEAD7E;
}
.TagClassName
{
border-color: #BEAD7E;
}
</style>