#BAA19E

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

Shades of Martini #BAA19E

Tints of Martini #BAA19E

Color information

#BAA19E (or 0xBAA19E) is unknown color: approx Martini. HEX triplet: BA, A1 and 9E. RGB value is (186,161,158). Sum of RGB (Red+Green+Blue) = 186+161+158=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19E is #455E61. Grayscale: #A8A8A8. Windows color (decimal): -4546146 or 10396090. OLE color: 10396090.

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

Color convert

RGB186161158-
CMYK00.130.150.27
HSL6.43º16.87%67.45%-
HSV(B)6.43º15.05%72.94%-
XYZ39.1738.437.69-
YUV168.13122.28140.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=36.83%
G=31.88%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616115800.130.150.276.4316.8767.45
HexBAA19E0DF1B61143
Octal2722412360151733621103
Binary10111010101000011001111001101111111011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA19E; }

 p { color: rgb(186,161,158); }

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

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

 a { background-color: rgb(186,161,158); }

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

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

 span { border-color: rgb(186,161,158); }

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