#BEAE80

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

Shades of Ecru #BEAE80

Tints of Ecru #BEAE80

Color information

#BEAE80 (or 0xBEAE80) is unknown color: approx Ecru. HEX triplet: BE, AE and 80. RGB value is (190,174,128). Sum of RGB (Red+Green+Blue) = 190+174+128=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE80 is #41517F. Grayscale: #ADADAD. Windows color (decimal): -4280704 or 8433342. OLE color: 8433342.

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

Color convert

RGB190174128-
CMYK00.080.330.25
HSL44.52º32.29%62.35%-
HSV(B)44.52º32.63%74.51%-
XYZ40.2742.7826.56-
YUV173.54102.3139.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=38.62%
G=35.37%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017412800.080.330.2544.5232.2962.35
HexBEAE800821192d203e
Octal2762562000104131554076
Binary1011111010101110100000000100010000111001101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE80; }

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

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

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

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

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

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

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

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