#BAA39B

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

Shades of Martini #BAA39B

Tints of Martini #BAA39B

Color information

#BAA39B (or 0xBAA39B) is unknown color: approx Martini. HEX triplet: BA, A3 and 9B. RGB value is (186,163,155). Sum of RGB (Red+Green+Blue) = 186+163+155=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39B is #455C64. Grayscale: #A9A9A9. Windows color (decimal): -4545637 or 10199994. OLE color: 10199994.

HSL color Cylindrical-coordinate representation of color #BAA39B: hue angle of 15.48º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA39B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186163155-
CMYK00.120.170.27
HSL15.48º18.34%66.86%-
HSV(B)15.48º16.67%72.94%-
XYZ39.263936.47-
YUV168.96120.12140.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 163 (64.06% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=36.90%
G=32.34%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616315500.120.170.2715.4818.3466.86
HexBAA39B0C111Bf1243
Octal27224323301421331722103
Binary1011101010100011100110110110010001110111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA39B; }

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

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

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

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

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

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

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

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