Shades of Ecru #BEB180
Tints of Ecru #BEB180
RGB
CMYK
RGB Variations
Color information
#BEB180 (or 0xBEB180) is known color: Ecru. HEX triplet: BE, B1 and 80. RGB value is (190,177,128). Sum of RGB (Red+Green+Blue) = 190+177+128=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB180 is #414E7F. Grayscale: #AFAFAF. Windows color (decimal): -4279936 or 8434110. OLE color: 8434110.
HSL color Cylindrical-coordinate representation of color #BEB180: hue angle of 47.42º 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 #BEB180 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 128 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.25 |
| HSL | 47.42º | 0.32% | 0.62% | - |
| HSV(B) | 47.42º | 0.33% | 0.75% | - |
| XYZ | 40.85 | 43.95 | 26.75 | - |
| YUV | 175.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 128 | 0 | 0.07 | 0.33 | 0.25 | 47.42 | 0.32 | 0.62 |
| Hex | BE | B1 | 80 | 0 | 7 | 21 | 19 | 2F | 20 | 3E |
| Octal | 276 | 261 | 200 | 0 | 7 | 41 | 31 | 57 | 40 | 76 |
| Binary | 10111110 | 10110001 | 10000000 | 0 | 111 | 100001 | 11001 | 101111 | 100000 | 111110 |
Color Harmonies of #BEB180
Complementary color
Monochromatic Colors of #BEB180
Black with #BEB180
Text Example
Text Example
White with #BEB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB180; }
p { color: rgb(190,177,128); }
H1.HeaderClassName
{
color: #BEB180;
}
.AnyTagClassName
{
color: #BEB180;
}
</style>
background-color css
<style>
a { background-color: #BEB180; }
a { background-color: rgb(190,177,128); }
div.DivClassName
{
background-color: #BEB180;
}
.BgClassName
{
background-color: #BEB180;
}
</style>
border-color css
<style>
span { border-color: #BEB180; }
span { border-color: rgb(190,177,128); }
td.TdClassName
{
border-color: #BEB180;
}
.TagClassName
{
border-color: #BEB180;
}
</style>