#BEAC7F

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

Shades of Ecru #BEAC7F

Tints of Ecru #BEAC7F

Color information

#BEAC7F (or 0xBEAC7F) is unknown color: approx Ecru. HEX triplet: BE, AC and 7F. RGB value is (190,172,127). Sum of RGB (Red+Green+Blue) = 190+172+127=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC7F is #415380. Grayscale: #ACACAC. Windows color (decimal): -4281217 or 8367294. OLE color: 8367294.

HSL color Cylindrical-coordinate representation of color #BEAC7F: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAC7F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190172127-
CMYK00.090.330.25
HSL42.86º32.64%62.16%-
HSV(B)42.86º33.16%74.51%-
XYZ39.8241.9826.08-
YUV172.25102.46140.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 127 (50% from 255) = 25.97%
R=38.85%
G=35.17%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017212700.090.330.2542.8632.6462.16
HexBEAC7F0921192b213e
Octal2762541770114131534176
Binary101111101010110011111110100110000111001101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC7F; }

 p { color: rgb(190,172,127); }

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

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

 a { background-color: rgb(190,172,127); }

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

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

 span { border-color: rgb(190,172,127); }

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