Shades of Ecru #BEA874
Tints of Ecru #BEA874
RGB
CMYK
RGB Variations
Color information
#BEA874 (or 0xBEA874) is known color: Ecru. HEX triplet: BE, A8 and 74. RGB value is (190,168,116). Sum of RGB (Red+Green+Blue) = 190+168+116=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA874 is #41578B. Grayscale: #A8A8A8. Windows color (decimal): -4282252 or 7645374. OLE color: 7645374.
HSL color Cylindrical-coordinate representation of color #BEA874: hue angle of 42.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEA874 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 116 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.25 |
| HSL | 42.16º | 0.36% | 0.6% | - |
| HSV(B) | 42.16º | 0.39% | 0.75% | - |
| XYZ | 38.39 | 40.21 | 22.26 | - |
| YUV | 168.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 116 | 0 | 0.12 | 0.39 | 0.25 | 42.16 | 0.36 | 0.6 |
| Hex | BE | A8 | 74 | 0 | C | 27 | 19 | 2A | 24 | 3C |
| Octal | 276 | 250 | 164 | 0 | 14 | 47 | 31 | 52 | 44 | 74 |
| Binary | 10111110 | 10101000 | 1110100 | 0 | 1100 | 100111 | 11001 | 101010 | 100100 | 111100 |
Color Harmonies of #BEA874
Complementary color
Monochromatic Colors of #BEA874
Black with #BEA874
Text Example
Text Example
White with #BEA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA874; }
p { color: rgb(190,168,116); }
H1.HeaderClassName
{
color: #BEA874;
}
.AnyTagClassName
{
color: #BEA874;
}
</style>
background-color css
<style>
a { background-color: #BEA874; }
a { background-color: rgb(190,168,116); }
div.DivClassName
{
background-color: #BEA874;
}
.BgClassName
{
background-color: #BEA874;
}
</style>
border-color css
<style>
span { border-color: #BEA874; }
span { border-color: rgb(190,168,116); }
td.TdClassName
{
border-color: #BEA874;
}
.TagClassName
{
border-color: #BEA874;
}
</style>