Shades of Ecru #BEA879
Tints of Ecru #BEA879
RGB
CMYK
RGB Variations
Color information
#BEA879 (or 0xBEA879) is known color: Ecru. HEX triplet: BE, A8 and 79. RGB value is (190,168,121). Sum of RGB (Red+Green+Blue) = 190+168+121=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA879 is #415786. Grayscale: #A9A9A9. Windows color (decimal): -4282247 or 7973054. OLE color: 7973054.
HSL color Cylindrical-coordinate representation of color #BEA879: hue angle of 40.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA879 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 121 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.25 |
| HSL | 40.87º | 0.35% | 0.61% | - |
| HSV(B) | 40.87º | 0.36% | 0.75% | - |
| XYZ | 38.69 | 40.33 | 23.84 | - |
| YUV | 169.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 121 | 0 | 0.12 | 0.36 | 0.25 | 40.87 | 0.35 | 0.61 |
| Hex | BE | A8 | 79 | 0 | C | 24 | 19 | 29 | 23 | 3D |
| Octal | 276 | 250 | 171 | 0 | 14 | 44 | 31 | 51 | 43 | 75 |
| Binary | 10111110 | 10101000 | 1111001 | 0 | 1100 | 100100 | 11001 | 101001 | 100011 | 111101 |
Color Harmonies of #BEA879
Complementary color
Monochromatic Colors of #BEA879
Black with #BEA879
Text Example
Text Example
White with #BEA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA879; }
p { color: rgb(190,168,121); }
H1.HeaderClassName
{
color: #BEA879;
}
.AnyTagClassName
{
color: #BEA879;
}
</style>
background-color css
<style>
a { background-color: #BEA879; }
a { background-color: rgb(190,168,121); }
div.DivClassName
{
background-color: #BEA879;
}
.BgClassName
{
background-color: #BEA879;
}
</style>
border-color css
<style>
span { border-color: #BEA879; }
span { border-color: rgb(190,168,121); }
td.TdClassName
{
border-color: #BEA879;
}
.TagClassName
{
border-color: #BEA879;
}
</style>