Shades of Ecru #BEB77B
Tints of Ecru #BEB77B
RGB
CMYK
RGB Variations
Color information
#BEB77B (or 0xBEB77B) is known color: Ecru. HEX triplet: BE, B7 and 7B. RGB value is (190,183,123). Sum of RGB (Red+Green+Blue) = 190+183+123=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB77B is #414884. Grayscale: #B2B2B2. Windows color (decimal): -4278405 or 8107966. OLE color: 8107966.
HSL color Cylindrical-coordinate representation of color #BEB77B: hue angle of 53.73º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEB77B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 123 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.25 |
| HSL | 53.73º | 0.34% | 0.61% | - |
| HSV(B) | 53.73º | 0.35% | 0.75% | - |
| XYZ | 41.74 | 46.24 | 25.46 | - |
| YUV | 178.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 123 | 0 | 0.04 | 0.35 | 0.25 | 53.73 | 0.34 | 0.61 |
| Hex | BE | B7 | 7B | 0 | 4 | 23 | 19 | 36 | 22 | 3D |
| Octal | 276 | 267 | 173 | 0 | 4 | 43 | 31 | 66 | 42 | 75 |
| Binary | 10111110 | 10110111 | 1111011 | 0 | 100 | 100011 | 11001 | 110110 | 100010 | 111101 |
Color Harmonies of #BEB77B
Complementary color
Monochromatic Colors of #BEB77B
Black with #BEB77B
Text Example
Text Example
White with #BEB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB77B; }
p { color: rgb(190,183,123); }
H1.HeaderClassName
{
color: #BEB77B;
}
.AnyTagClassName
{
color: #BEB77B;
}
</style>
background-color css
<style>
a { background-color: #BEB77B; }
a { background-color: rgb(190,183,123); }
div.DivClassName
{
background-color: #BEB77B;
}
.BgClassName
{
background-color: #BEB77B;
}
</style>
border-color css
<style>
span { border-color: #BEB77B; }
span { border-color: rgb(190,183,123); }
td.TdClassName
{
border-color: #BEB77B;
}
.TagClassName
{
border-color: #BEB77B;
}
</style>