#BAA39F

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

Shades of Martini #BAA39F

Tints of Martini #BAA39F

Color information

#BAA39F (or 0xBAA39F) is unknown color: approx Martini. HEX triplet: BA, A3 and 9F. RGB value is (186,163,159). Sum of RGB (Red+Green+Blue) = 186+163+159=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39F is #455C60. Grayscale: #A9A9A9. Windows color (decimal): -4545633 or 10462138. OLE color: 10462138.

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

Color convert

RGB186163159-
CMYK00.120.150.27
HSL8.89º16.36%67.65%-
HSV(B)8.89º14.52%72.94%-
XYZ39.639.1438.27-
YUV169.42122.12139.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=36.61%
G=32.09%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616315900.120.150.278.8916.3667.65
HexBAA39F0CF1B91044
Octal27224323701417331120104
Binary101110101010001110011111011001111110111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA39F; }

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

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

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

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

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

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

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

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