#BAA49E

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

Shades of Martini #BAA49E

Tints of Martini #BAA49E

Color information

#BAA49E (or 0xBAA49E) is unknown color: approx Martini. HEX triplet: BA, A4 and 9E. RGB value is (186,164,158). Sum of RGB (Red+Green+Blue) = 186+164+158=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49E is #455B61. Grayscale: #A9A9A9. Windows color (decimal): -4545378 or 10396858. OLE color: 10396858.

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

Color convert

RGB186164158-
CMYK00.120.150.27
HSL12.86º16.87%67.45%-
HSV(B)12.86º15.05%72.94%-
XYZ39.739.4637.87-
YUV169.89121.29139.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=36.61%
G=32.28%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616415800.120.150.2712.8616.8767.45
HexBAA49E0CF1Bd1143
Octal27224423601417331521103
Binary101110101010010010011110011001111110111101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA49E; }

 p { color: rgb(186,164,158); }

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

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

 a { background-color: rgb(186,164,158); }

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

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

 span { border-color: rgb(186,164,158); }

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