#BAAAA3

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

Shades of Martini #BAAAA3

Tints of Martini #BAAAA3

Color information

#BAAAA3 (or 0xBAAAA3) is unknown color: approx Martini. HEX triplet: BA, AA and A3. RGB value is (186,170,163). Sum of RGB (Red+Green+Blue) = 186+170+163=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA3 is #45555C. Grayscale: #AEAEAE. Windows color (decimal): -4543837 or 10726074. OLE color: 10726074.

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

Color convert

RGB186170163-
CMYK00.090.120.27
HSL18.26º14.29%68.43%-
HSV(B)18.26º12.37%72.94%-
XYZ41.2441.8340.55-
YUV173.99121.8136.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=35.84%
G=32.76%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617016300.090.120.2718.2614.2968.43
HexBAAAA309C1B12e44
Octal27225224301114332216104
Binary101110101010101010100011010011100110111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAA3; }

 p { color: rgb(186,170,163); }

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

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

 a { background-color: rgb(186,170,163); }

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

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

 span { border-color: rgb(186,170,163); }

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