#BAACA9

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

Shades of Martini #BAACA9

Tints of Martini #BAACA9

Color information

#BAACA9 (or 0xBAACA9) is unknown color: approx Martini. HEX triplet: BA, AC and A9. RGB value is (186,172,169). Sum of RGB (Red+Green+Blue) = 186+172+169=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA9 is #455356. Grayscale: #AFAFAF. Windows color (decimal): -4543319 or 11119802. OLE color: 11119802.

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

Color convert

RGB186172169-
CMYK00.080.090.27
HSL10.59º10.97%69.61%-
HSV(B)10.59º9.14%72.94%-
XYZ42.1642.8143.58-
YUV175.84124.14135.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=35.29%
G=32.64%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617216900.080.090.2710.5910.9769.61
HexBAACA90891Bbb46
Octal27225425101011331313106
Binary10111010101011001010100101000100111011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACA9; }

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

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

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

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

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

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

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

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