#BAA4A2

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

Shades of Martini #BAA4A2

Tints of Martini #BAA4A2

Color information

#BAA4A2 (or 0xBAA4A2) is unknown color: approx Martini. HEX triplet: BA, A4 and A2. RGB value is (186,164,162). Sum of RGB (Red+Green+Blue) = 186+164+162=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4A2 is #455B5D. Grayscale: #AAAAAA. Windows color (decimal): -4545374 or 10659002. OLE color: 10659002.

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

Color convert

RGB186164162-
CMYK00.120.130.27
HSL14.81%68.24%-
HSV(B)12.9%72.94%-
XYZ40.0539.639.72-
YUV170.35123.29139.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=36.33%
G=32.03%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616416200.120.130.27514.8168.24
HexBAA4A20CD1B5f44
Octal2722442420141533517104
Binary1011101010100100101000100110011011101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4A2; }

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

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

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

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

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

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

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

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