#B6A69D

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

Shades of Martini #B6A69D

Tints of Martini #B6A69D

Color information

#B6A69D (or 0xB6A69D) is unknown color: approx Martini. HEX triplet: B6, A6 and 9D. RGB value is (182,166,157). Sum of RGB (Red+Green+Blue) = 182+166+157=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A69D is #495962. Grayscale: #A9A9A9. Windows color (decimal): -4807011 or 10331830. OLE color: 10331830.

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

Color convert

RGB182166157-
CMYK00.090.140.29
HSL21.6º14.62%66.47%-
HSV(B)21.6º13.74%71.37%-
XYZ39.0139.6537.5-
YUV169.76120.8136.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=36.04%
G=32.87%
B=31.09%

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
Decimal18216615700.090.140.2921.614.6266.47
HexB6A69D09E1D16f42
Octal26624623501116352617102
Binary101101101010011010011101010011110111011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A69D; }

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

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

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

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

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

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

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

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