#BEAA78

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

Shades of Ecru #BEAA78

Tints of Ecru #BEAA78

Color information

#BEAA78 (or 0xBEAA78) is unknown color: approx Ecru. HEX triplet: BE, AA and 78. RGB value is (190,170,120). Sum of RGB (Red+Green+Blue) = 190+170+120=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA78 is #415587. Grayscale: #AAAAAA. Windows color (decimal): -4281736 or 7908030. OLE color: 7908030.

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

Color convert

RGB190170120-
CMYK00.110.370.25
HSL42.86º35%60.78%-
HSV(B)42.86º36.84%74.51%-
XYZ3941.0523.64-
YUV170.2899.63142.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 120 (47.27% from 255) = 25%
R=39.58%
G=35.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017012000.110.370.2542.863560.78
HexBEAA780B25192b233d
Octal2762521700134531534375
Binary101111101010101011110000101110010111001101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA78; }

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

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

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

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

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

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

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

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