#BEAA74

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

Shades of Ecru #BEAA74

Tints of Ecru #BEAA74

Color information

#BEAA74 (or 0xBEAA74) is unknown color: approx Ecru. HEX triplet: BE, AA and 74. RGB value is (190,170,116). Sum of RGB (Red+Green+Blue) = 190+170+116=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA74 is #41558B. Grayscale: #AAAAAA. Windows color (decimal): -4281740 or 7645886. OLE color: 7645886.

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

Color convert

RGB190170116-
CMYK00.110.390.25
HSL43.78º36.27%60%-
HSV(B)43.78º38.95%74.51%-
XYZ38.7640.9622.39-
YUV169.8297.63142.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=39.92%
G=35.71%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017011600.110.390.2543.7836.2760
HexBEAA740B27192c243c
Octal2762521640134731544474
Binary101111101010101011101000101110011111001101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA74; }

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

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

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

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

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

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

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

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