#B6A59C

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

Shades of Martini #B6A59C

Tints of Martini #B6A59C

Color information

#B6A59C (or 0xB6A59C) is unknown color: approx Martini. HEX triplet: B6, A5 and 9C. RGB value is (182,165,156). Sum of RGB (Red+Green+Blue) = 182+165+156=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A59C is #495A63. Grayscale: #A9A9A9. Windows color (decimal): -4807268 or 10266038. OLE color: 10266038.

HSL color Cylindrical-coordinate representation of color #B6A59C: hue angle of 20.77º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6A59C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182165156-
CMYK00.090.140.29
HSL20.77º15.12%66.27%-
HSV(B)20.77º14.29%71.37%-
XYZ38.7539.2636.99-
YUV169.06120.63137.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=36.18%
G=32.80%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216515600.090.140.2920.7715.1266.27
HexB6A59C09E1D15f42
Octal26624523401116352517102
Binary101101101010010110011100010011110111011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A59C; }

 p { color: rgb(182,165,156); }

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

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

 a { background-color: rgb(182,165,156); }

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

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

 span { border-color: rgb(182,165,156); }

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