#BAACA7

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

Shades of Martini #BAACA7

Tints of Martini #BAACA7

Color information

#BAACA7 (or 0xBAACA7) is unknown color: approx Martini. HEX triplet: BA, AC and A7. RGB value is (186,172,167). Sum of RGB (Red+Green+Blue) = 186+172+167=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA7 is #455358. Grayscale: #AFAFAF. Windows color (decimal): -4543321 or 10988730. OLE color: 10988730.

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

Color convert

RGB186172167-
CMYK00.080.100.27
HSL15.79º12.1%69.22%-
HSV(B)15.79º10.22%72.94%-
XYZ41.9842.7342.6-
YUV175.62123.14135.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=35.43%
G=32.76%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617216700.080.100.2715.7912.169.22
HexBAACA708A1B10c45
Octal27225424701012332014105
Binary101110101010110010100111010001010110111000011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACA7; }

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

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

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

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

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

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

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

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