Shades of Ecru #BEA676
Tints of Ecru #BEA676
RGB
CMYK
RGB Variations
Color information
#BEA676 (or 0xBEA676) is known color: Ecru. HEX triplet: BE, A6 and 76. RGB value is (190,166,118). Sum of RGB (Red+Green+Blue) = 190+166+118=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA676 is #415989. Grayscale: #A7A7A7. Windows color (decimal): -4282762 or 7775934. OLE color: 7775934.
HSL color Cylindrical-coordinate representation of color #BEA676: hue angle of 40º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEA676 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 118 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.25 |
| HSL | 40º | 0.36% | 0.6% | - |
| HSV(B) | 40º | 0.38% | 0.75% | - |
| XYZ | 38.14 | 39.53 | 22.76 | - |
| YUV | 167.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 118 | 0 | 0.13 | 0.38 | 0.25 | 40 | 0.36 | 0.6 |
| Hex | BE | A6 | 76 | 0 | D | 26 | 19 | 28 | 24 | 3C |
| Octal | 276 | 246 | 166 | 0 | 15 | 46 | 31 | 50 | 44 | 74 |
| Binary | 10111110 | 10100110 | 1110110 | 0 | 1101 | 100110 | 11001 | 101000 | 100100 | 111100 |
Color Harmonies of #BEA676
Complementary color
Monochromatic Colors of #BEA676
Black with #BEA676
Text Example
Text Example
White with #BEA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA676; }
p { color: rgb(190,166,118); }
H1.HeaderClassName
{
color: #BEA676;
}
.AnyTagClassName
{
color: #BEA676;
}
</style>
background-color css
<style>
a { background-color: #BEA676; }
a { background-color: rgb(190,166,118); }
div.DivClassName
{
background-color: #BEA676;
}
.BgClassName
{
background-color: #BEA676;
}
</style>
border-color css
<style>
span { border-color: #BEA676; }
span { border-color: rgb(190,166,118); }
td.TdClassName
{
border-color: #BEA676;
}
.TagClassName
{
border-color: #BEA676;
}
</style>