#BAAAA2

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

Shades of Martini #BAAAA2

Tints of Martini #BAAAA2

Color information

#BAAAA2 (or 0xBAAAA2) is unknown color: approx Martini. HEX triplet: BA, AA and A2. RGB value is (186,170,162). Sum of RGB (Red+Green+Blue) = 186+170+162=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA2 is #45555D. Grayscale: #ADADAD. Windows color (decimal): -4543838 or 10660538. OLE color: 10660538.

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

Color convert

RGB186170162-
CMYK00.090.130.27
HSL20º14.81%68.24%-
HSV(B)20º12.9%72.94%-
XYZ41.1541.840.08-
YUV173.87121.3136.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=35.91%
G=32.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617016200.090.130.272014.8168.24
HexBAAAA209D1B14f44
Octal27225224201115332417104
Binary101110101010101010100010010011101110111010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAA2; }

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

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

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

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

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

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

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

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