#BAACA6

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

Shades of Martini #BAACA6

Tints of Martini #BAACA6

Color information

#BAACA6 (or 0xBAACA6) is unknown color: approx Martini. HEX triplet: BA, AC and A6. RGB value is (186,172,166). Sum of RGB (Red+Green+Blue) = 186+172+166=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA6 is #455359. Grayscale: #AFAFAF. Windows color (decimal): -4543322 or 10923194. OLE color: 10923194.

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

Color convert

RGB186172166-
CMYK00.080.110.27
HSL18º12.66%69.02%-
HSV(B)18º10.75%72.94%-
XYZ41.8942.742.11-
YUV175.5122.64135.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=35.50%
G=32.82%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617216600.080.110.271812.6669.02
HexBAACA608B1B12d45
Octal27225424601013332215105
Binary101110101010110010100110010001011110111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACA6; }

 p { color: rgb(186,172,166); }

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

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

 a { background-color: rgb(186,172,166); }

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

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

 span { border-color: rgb(186,172,166); }

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