#BAA59D

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

Shades of Martini #BAA59D

Tints of Martini #BAA59D

Color information

#BAA59D (or 0xBAA59D) is unknown color: approx Martini. HEX triplet: BA, A5 and 9D. RGB value is (186,165,157). Sum of RGB (Red+Green+Blue) = 186+165+157=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA59D is #455A62. Grayscale: #AAAAAA. Windows color (decimal): -4545123 or 10331578. OLE color: 10331578.

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

Color convert

RGB186165157-
CMYK00.110.160.27
HSL16.55º17.37%67.25%-
HSV(B)16.55º15.59%72.94%-
XYZ39.7939.7837.48-
YUV170.37120.46139.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=36.61%
G=32.48%
B=30.91%

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
Decimal18616515700.110.160.2716.5517.3767.25
HexBAA59D0B101B111143
Octal27224523501320332121103
Binary10111010101001011001110101011100001101110001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA59D; }

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

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

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

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

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

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

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

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