#BEAB79

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

Shades of Ecru #BEAB79

Tints of Ecru #BEAB79

Color information

#BEAB79 (or 0xBEAB79) is unknown color: approx Ecru. HEX triplet: BE, AB and 79. RGB value is (190,171,121). Sum of RGB (Red+Green+Blue) = 190+171+121=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB79 is #415486. Grayscale: #ABABAB. Windows color (decimal): -4281479 or 7973822. OLE color: 7973822.

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

Color convert

RGB190171121-
CMYK00.100.360.25
HSL43.48º34.67%60.98%-
HSV(B)43.48º36.32%74.51%-
XYZ39.2541.4524.02-
YUV170.9899.79141.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=39.42%
G=35.48%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017112100.100.360.2543.4834.6760.98
HexBEAB790A24192b233d
Octal2762531710124431534375
Binary101111101010101111110010101010010011001101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB79; }

 p { color: rgb(190,171,121); }

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

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

 a { background-color: rgb(190,171,121); }

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

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

 span { border-color: rgb(190,171,121); }

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