Shades of Ecru #BEB185
Tints of Ecru #BEB185
RGB
CMYK
RGB Variations
Color information
#BEB185 (or 0xBEB185) is known color: Ecru. HEX triplet: BE, B1 and 85. RGB value is (190,177,133). Sum of RGB (Red+Green+Blue) = 190+177+133=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB185 is #414E7A. Grayscale: #B0B0B0. Windows color (decimal): -4279931 or 8761790. OLE color: 8761790.
HSL color Cylindrical-coordinate representation of color #BEB185: hue angle of 46.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEB185 is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 133 | - |
| CMYK | 0 | 0.07 | 0.3 | 0.25 |
| HSL | 46.32º | 0.3% | 0.63% | - |
| HSV(B) | 46.32º | 0.3% | 0.75% | - |
| XYZ | 41.19 | 44.08 | 28.53 | - |
| YUV | 175.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 133 | 0 | 0.07 | 0.3 | 0.25 | 46.32 | 0.3 | 0.63 |
| Hex | BE | B1 | 85 | 0 | 7 | 1E | 19 | 2E | 1E | 3F |
| Octal | 276 | 261 | 205 | 0 | 7 | 36 | 31 | 56 | 36 | 77 |
| Binary | 10111110 | 10110001 | 10000101 | 0 | 111 | 11110 | 11001 | 101110 | 11110 | 111111 |
Color Harmonies of #BEB185
Complementary color
Monochromatic Colors of #BEB185
Black with #BEB185
Text Example
Text Example
White with #BEB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB185; }
p { color: rgb(190,177,133); }
H1.HeaderClassName
{
color: #BEB185;
}
.AnyTagClassName
{
color: #BEB185;
}
</style>
background-color css
<style>
a { background-color: #BEB185; }
a { background-color: rgb(190,177,133); }
div.DivClassName
{
background-color: #BEB185;
}
.BgClassName
{
background-color: #BEB185;
}
</style>
border-color css
<style>
span { border-color: #BEB185; }
span { border-color: rgb(190,177,133); }
td.TdClassName
{
border-color: #BEB185;
}
.TagClassName
{
border-color: #BEB185;
}
</style>