#BAAAA4

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

Shades of Martini #BAAAA4

Tints of Martini #BAAAA4

Color information

#BAAAA4 (or 0xBAAAA4) is unknown color: approx Martini. HEX triplet: BA, AA and A4. RGB value is (186,170,164). Sum of RGB (Red+Green+Blue) = 186+170+164=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA4 is #45555B. Grayscale: #AEAEAE. Windows color (decimal): -4543836 or 10791610. OLE color: 10791610.

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

Color convert

RGB186170164-
CMYK00.090.120.27
HSL16.36º13.75%68.63%-
HSV(B)16.36º11.83%72.94%-
XYZ41.3341.8741.03-
YUV174.1122.3136.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=35.77%
G=32.69%
B=31.54%

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
Decimal18617016400.090.120.2716.3613.7568.63
HexBAAAA409C1B10e45
Octal27225224401114332016105
Binary101110101010101010100100010011100110111000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAA4; }

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

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

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

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

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

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

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

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