#BEA59F

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

Shades of Martini #BEA59F

Tints of Martini #BEA59F

Color information

#BEA59F (or 0xBEA59F) is unknown color: approx Martini. HEX triplet: BE, A5 and 9F. RGB value is (190,165,159). Sum of RGB (Red+Green+Blue) = 190+165+159=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59F is #415A60. Grayscale: #ABABAB. Windows color (decimal): -4282977 or 10462654. OLE color: 10462654.

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

Color convert

RGB190165159-
CMYK00.130.160.25
HSL11.61º19.25%68.43%-
HSV(B)11.61º16.32%74.51%-
XYZ40.9540.3638.43-
YUV171.79120.78140.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=36.96%
G=32.10%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016515900.130.160.2511.6119.2568.43
HexBEA59F0D1019c1344
Octal27624523701520311423104
Binary1011111010100101100111110110110000110011100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA59F; }

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

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

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

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

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

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

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

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