#BEAA76

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

Shades of Ecru #BEAA76

Tints of Ecru #BEAA76

Color information

#BEAA76 (or 0xBEAA76) is unknown color: approx Ecru. HEX triplet: BE, AA and 76. RGB value is (190,170,118). Sum of RGB (Red+Green+Blue) = 190+170+118=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA76 is #415589. Grayscale: #AAAAAA. Windows color (decimal): -4281738 or 7776958. OLE color: 7776958.

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

Color convert

RGB190170118-
CMYK00.110.380.25
HSL43.33º35.64%60.39%-
HSV(B)43.33º37.89%74.51%-
XYZ38.884123.01-
YUV170.0598.63142.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=39.75%
G=35.56%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017011800.110.380.2543.3335.6460.39
HexBEAA760B26192b243c
Octal2762521660134631534474
Binary101111101010101011101100101110011011001101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA76; }

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

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

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

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

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

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

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

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