#BAA49F

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

Shades of Martini #BAA49F

Tints of Martini #BAA49F

Color information

#BAA49F (or 0xBAA49F) is unknown color: approx Martini. HEX triplet: BA, A4 and 9F. RGB value is (186,164,159). Sum of RGB (Red+Green+Blue) = 186+164+159=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49F is #455B60. Grayscale: #AAAAAA. Windows color (decimal): -4545377 or 10462394. OLE color: 10462394.

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

Color convert

RGB186164159-
CMYK00.120.150.27
HSL11.11º16.36%67.65%-
HSV(B)11.11º14.52%72.94%-
XYZ39.7839.4938.33-
YUV170.01121.79139.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=36.54%
G=32.22%
B=31.24%

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
Decimal18616415900.120.150.2711.1116.3667.65
HexBAA49F0CF1Bb1044
Octal27224423701417331320104
Binary101110101010010010011111011001111110111011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA49F; }

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

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

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

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

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

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

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

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