#BAABA7

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

Shades of Martini #BAABA7

Tints of Martini #BAABA7

Color information

#BAABA7 (or 0xBAABA7) is unknown color: approx Martini. HEX triplet: BA, AB and A7. RGB value is (186,171,167). Sum of RGB (Red+Green+Blue) = 186+171+167=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA7 is #455458. Grayscale: #AFAFAF. Windows color (decimal): -4543577 or 10988474. OLE color: 10988474.

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

Color convert

RGB186171167-
CMYK00.080.100.27
HSL12.63º12.1%69.22%-
HSV(B)12.63º10.22%72.94%-
XYZ41.7942.3542.53-
YUV175.03123.47135.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=35.50%
G=32.63%
B=31.87%

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
Decimal18617116700.080.100.2712.6312.169.22
HexBAABA708A1Bdc45
Octal27225324701012331514105
Binary10111010101010111010011101000101011011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABA7; }

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

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

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

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

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

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

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

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