#BAA49B

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

Shades of Martini #BAA49B

Tints of Martini #BAA49B

Color information

#BAA49B (or 0xBAA49B) is unknown color: approx Martini. HEX triplet: BA, A4 and 9B. RGB value is (186,164,155). Sum of RGB (Red+Green+Blue) = 186+164+155=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA49B is #455B64. Grayscale: #A9A9A9. Windows color (decimal): -4545381 or 10200250. OLE color: 10200250.

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

Color convert

RGB186164155-
CMYK00.120.170.27
HSL17.42º18.34%66.86%-
HSV(B)17.42º16.67%72.94%-
XYZ39.4439.3636.53-
YUV169.55119.79139.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=36.83%
G=32.48%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616415500.120.170.2717.4218.3466.86
HexBAA49B0C111B111243
Octal27224423301421332122103
Binary10111010101001001001101101100100011101110001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA49B; }

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

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

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

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

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

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

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

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