Shades of Ecru #BEB17B
Tints of Ecru #BEB17B
RGB
CMYK
RGB Variations
Color information
#BEB17B (or 0xBEB17B) is known color: Ecru. HEX triplet: BE, B1 and 7B. RGB value is (190,177,123). Sum of RGB (Red+Green+Blue) = 190+177+123=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB17B is #414E84. Grayscale: #AEAEAE. Windows color (decimal): -4279941 or 8106430. OLE color: 8106430.
HSL color Cylindrical-coordinate representation of color #BEB17B: hue angle of 48.36º 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 #BEB17B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 123 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.25 |
| HSL | 48.36º | 0.34% | 0.61% | - |
| HSV(B) | 48.36º | 0.35% | 0.75% | - |
| XYZ | 40.53 | 43.82 | 25.06 | - |
| YUV | 174.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 123 | 0 | 0.07 | 0.35 | 0.25 | 48.36 | 0.34 | 0.61 |
| Hex | BE | B1 | 7B | 0 | 7 | 23 | 19 | 30 | 22 | 3D |
| Octal | 276 | 261 | 173 | 0 | 7 | 43 | 31 | 60 | 42 | 75 |
| Binary | 10111110 | 10110001 | 1111011 | 0 | 111 | 100011 | 11001 | 110000 | 100010 | 111101 |
Color Harmonies of #BEB17B
Complementary color
Monochromatic Colors of #BEB17B
Black with #BEB17B
Text Example
Text Example
White with #BEB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB17B; }
p { color: rgb(190,177,123); }
H1.HeaderClassName
{
color: #BEB17B;
}
.AnyTagClassName
{
color: #BEB17B;
}
</style>
background-color css
<style>
a { background-color: #BEB17B; }
a { background-color: rgb(190,177,123); }
div.DivClassName
{
background-color: #BEB17B;
}
.BgClassName
{
background-color: #BEB17B;
}
</style>
border-color css
<style>
span { border-color: #BEB17B; }
span { border-color: rgb(190,177,123); }
td.TdClassName
{
border-color: #BEB17B;
}
.TagClassName
{
border-color: #BEB17B;
}
</style>