#BAA2A0

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

Shades of Martini #BAA2A0

Tints of Martini #BAA2A0

Color information

#BAA2A0 (or 0xBAA2A0) is unknown color: approx Martini. HEX triplet: BA, A2 and A0. RGB value is (186,162,160). Sum of RGB (Red+Green+Blue) = 186+162+160=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2A0 is #455D5F. Grayscale: #A8A8A8. Windows color (decimal): -4545888 or 10527418. OLE color: 10527418.

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

Color convert

RGB186162160-
CMYK00.130.140.27
HSL4.62º15.85%67.84%-
HSV(B)4.62º13.98%72.94%-
XYZ39.5238.8238.67-
YUV168.95122.95140.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=36.61%
G=31.89%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616216000.130.140.274.6215.8567.84
HexBAA2A00DE1B51044
Octal2722422400151633520104
Binary10111010101000101010000001101111011011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2A0; }

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

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

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

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

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

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

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

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