#BAA19D

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

Shades of Martini #BAA19D

Tints of Martini #BAA19D

Color information

#BAA19D (or 0xBAA19D) is unknown color: approx Martini. HEX triplet: BA, A1 and 9D. RGB value is (186,161,157). Sum of RGB (Red+Green+Blue) = 186+161+157=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19D is #455E62. Grayscale: #A8A8A8. Windows color (decimal): -4546147 or 10330554. OLE color: 10330554.

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

Color convert

RGB186161157-
CMYK00.130.160.27
HSL8.28º17.37%67.25%-
HSV(B)8.28º15.59%72.94%-
XYZ39.0838.3637.24-
YUV168.02121.78140.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=36.90%
G=31.94%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616115700.130.160.278.2817.3767.25
HexBAA19D0D101B81143
Octal27224123501520331021103
Binary1011101010100001100111010110110000110111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA19D; }

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

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

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

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

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

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

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

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