#BAA59C

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

Shades of Martini #BAA59C

Tints of Martini #BAA59C

Color information

#BAA59C (or 0xBAA59C) is unknown color: approx Martini. HEX triplet: BA, A5 and 9C. RGB value is (186,165,156). Sum of RGB (Red+Green+Blue) = 186+165+156=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59C is #455A63. Grayscale: #AAAAAA. Windows color (decimal): -4545124 or 10266042. OLE color: 10266042.

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

Color convert

RGB186165156-
CMYK00.110.160.27
HSL18º17.86%67.06%-
HSV(B)18º16.13%72.94%-
XYZ39.7139.7537.03-
YUV170.25119.96139.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=36.69%
G=32.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616515600.110.160.271817.8667.06
HexBAA59C0B101B121243
Octal27224523401320332222103
Binary10111010101001011001110001011100001101110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA59C; }

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

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

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

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

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

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

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

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