#BAA79F

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

Shades of Martini #BAA79F

Tints of Martini #BAA79F

Color information

#BAA79F (or 0xBAA79F) is unknown color: approx Martini. HEX triplet: BA, A7 and 9F. RGB value is (186,167,159). Sum of RGB (Red+Green+Blue) = 186+167+159=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA79F is #455860. Grayscale: #ABABAB. Windows color (decimal): -4544609 or 10463162. OLE color: 10463162.

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

Color convert

RGB186167159-
CMYK00.100.150.27
HSL17.78º16.36%67.65%-
HSV(B)17.78º14.52%72.94%-
XYZ40.3340.5838.51-
YUV171.77120.79138.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=36.33%
G=32.62%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616715900.100.150.2717.7816.3667.65
HexBAA79F0AF1B121044
Octal27224723701217332220104
Binary1011101010100111100111110101011111101110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA79F; }

 p { color: rgb(186,167,159); }

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

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

 a { background-color: rgb(186,167,159); }

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

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

 span { border-color: rgb(186,167,159); }

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