Shades of Ecru #BEB17D
Tints of Ecru #BEB17D
RGB
CMYK
RGB Variations
Color information
#BEB17D (or 0xBEB17D) is known color: Ecru. HEX triplet: BE, B1 and 7D. RGB value is (190,177,125). Sum of RGB (Red+Green+Blue) = 190+177+125=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB17D is #414E82. Grayscale: #AFAFAF. Windows color (decimal): -4279939 or 8237502. OLE color: 8237502.
HSL color Cylindrical-coordinate representation of color #BEB17D: hue angle of 48º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEB17D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 125 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.25 |
| HSL | 48º | 0.33% | 0.62% | - |
| HSV(B) | 48º | 0.34% | 0.75% | - |
| XYZ | 40.66 | 43.87 | 25.73 | - |
| YUV | 174.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 125 | 0 | 0.07 | 0.34 | 0.25 | 48 | 0.33 | 0.62 |
| Hex | BE | B1 | 7D | 0 | 7 | 22 | 19 | 30 | 21 | 3E |
| Octal | 276 | 261 | 175 | 0 | 7 | 42 | 31 | 60 | 41 | 76 |
| Binary | 10111110 | 10110001 | 1111101 | 0 | 111 | 100010 | 11001 | 110000 | 100001 | 111110 |
Color Harmonies of #BEB17D
Complementary color
Monochromatic Colors of #BEB17D
Black with #BEB17D
Text Example
Text Example
White with #BEB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB17D; }
p { color: rgb(190,177,125); }
H1.HeaderClassName
{
color: #BEB17D;
}
.AnyTagClassName
{
color: #BEB17D;
}
</style>
background-color css
<style>
a { background-color: #BEB17D; }
a { background-color: rgb(190,177,125); }
div.DivClassName
{
background-color: #BEB17D;
}
.BgClassName
{
background-color: #BEB17D;
}
</style>
border-color css
<style>
span { border-color: #BEB17D; }
span { border-color: rgb(190,177,125); }
td.TdClassName
{
border-color: #BEB17D;
}
.TagClassName
{
border-color: #BEB17D;
}
</style>