#BAA69D

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

Shades of Martini #BAA69D

Tints of Martini #BAA69D

Color information

#BAA69D (or 0xBAA69D) is unknown color: approx Martini. HEX triplet: BA, A6 and 9D. RGB value is (186,166,157). Sum of RGB (Red+Green+Blue) = 186+166+157=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA69D is #455962. Grayscale: #ABABAB. Windows color (decimal): -4544867 or 10331834. OLE color: 10331834.

HSL color Cylindrical-coordinate representation of color #BAA69D: hue angle of 18.62º 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 #BAA69D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186166157-
CMYK00.110.160.27
HSL18.62º17.37%67.25%-
HSV(B)18.62º15.59%72.94%-
XYZ39.9740.1537.54-
YUV170.95120.13138.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=36.54%
G=32.61%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616615700.110.160.2718.6217.3767.25
HexBAA69D0B101B131143
Octal27224623501320332321103
Binary10111010101001101001110101011100001101110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA69D; }

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

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

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

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

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

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

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

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