#B6A39D

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

Shades of Martini #B6A39D

Tints of Martini #B6A39D

Color information

#B6A39D (or 0xB6A39D) is unknown color: approx Martini. HEX triplet: B6, A3 and 9D. RGB value is (182,163,157). Sum of RGB (Red+Green+Blue) = 182+163+157=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39D is #495C62. Grayscale: #A8A8A8. Windows color (decimal): -4807779 or 10331062. OLE color: 10331062.

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

Color convert

RGB182163157-
CMYK00.100.140.29
HSL14.4º14.62%66.47%-
HSV(B)14.4º13.74%71.37%-
XYZ38.4738.5737.32-
YUV168121.79137.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=36.25%
G=32.47%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216315700.100.140.2914.414.6266.47
HexB6A39D0AE1Def42
Octal26624323501216351617102
Binary10110110101000111001110101010111011101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A39D; }

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

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

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

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

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

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

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

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