Shades of Ecru #BEAD7A
Tints of Ecru #BEAD7A
RGB
CMYK
RGB Variations
Color information
#BEAD7A (or 0xBEAD7A) is known color: Ecru. HEX triplet: BE, AD and 7A. RGB value is (190,173,122). Sum of RGB (Red+Green+Blue) = 190+173+122=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD7A is #415285. Grayscale: #ACACAC. Windows color (decimal): -4280966 or 8039870. OLE color: 8039870.
HSL color Cylindrical-coordinate representation of color #BEAD7A: hue angle of 45º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEAD7A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 122 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.25 |
| HSL | 45º | 0.34% | 0.61% | - |
| HSV(B) | 45º | 0.36% | 0.75% | - |
| XYZ | 39.69 | 42.24 | 24.47 | - |
| YUV | 172.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 122 | 0 | 0.09 | 0.36 | 0.25 | 45 | 0.34 | 0.61 |
| Hex | BE | AD | 7A | 0 | 9 | 24 | 19 | 2D | 22 | 3D |
| Octal | 276 | 255 | 172 | 0 | 11 | 44 | 31 | 55 | 42 | 75 |
| Binary | 10111110 | 10101101 | 1111010 | 0 | 1001 | 100100 | 11001 | 101101 | 100010 | 111101 |
Color Harmonies of #BEAD7A
Complementary color
Monochromatic Colors of #BEAD7A
Black with #BEAD7A
Text Example
Text Example
White with #BEAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD7A; }
p { color: rgb(190,173,122); }
H1.HeaderClassName
{
color: #BEAD7A;
}
.AnyTagClassName
{
color: #BEAD7A;
}
</style>
background-color css
<style>
a { background-color: #BEAD7A; }
a { background-color: rgb(190,173,122); }
div.DivClassName
{
background-color: #BEAD7A;
}
.BgClassName
{
background-color: #BEAD7A;
}
</style>
border-color css
<style>
span { border-color: #BEAD7A; }
span { border-color: rgb(190,173,122); }
td.TdClassName
{
border-color: #BEAD7A;
}
.TagClassName
{
border-color: #BEAD7A;
}
</style>