Shades of Ecru #BEA877
Tints of Ecru #BEA877
RGB
CMYK
RGB Variations
Color information
#BEA877 (or 0xBEA877) is known color: Ecru. HEX triplet: BE, A8 and 77. RGB value is (190,168,119). Sum of RGB (Red+Green+Blue) = 190+168+119=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA877 is #415788. Grayscale: #A9A9A9. Windows color (decimal): -4282249 or 7841982. OLE color: 7841982.
HSL color Cylindrical-coordinate representation of color #BEA877: hue angle of 41.41º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA877 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 119 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.25 |
| HSL | 41.41º | 0.35% | 0.61% | - |
| HSV(B) | 41.41º | 0.37% | 0.75% | - |
| XYZ | 38.57 | 40.28 | 23.2 | - |
| YUV | 168.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 119 | 0 | 0.12 | 0.37 | 0.25 | 41.41 | 0.35 | 0.61 |
| Hex | BE | A8 | 77 | 0 | C | 25 | 19 | 29 | 23 | 3D |
| Octal | 276 | 250 | 167 | 0 | 14 | 45 | 31 | 51 | 43 | 75 |
| Binary | 10111110 | 10101000 | 1110111 | 0 | 1100 | 100101 | 11001 | 101001 | 100011 | 111101 |
Color Harmonies of #BEA877
Complementary color
Monochromatic Colors of #BEA877
Black with #BEA877
Text Example
Text Example
White with #BEA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA877; }
p { color: rgb(190,168,119); }
H1.HeaderClassName
{
color: #BEA877;
}
.AnyTagClassName
{
color: #BEA877;
}
</style>
background-color css
<style>
a { background-color: #BEA877; }
a { background-color: rgb(190,168,119); }
div.DivClassName
{
background-color: #BEA877;
}
.BgClassName
{
background-color: #BEA877;
}
</style>
border-color css
<style>
span { border-color: #BEA877; }
span { border-color: rgb(190,168,119); }
td.TdClassName
{
border-color: #BEA877;
}
.TagClassName
{
border-color: #BEA877;
}
</style>