#BEA49F

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

Shades of Martini #BEA49F

Tints of Martini #BEA49F

Color information

#BEA49F (or 0xBEA49F) is unknown color: approx Martini. HEX triplet: BE, A4 and 9F. RGB value is (190,164,159). Sum of RGB (Red+Green+Blue) = 190+164+159=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA49F is #415B60. Grayscale: #ABABAB. Windows color (decimal): -4283233 or 10462398. OLE color: 10462398.

HSL color Cylindrical-coordinate representation of color #BEA49F: hue angle of 9.68º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA49F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190164159-
CMYK00.140.160.25
HSL9.68º19.25%68.43%-
HSV(B)9.68º16.32%74.51%-
XYZ40.774038.37-
YUV171.2121.11141.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=37.04%
G=31.97%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016415900.140.160.259.6819.2568.43
HexBEA49F0E1019a1344
Octal27624423701620311223104
Binary1011111010100100100111110111010000110011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA49F; }

 p { color: rgb(190,164,159); }

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

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

 a { background-color: rgb(190,164,159); }

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

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

 span { border-color: rgb(190,164,159); }

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