Shades of Ecru #BEB47D
Tints of Ecru #BEB47D
RGB
CMYK
RGB Variations
Color information
#BEB47D (or 0xBEB47D) is known color: Ecru. HEX triplet: BE, B4 and 7D. RGB value is (190,180,125). Sum of RGB (Red+Green+Blue) = 190+180+125=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB47D is #414B82. Grayscale: #B0B0B0. Windows color (decimal): -4279171 or 8238270. OLE color: 8238270.
HSL color Cylindrical-coordinate representation of color #BEB47D: hue angle of 50.77º 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 #BEB47D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 125 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.25 |
| HSL | 50.77º | 0.33% | 0.62% | - |
| HSV(B) | 50.77º | 0.34% | 0.75% | - |
| XYZ | 41.26 | 45.07 | 25.93 | - |
| YUV | 176.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 125 | 0 | 0.05 | 0.34 | 0.25 | 50.77 | 0.33 | 0.62 |
| Hex | BE | B4 | 7D | 0 | 5 | 22 | 19 | 33 | 21 | 3E |
| Octal | 276 | 264 | 175 | 0 | 5 | 42 | 31 | 63 | 41 | 76 |
| Binary | 10111110 | 10110100 | 1111101 | 0 | 101 | 100010 | 11001 | 110011 | 100001 | 111110 |
Color Harmonies of #BEB47D
Complementary color
Monochromatic Colors of #BEB47D
Black with #BEB47D
Text Example
Text Example
White with #BEB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB47D; }
p { color: rgb(190,180,125); }
H1.HeaderClassName
{
color: #BEB47D;
}
.AnyTagClassName
{
color: #BEB47D;
}
</style>
background-color css
<style>
a { background-color: #BEB47D; }
a { background-color: rgb(190,180,125); }
div.DivClassName
{
background-color: #BEB47D;
}
.BgClassName
{
background-color: #BEB47D;
}
</style>
border-color css
<style>
span { border-color: #BEB47D; }
span { border-color: rgb(190,180,125); }
td.TdClassName
{
border-color: #BEB47D;
}
.TagClassName
{
border-color: #BEB47D;
}
</style>