Shades of Ecru #BEB27D
Tints of Ecru #BEB27D
RGB
CMYK
RGB Variations
Color information
#BEB27D (or 0xBEB27D) is known color: Ecru. HEX triplet: BE, B2 and 7D. RGB value is (190,178,125). Sum of RGB (Red+Green+Blue) = 190+178+125=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB27D is #414D82. Grayscale: #AFAFAF. Windows color (decimal): -4279683 or 8237758. OLE color: 8237758.
HSL color Cylindrical-coordinate representation of color #BEB27D: hue angle of 48.92º 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 #BEB27D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 125 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.25 |
| HSL | 48.92º | 0.33% | 0.62% | - |
| HSV(B) | 48.92º | 0.34% | 0.75% | - |
| XYZ | 40.86 | 44.27 | 25.79 | - |
| YUV | 175.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 125 | 0 | 0.06 | 0.34 | 0.25 | 48.92 | 0.33 | 0.62 |
| Hex | BE | B2 | 7D | 0 | 6 | 22 | 19 | 31 | 21 | 3E |
| Octal | 276 | 262 | 175 | 0 | 6 | 42 | 31 | 61 | 41 | 76 |
| Binary | 10111110 | 10110010 | 1111101 | 0 | 110 | 100010 | 11001 | 110001 | 100001 | 111110 |
Color Harmonies of #BEB27D
Complementary color
Monochromatic Colors of #BEB27D
Black with #BEB27D
Text Example
Text Example
White with #BEB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB27D; }
p { color: rgb(190,178,125); }
H1.HeaderClassName
{
color: #BEB27D;
}
.AnyTagClassName
{
color: #BEB27D;
}
</style>
background-color css
<style>
a { background-color: #BEB27D; }
a { background-color: rgb(190,178,125); }
div.DivClassName
{
background-color: #BEB27D;
}
.BgClassName
{
background-color: #BEB27D;
}
</style>
border-color css
<style>
span { border-color: #BEB27D; }
span { border-color: rgb(190,178,125); }
td.TdClassName
{
border-color: #BEB27D;
}
.TagClassName
{
border-color: #BEB27D;
}
</style>