#B6A59D

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

Shades of Martini #B6A59D

Tints of Martini #B6A59D

Color information

#B6A59D (or 0xB6A59D) is unknown color: approx Martini. HEX triplet: B6, A5 and 9D. RGB value is (182,165,157). Sum of RGB (Red+Green+Blue) = 182+165+157=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A59D is #495A62. Grayscale: #A9A9A9. Windows color (decimal): -4807267 or 10331574. OLE color: 10331574.

HSL color Cylindrical-coordinate representation of color #B6A59D: hue angle of 19.2º 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 #B6A59D is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182165157-
CMYK00.090.140.29
HSL19.2º14.62%66.47%-
HSV(B)19.2º13.74%71.37%-
XYZ38.8339.2937.44-
YUV169.17121.13137.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=36.11%
G=32.74%
B=31.15%

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
Decimal18216515700.090.140.2919.214.6266.47
HexB6A59D09E1D13f42
Octal26624523501116352317102
Binary101101101010010110011101010011110111011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A59D; }

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

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

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

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

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

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

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

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