Shades of Ecru #BEB27F
Tints of Ecru #BEB27F
RGB
CMYK
RGB Variations
Color information
#BEB27F (or 0xBEB27F) is known color: Ecru. HEX triplet: BE, B2 and 7F. RGB value is (190,178,127). Sum of RGB (Red+Green+Blue) = 190+178+127=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB27F is #414D80. Grayscale: #AFAFAF. Windows color (decimal): -4279681 or 8368830. OLE color: 8368830.
HSL color Cylindrical-coordinate representation of color #BEB27F: hue angle of 48.57º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEB27F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 127 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.25 |
| HSL | 48.57º | 0.33% | 0.62% | - |
| HSV(B) | 48.57º | 0.33% | 0.75% | - |
| XYZ | 40.99 | 44.32 | 26.47 | - |
| YUV | 175.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 127 | 0 | 0.06 | 0.33 | 0.25 | 48.57 | 0.33 | 0.62 |
| Hex | BE | B2 | 7F | 0 | 6 | 21 | 19 | 31 | 21 | 3E |
| Octal | 276 | 262 | 177 | 0 | 6 | 41 | 31 | 61 | 41 | 76 |
| Binary | 10111110 | 10110010 | 1111111 | 0 | 110 | 100001 | 11001 | 110001 | 100001 | 111110 |
Color Harmonies of #BEB27F
Complementary color
Monochromatic Colors of #BEB27F
Black with #BEB27F
Text Example
Text Example
White with #BEB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB27F; }
p { color: rgb(190,178,127); }
H1.HeaderClassName
{
color: #BEB27F;
}
.AnyTagClassName
{
color: #BEB27F;
}
</style>
background-color css
<style>
a { background-color: #BEB27F; }
a { background-color: rgb(190,178,127); }
div.DivClassName
{
background-color: #BEB27F;
}
.BgClassName
{
background-color: #BEB27F;
}
</style>
border-color css
<style>
span { border-color: #BEB27F; }
span { border-color: rgb(190,178,127); }
td.TdClassName
{
border-color: #BEB27F;
}
.TagClassName
{
border-color: #BEB27F;
}
</style>