Shades of Ecru #BEAD80
Tints of Ecru #BEAD80
RGB
CMYK
RGB Variations
Color information
#BEAD80 (or 0xBEAD80) is known color: Ecru. HEX triplet: BE, AD and 80. RGB value is (190,173,128). Sum of RGB (Red+Green+Blue) = 190+173+128=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD80 is #41527F. Grayscale: #ADADAD. Windows color (decimal): -4280960 or 8433086. OLE color: 8433086.
HSL color Cylindrical-coordinate representation of color #BEAD80: hue angle of 43.55º degrees, saturation: 0.32, 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 #BEAD80 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 128 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.25 |
| HSL | 43.55º | 0.32% | 0.62% | - |
| HSV(B) | 43.55º | 0.33% | 0.75% | - |
| XYZ | 40.08 | 42.39 | 26.49 | - |
| YUV | 172.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 128 | 0 | 0.09 | 0.33 | 0.25 | 43.55 | 0.32 | 0.62 |
| Hex | BE | AD | 80 | 0 | 9 | 21 | 19 | 2C | 20 | 3E |
| Octal | 276 | 255 | 200 | 0 | 11 | 41 | 31 | 54 | 40 | 76 |
| Binary | 10111110 | 10101101 | 10000000 | 0 | 1001 | 100001 | 11001 | 101100 | 100000 | 111110 |
Color Harmonies of #BEAD80
Complementary color
Monochromatic Colors of #BEAD80
Black with #BEAD80
Text Example
Text Example
White with #BEAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD80; }
p { color: rgb(190,173,128); }
H1.HeaderClassName
{
color: #BEAD80;
}
.AnyTagClassName
{
color: #BEAD80;
}
</style>
background-color css
<style>
a { background-color: #BEAD80; }
a { background-color: rgb(190,173,128); }
div.DivClassName
{
background-color: #BEAD80;
}
.BgClassName
{
background-color: #BEAD80;
}
</style>
border-color css
<style>
span { border-color: #BEAD80; }
span { border-color: rgb(190,173,128); }
td.TdClassName
{
border-color: #BEAD80;
}
.TagClassName
{
border-color: #BEAD80;
}
</style>