Shades of Ecru #BEAD7F
Tints of Ecru #BEAD7F
RGB
CMYK
RGB Variations
Color information
#BEAD7F (or 0xBEAD7F) is known color: Ecru. HEX triplet: BE, AD and 7F. RGB value is (190,173,127). Sum of RGB (Red+Green+Blue) = 190+173+127=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD7F is #415280. Grayscale: #ADADAD. Windows color (decimal): -4280961 or 8367550. OLE color: 8367550.
HSL color Cylindrical-coordinate representation of color #BEAD7F: hue angle of 43.81º 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 #BEAD7F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 127 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.25 |
| HSL | 43.81º | 0.33% | 0.62% | - |
| HSV(B) | 43.81º | 0.33% | 0.75% | - |
| XYZ | 40.01 | 42.37 | 26.15 | - |
| YUV | 172.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 127 | 0 | 0.09 | 0.33 | 0.25 | 43.81 | 0.33 | 0.62 |
| Hex | BE | AD | 7F | 0 | 9 | 21 | 19 | 2C | 21 | 3E |
| Octal | 276 | 255 | 177 | 0 | 11 | 41 | 31 | 54 | 41 | 76 |
| Binary | 10111110 | 10101101 | 1111111 | 0 | 1001 | 100001 | 11001 | 101100 | 100001 | 111110 |
Color Harmonies of #BEAD7F
Complementary color
Monochromatic Colors of #BEAD7F
Black with #BEAD7F
Text Example
Text Example
White with #BEAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD7F; }
p { color: rgb(190,173,127); }
H1.HeaderClassName
{
color: #BEAD7F;
}
.AnyTagClassName
{
color: #BEAD7F;
}
</style>
background-color css
<style>
a { background-color: #BEAD7F; }
a { background-color: rgb(190,173,127); }
div.DivClassName
{
background-color: #BEAD7F;
}
.BgClassName
{
background-color: #BEAD7F;
}
</style>
border-color css
<style>
span { border-color: #BEAD7F; }
span { border-color: rgb(190,173,127); }
td.TdClassName
{
border-color: #BEAD7F;
}
.TagClassName
{
border-color: #BEAD7F;
}
</style>