#BEAE79

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

Shades of Ecru #BEAE79

Tints of Ecru #BEAE79

Color information

#BEAE79 (or 0xBEAE79) is unknown color: approx Ecru. HEX triplet: BE, AE and 79. RGB value is (190,174,121). Sum of RGB (Red+Green+Blue) = 190+174+121=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE79 is #415186. Grayscale: #ACACAC. Windows color (decimal): -4280711 or 7974590. OLE color: 7974590.

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

Color convert

RGB190174121-
CMYK00.080.360.25
HSL46.09º34.67%60.98%-
HSV(B)46.09º36.32%74.51%-
XYZ39.8242.624.21-
YUV172.7498.8140.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=39.18%
G=35.88%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017412100.080.360.2546.0934.6760.98
HexBEAE790824192e233d
Octal2762561710104431564375
Binary101111101010111011110010100010010011001101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE79; }

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

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

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

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

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

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

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

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