#BEAE78

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

Shades of Ecru #BEAE78

Tints of Ecru #BEAE78

Color information

#BEAE78 (or 0xBEAE78) is unknown color: approx Ecru. HEX triplet: BE, AE and 78. RGB value is (190,174,120). Sum of RGB (Red+Green+Blue) = 190+174+120=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE78 is #415187. Grayscale: #ACACAC. Windows color (decimal): -4280712 or 7909054. OLE color: 7909054.

HSL color Cylindrical-coordinate representation of color #BEAE78: hue angle of 46.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEAE78 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190174120-
CMYK00.080.370.25
HSL46.29º35%60.78%-
HSV(B)46.29º36.84%74.51%-
XYZ39.7642.5823.89-
YUV172.6398.3140.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=39.26%
G=35.95%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017412000.080.370.2546.293560.78
HexBEAE780825192e233d
Octal2762561700104531564375
Binary101111101010111011110000100010010111001101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE78; }

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

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

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

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

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

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

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

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