#BAB0AC

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

Shades of Martini #BAB0AC

Tints of Martini #BAB0AC

Color information

#BAB0AC (or 0xBAB0AC) is unknown color: approx Martini. HEX triplet: BA, B0 and AC. RGB value is (186,176,172). Sum of RGB (Red+Green+Blue) = 186+176+172=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AC is #454F53. Grayscale: #B2B2B2. Windows color (decimal): -4542292 or 11317434. OLE color: 11317434.

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

Color convert

RGB186176172-
CMYK00.050.080.27
HSL17.14º9.21%70.2%-
HSV(B)17.14º7.53%72.94%-
XYZ43.2244.4745.33-
YUV178.53124.31133.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=34.83%
G=32.96%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617617200.050.080.2717.149.2170.2
HexBAB0AC0581B11946
Octal2722602540510332111106
Binary10111010101100001010110001011000110111000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0AC; }

 p { color: rgb(186,176,172); }

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

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

 a { background-color: rgb(186,176,172); }

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

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

 span { border-color: rgb(186,176,172); }

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