#BAABA5

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

Shades of Martini #BAABA5

Tints of Martini #BAABA5

Color information

#BAABA5 (or 0xBAABA5) is unknown color: approx Martini. HEX triplet: BA, AB and A5. RGB value is (186,171,165). Sum of RGB (Red+Green+Blue) = 186+171+165=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA5 is #45545A. Grayscale: #AEAEAE. Windows color (decimal): -4543579 or 10857402. OLE color: 10857402.

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

Color convert

RGB186171165-
CMYK00.080.110.27
HSL17.14º13.21%68.82%-
HSV(B)17.14º11.29%72.94%-
XYZ41.642.2841.57-
YUV174.8122.47135.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=35.63%
G=32.76%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617116500.080.110.2717.1413.2168.82
HexBAABA508B1B11d45
Octal27225324501013332115105
Binary101110101010101110100101010001011110111000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABA5; }

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

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

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

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

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

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

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

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