Shades of Ecru #BEA87A
Tints of Ecru #BEA87A
RGB
CMYK
RGB Variations
Color information
#BEA87A (or 0xBEA87A) is known color: Ecru. HEX triplet: BE, A8 and 7A. RGB value is (190,168,122). Sum of RGB (Red+Green+Blue) = 190+168+122=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA87A is #415785. Grayscale: #A9A9A9. Windows color (decimal): -4282246 or 8038590. OLE color: 8038590.
HSL color Cylindrical-coordinate representation of color #BEA87A: hue angle of 40.59º degrees, saturation: 0.34, 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 #BEA87A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 122 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.25 |
| HSL | 40.59º | 0.34% | 0.61% | - |
| HSV(B) | 40.59º | 0.36% | 0.75% | - |
| XYZ | 38.75 | 40.36 | 24.16 | - |
| YUV | 169.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 122 | 0 | 0.12 | 0.36 | 0.25 | 40.59 | 0.34 | 0.61 |
| Hex | BE | A8 | 7A | 0 | C | 24 | 19 | 29 | 22 | 3D |
| Octal | 276 | 250 | 172 | 0 | 14 | 44 | 31 | 51 | 42 | 75 |
| Binary | 10111110 | 10101000 | 1111010 | 0 | 1100 | 100100 | 11001 | 101001 | 100010 | 111101 |
Color Harmonies of #BEA87A
Complementary color
Monochromatic Colors of #BEA87A
Black with #BEA87A
Text Example
Text Example
White with #BEA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA87A; }
p { color: rgb(190,168,122); }
H1.HeaderClassName
{
color: #BEA87A;
}
.AnyTagClassName
{
color: #BEA87A;
}
</style>
background-color css
<style>
a { background-color: #BEA87A; }
a { background-color: rgb(190,168,122); }
div.DivClassName
{
background-color: #BEA87A;
}
.BgClassName
{
background-color: #BEA87A;
}
</style>
border-color css
<style>
span { border-color: #BEA87A; }
span { border-color: rgb(190,168,122); }
td.TdClassName
{
border-color: #BEA87A;
}
.TagClassName
{
border-color: #BEA87A;
}
</style>