#BAACA5

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

Shades of Martini #BAACA5

Tints of Martini #BAACA5

Color information

#BAACA5 (or 0xBAACA5) is unknown color: approx Martini. HEX triplet: BA, AC and A5. RGB value is (186,172,165). Sum of RGB (Red+Green+Blue) = 186+172+165=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA5 is #45535A. Grayscale: #AFAFAF. Windows color (decimal): -4543323 or 10857658. OLE color: 10857658.

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

Color convert

RGB186172165-
CMYK00.080.110.27
HSL20º13.21%68.82%-
HSV(B)20º11.29%72.94%-
XYZ41.7942.6641.63-
YUV175.39122.14135.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=35.56%
G=32.89%
B=31.55%

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
Decimal18617216500.080.110.272013.2168.82
HexBAACA508B1B14d45
Octal27225424501013332415105
Binary101110101010110010100101010001011110111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACA5; }

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

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

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

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

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

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

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

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