#BAB0AD

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

Shades of Martini #BAB0AD

Tints of Martini #BAB0AD

Color information

#BAB0AD (or 0xBAB0AD) is unknown color: approx Martini. HEX triplet: BA, B0 and AD. RGB value is (186,176,173). Sum of RGB (Red+Green+Blue) = 186+176+173=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AD is #454F52. Grayscale: #B2B2B2. Windows color (decimal): -4542291 or 11382970. OLE color: 11382970.

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

Color convert

RGB186176173-
CMYK00.050.070.27
HSL13.85º8.61%70.39%-
HSV(B)13.85º6.99%72.94%-
XYZ43.3244.5145.84-
YUV178.65124.81133.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=34.77%
G=32.90%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617617300.050.070.2713.858.6170.39
HexBAB0AD0571Be946
Octal272260255057331611106
Binary101110101011000010101101010111111011111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0AD; }

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

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

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

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

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

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

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

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