#BAAAA5

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

Shades of Martini #BAAAA5

Tints of Martini #BAAAA5

Color information

#BAAAA5 (or 0xBAAAA5) is unknown color: approx Martini. HEX triplet: BA, AA and A5. RGB value is (186,170,165). Sum of RGB (Red+Green+Blue) = 186+170+165=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA5 is #45555A. Grayscale: #AEAEAE. Windows color (decimal): -4543835 or 10857146. OLE color: 10857146.

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

Color convert

RGB186170165-
CMYK00.090.110.27
HSL14.29º13.21%68.82%-
HSV(B)14.29º11.29%72.94%-
XYZ41.4241.9141.5-
YUV174.21122.8136.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=35.70%
G=32.63%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617016500.090.110.2714.2913.2168.82
HexBAAAA509B1Bed45
Octal27225224501113331615105
Binary10111010101010101010010101001101111011111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAA5; }

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

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

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

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

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

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

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

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