#BEAA73

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

Shades of Ecru #BEAA73

Tints of Ecru #BEAA73

Color information

#BEAA73 (or 0xBEAA73) is unknown color: approx Ecru. HEX triplet: BE, AA and 73. RGB value is (190,170,115). Sum of RGB (Red+Green+Blue) = 190+170+115=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA73 is #41558C. Grayscale: #A9A9A9. Windows color (decimal): -4281741 or 7580350. OLE color: 7580350.

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

Color convert

RGB190170115-
CMYK00.110.390.25
HSL44º36.59%59.8%-
HSV(B)44º39.47%74.51%-
XYZ38.740.9322.08-
YUV169.7197.13142.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=40%
G=35.79%
B=24.21%

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
Decimal19017011500.110.390.254436.5959.8
HexBEAA730B27192c253c
Octal2762521630134731544574
Binary101111101010101011100110101110011111001101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA73; }

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

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

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

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

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

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

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

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