Shades of Ecru #BEB580
Tints of Ecru #BEB580
RGB
CMYK
RGB Variations
Color information
#BEB580 (or 0xBEB580) is known color: Ecru. HEX triplet: BE, B5 and 80. RGB value is (190,181,128). Sum of RGB (Red+Green+Blue) = 190+181+128=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB580 is #414A7F. Grayscale: #B1B1B1. Windows color (decimal): -4278912 or 8435134. OLE color: 8435134.
HSL color Cylindrical-coordinate representation of color #BEB580: hue angle of 51.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEB580 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 128 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.25 |
| HSL | 51.29º | 0.32% | 0.62% | - |
| HSV(B) | 51.29º | 0.33% | 0.75% | - |
| XYZ | 41.66 | 45.55 | 27.02 | - |
| YUV | 177.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 128 | 0 | 0.05 | 0.33 | 0.25 | 51.29 | 0.32 | 0.62 |
| Hex | BE | B5 | 80 | 0 | 5 | 21 | 19 | 33 | 20 | 3E |
| Octal | 276 | 265 | 200 | 0 | 5 | 41 | 31 | 63 | 40 | 76 |
| Binary | 10111110 | 10110101 | 10000000 | 0 | 101 | 100001 | 11001 | 110011 | 100000 | 111110 |
Color Harmonies of #BEB580
Complementary color
Monochromatic Colors of #BEB580
Black with #BEB580
Text Example
Text Example
White with #BEB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB580; }
p { color: rgb(190,181,128); }
H1.HeaderClassName
{
color: #BEB580;
}
.AnyTagClassName
{
color: #BEB580;
}
</style>
background-color css
<style>
a { background-color: #BEB580; }
a { background-color: rgb(190,181,128); }
div.DivClassName
{
background-color: #BEB580;
}
.BgClassName
{
background-color: #BEB580;
}
</style>
border-color css
<style>
span { border-color: #BEB580; }
span { border-color: rgb(190,181,128); }
td.TdClassName
{
border-color: #BEB580;
}
.TagClassName
{
border-color: #BEB580;
}
</style>