#BAA39D

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

Shades of Martini #BAA39D

Tints of Martini #BAA39D

Color information

#BAA39D (or 0xBAA39D) is unknown color: approx Martini. HEX triplet: BA, A3 and 9D. RGB value is (186,163,157). Sum of RGB (Red+Green+Blue) = 186+163+157=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39D is #455C62. Grayscale: #A9A9A9. Windows color (decimal): -4545635 or 10331066. OLE color: 10331066.

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

Color convert

RGB186163157-
CMYK00.120.160.27
HSL12.41º17.37%67.25%-
HSV(B)12.41º15.59%72.94%-
XYZ39.4339.0737.36-
YUV169.19121.12139.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 163 (64.06% from 255) = 32.21%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=36.76%
G=32.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616315700.120.160.2712.4117.3767.25
HexBAA39D0C101Bc1143
Octal27224323501420331421103
Binary1011101010100011100111010110010000110111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA39D; }

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

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

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

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

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

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

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

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