#B6A29F

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

Shades of Martini #B6A29F

Tints of Martini #B6A29F

Color information

#B6A29F (or 0xB6A29F) is unknown color: approx Martini. HEX triplet: B6, A2 and 9F. RGB value is (182,162,159). Sum of RGB (Red+Green+Blue) = 182+162+159=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A29F is #495D60. Grayscale: #A7A7A7. Windows color (decimal): -4808033 or 10461878. OLE color: 10461878.

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

Color convert

RGB182162159-
CMYK00.110.130.29
HSL7.83º13.61%66.86%-
HSV(B)7.83º12.64%71.37%-
XYZ38.4738.2938.16-
YUV167.64123.13138.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=36.18%
G=32.21%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216215900.110.130.297.8313.6166.86
HexB6A29F0BD1D8e43
Octal26624223701315351016103
Binary10110110101000101001111101011110111101100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A29F; }

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

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

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

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

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

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

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

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