Shades of Ecru #BEB57A
Tints of Ecru #BEB57A
RGB
CMYK
RGB Variations
Color information
#BEB57A (or 0xBEB57A) is known color: Ecru. HEX triplet: BE, B5 and 7A. RGB value is (190,181,122). Sum of RGB (Red+Green+Blue) = 190+181+122=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB57A is #414A85. Grayscale: #B1B1B1. Windows color (decimal): -4278918 or 8041918. OLE color: 8041918.
HSL color Cylindrical-coordinate representation of color #BEB57A: hue angle of 52.06º 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 #BEB57A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 122 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.25 |
| HSL | 52.06º | 0.34% | 0.61% | - |
| HSV(B) | 52.06º | 0.36% | 0.75% | - |
| XYZ | 41.27 | 45.4 | 25 | - |
| YUV | 176.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 122 | 0 | 0.05 | 0.36 | 0.25 | 52.06 | 0.34 | 0.61 |
| Hex | BE | B5 | 7A | 0 | 5 | 24 | 19 | 34 | 22 | 3D |
| Octal | 276 | 265 | 172 | 0 | 5 | 44 | 31 | 64 | 42 | 75 |
| Binary | 10111110 | 10110101 | 1111010 | 0 | 101 | 100100 | 11001 | 110100 | 100010 | 111101 |
Color Harmonies of #BEB57A
Complementary color
Monochromatic Colors of #BEB57A
Black with #BEB57A
Text Example
Text Example
White with #BEB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB57A; }
p { color: rgb(190,181,122); }
H1.HeaderClassName
{
color: #BEB57A;
}
.AnyTagClassName
{
color: #BEB57A;
}
</style>
background-color css
<style>
a { background-color: #BEB57A; }
a { background-color: rgb(190,181,122); }
div.DivClassName
{
background-color: #BEB57A;
}
.BgClassName
{
background-color: #BEB57A;
}
</style>
border-color css
<style>
span { border-color: #BEB57A; }
span { border-color: rgb(190,181,122); }
td.TdClassName
{
border-color: #BEB57A;
}
.TagClassName
{
border-color: #BEB57A;
}
</style>