#B6A29D

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

Shades of Martini #B6A29D

Tints of Martini #B6A29D

Color information

#B6A29D (or 0xB6A29D) is unknown color: approx Martini. HEX triplet: B6, A2 and 9D. RGB value is (182,162,157). Sum of RGB (Red+Green+Blue) = 182+162+157=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A29D is #495D62. Grayscale: #A7A7A7. Windows color (decimal): -4808035 or 10330806. OLE color: 10330806.

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

Color convert

RGB182162157-
CMYK00.110.140.29
HSL12º14.62%66.47%-
HSV(B)12º13.74%71.37%-
XYZ38.338.2237.26-
YUV167.41122.13138.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=36.33%
G=32.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216215700.110.140.291214.6266.47
HexB6A29D0BE1Dcf42
Octal26624223501316351417102
Binary10110110101000101001110101011111011101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A29D; }

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

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

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

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

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

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

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

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