#BAA3A0

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

Shades of Martini #BAA3A0

Tints of Martini #BAA3A0

Color information

#BAA3A0 (or 0xBAA3A0) is unknown color: approx Martini. HEX triplet: BA, A3 and A0. RGB value is (186,163,160). Sum of RGB (Red+Green+Blue) = 186+163+160=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3A0 is #455C5F. Grayscale: #A9A9A9. Windows color (decimal): -4545632 or 10527674. OLE color: 10527674.

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

Color convert

RGB186163160-
CMYK00.120.140.27
HSL6.92º15.85%67.84%-
HSV(B)6.92º13.98%72.94%-
XYZ39.6939.1738.73-
YUV169.54122.62139.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=36.54%
G=32.02%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616316000.120.140.276.9215.8567.84
HexBAA3A00CE1B71044
Octal2722432400141633720104
Binary10111010101000111010000001100111011011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3A0; }

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

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

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

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

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

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

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

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