#BAA59F

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

Shades of Martini #BAA59F

Tints of Martini #BAA59F

Color information

#BAA59F (or 0xBAA59F) is unknown color: approx Martini. HEX triplet: BA, A5 and 9F. RGB value is (186,165,159). Sum of RGB (Red+Green+Blue) = 186+165+159=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59F is #455A60. Grayscale: #AAAAAA. Windows color (decimal): -4545121 or 10462650. OLE color: 10462650.

HSL color Cylindrical-coordinate representation of color #BAA59F: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA59F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186165159-
CMYK00.110.150.27
HSL13.33º16.36%67.65%-
HSV(B)13.33º14.52%72.94%-
XYZ39.9639.8538.39-
YUV170.6121.46138.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=36.47%
G=32.35%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616515900.110.150.2713.3316.3667.65
HexBAA59F0BF1Bd1044
Octal27224523701317331520104
Binary101110101010010110011111010111111110111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA59F; }

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

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

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

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

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

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

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

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