#BAACA8

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

Shades of Martini #BAACA8

Tints of Martini #BAACA8

Color information

#BAACA8 (or 0xBAACA8) is unknown color: approx Martini. HEX triplet: BA, AC and A8. RGB value is (186,172,168). Sum of RGB (Red+Green+Blue) = 186+172+168=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACA8 is #455357. Grayscale: #AFAFAF. Windows color (decimal): -4543320 or 11054266. OLE color: 11054266.

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

Color convert

RGB186172168-
CMYK00.080.100.27
HSL13.33º11.54%69.41%-
HSV(B)13.33º9.68%72.94%-
XYZ42.0742.7743.08-
YUV175.73123.64135.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=35.36%
G=32.70%
B=31.94%

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
Decimal18617216800.080.100.2713.3311.5469.41
HexBAACA808A1Bdc45
Octal27225425001012331514105
Binary10111010101011001010100001000101011011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACA8; }

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

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

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

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

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

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

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

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