#BEA878

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

Shades of Ecru #BEA878

Tints of Ecru #BEA878

Color information

#BEA878 (or 0xBEA878) is unknown color: approx Ecru. HEX triplet: BE, A8 and 78. RGB value is (190,168,120). Sum of RGB (Red+Green+Blue) = 190+168+120=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA878 is #415787. Grayscale: #A9A9A9. Windows color (decimal): -4282248 or 7907518. OLE color: 7907518.

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

Color convert

RGB190168120-
CMYK00.120.370.25
HSL41.14º35%60.78%-
HSV(B)41.14º36.84%74.51%-
XYZ38.6340.3123.51-
YUV169.11100.29142.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=39.75%
G=35.15%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016812000.120.370.2541.143560.78
HexBEA8780C251929233d
Octal2762501700144531514375
Binary101111101010100011110000110010010111001101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA878; }

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

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

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

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

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

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

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

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