#BAA39C

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

Shades of Martini #BAA39C

Tints of Martini #BAA39C

Color information

#BAA39C (or 0xBAA39C) is unknown color: approx Martini. HEX triplet: BA, A3 and 9C. RGB value is (186,163,156). Sum of RGB (Red+Green+Blue) = 186+163+156=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA39C is #455C63. Grayscale: #A9A9A9. Windows color (decimal): -4545636 or 10265530. OLE color: 10265530.

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

Color convert

RGB186163156-
CMYK00.120.160.27
HSL14º17.86%67.06%-
HSV(B)14º16.13%72.94%-
XYZ39.3539.0336.91-
YUV169.08120.62140.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=36.83%
G=32.28%
B=30.89%

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
Decimal18616315600.120.160.271417.8667.06
HexBAA39C0C101Be1243
Octal27224323401420331622103
Binary1011101010100011100111000110010000110111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA39C; }

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

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

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

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

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

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

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

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