#BEAE74

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

Shades of Ecru #BEAE74

Tints of Ecru #BEAE74

Color information

#BEAE74 (or 0xBEAE74) is unknown color: approx Ecru. HEX triplet: BE, AE and 74. RGB value is (190,174,116). Sum of RGB (Red+Green+Blue) = 190+174+116=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE74 is #41518B. Grayscale: #ACACAC. Windows color (decimal): -4280716 or 7646910. OLE color: 7646910.

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

Color convert

RGB190174116-
CMYK00.080.390.25
HSL47.03º36.27%60%-
HSV(B)47.03º38.95%74.51%-
XYZ39.5242.4822.64-
YUV172.1796.3140.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=39.58%
G=36.25%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017411600.080.390.2547.0336.2760
HexBEAE740827192f243c
Octal2762561640104731574474
Binary101111101010111011101000100010011111001101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE74; }

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

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

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

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

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

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

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

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