#BEAA79

Color #BEAA79 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BEAA79

Tints of Ecru #BEAA79

Color information

#BEAA79 (or 0xBEAA79) is unknown color: approx Ecru. HEX triplet: BE, AA and 79. RGB value is (190,170,121). Sum of RGB (Red+Green+Blue) = 190+170+121=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA79 is #415586. Grayscale: #AAAAAA. Windows color (decimal): -4281735 or 7973566. OLE color: 7973566.

HSL color Cylindrical-coordinate representation of color #BEAA79: hue angle of 42.61º degrees, saturation: 0.35, 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 #BEAA79 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190170121-
CMYK00.110.360.25
HSL42.61º34.67%60.98%-
HSV(B)42.61º36.32%74.51%-
XYZ39.0641.0823.96-
YUV170.39100.13141.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=39.50%
G=35.34%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017012100.110.360.2542.6134.6760.98
HexBEAA790B24192b233d
Octal2762521710134431534375
Binary101111101010101011110010101110010011001101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA79; }

 p { color: rgb(190,170,121); }

 H1.HeaderClassName
 {
   color: #BEAA79;
 }
 .AnyTagClassName
 {
   color: #BEAA79;
 }
</style>
background-color css

<style>
 a { background-color: #BEAA79; }

 a { background-color: rgb(190,170,121); }

 div.DivClassName
 {
   background-color: #BEAA79;
 }
 .BgClassName
 {
   background-color: #BEAA79;
 }
</style>
border-color css

<style>
 span { border-color: #BEAA79; }

 span { border-color: rgb(190,170,121); }

 td.TdClassName
 {
   border-color: #BEAA79;
 }
 .TagClassName
 {
   border-color: #BEAA79;
 }
</style>