Shades of Ecru #BEB07A
Tints of Ecru #BEB07A
RGB
CMYK
RGB Variations
Color information
#BEB07A (or 0xBEB07A) is known color: Ecru. HEX triplet: BE, B0 and 7A. RGB value is (190,176,122). Sum of RGB (Red+Green+Blue) = 190+176+122=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB07A is #414F85. Grayscale: #AEAEAE. Windows color (decimal): -4280198 or 8040638. OLE color: 8040638.
HSL color Cylindrical-coordinate representation of color #BEB07A: hue angle of 47.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEB07A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 122 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.25 |
| HSL | 47.65º | 0.34% | 0.61% | - |
| HSV(B) | 47.65º | 0.36% | 0.75% | - |
| XYZ | 40.27 | 43.4 | 24.67 | - |
| YUV | 174.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 122 | 0 | 0.07 | 0.36 | 0.25 | 47.65 | 0.34 | 0.61 |
| Hex | BE | B0 | 7A | 0 | 7 | 24 | 19 | 30 | 22 | 3D |
| Octal | 276 | 260 | 172 | 0 | 7 | 44 | 31 | 60 | 42 | 75 |
| Binary | 10111110 | 10110000 | 1111010 | 0 | 111 | 100100 | 11001 | 110000 | 100010 | 111101 |
Color Harmonies of #BEB07A
Complementary color
Monochromatic Colors of #BEB07A
Black with #BEB07A
Text Example
Text Example
White with #BEB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB07A; }
p { color: rgb(190,176,122); }
H1.HeaderClassName
{
color: #BEB07A;
}
.AnyTagClassName
{
color: #BEB07A;
}
</style>
background-color css
<style>
a { background-color: #BEB07A; }
a { background-color: rgb(190,176,122); }
div.DivClassName
{
background-color: #BEB07A;
}
.BgClassName
{
background-color: #BEB07A;
}
</style>
border-color css
<style>
span { border-color: #BEB07A; }
span { border-color: rgb(190,176,122); }
td.TdClassName
{
border-color: #BEB07A;
}
.TagClassName
{
border-color: #BEB07A;
}
</style>