#BEA879

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

Shades of Ecru #BEA879

Tints of Ecru #BEA879

Color information

#BEA879 (or 0xBEA879) is unknown color: approx Ecru. HEX triplet: BE, A8 and 79. RGB value is (190,168,121). Sum of RGB (Red+Green+Blue) = 190+168+121=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA879 is #415786. Grayscale: #A9A9A9. Windows color (decimal): -4282247 or 7973054. OLE color: 7973054.

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

Color convert

RGB190168121-
CMYK00.120.360.25
HSL40.87º34.67%60.98%-
HSV(B)40.87º36.32%74.51%-
XYZ38.6940.3323.84-
YUV169.22100.79142.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=39.67%
G=35.07%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016812100.120.360.2540.8734.6760.98
HexBEA8790C241929233d
Octal2762501710144431514375
Binary101111101010100011110010110010010011001101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA879; }

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

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

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

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

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

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

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

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