#B6A29B

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

Shades of Martini #B6A29B

Tints of Martini #B6A29B

Color information

#B6A29B (or 0xB6A29B) is unknown color: approx Martini. HEX triplet: B6, A2 and 9B. RGB value is (182,162,155). Sum of RGB (Red+Green+Blue) = 182+162+155=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A29B is #495D64. Grayscale: #A7A7A7. Windows color (decimal): -4808037 or 10199734. OLE color: 10199734.

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

Color convert

RGB182162155-
CMYK00.110.150.29
HSL15.56º15.61%66.08%-
HSV(B)15.56º14.84%71.37%-
XYZ38.1338.1536.36-
YUV167.18121.13138.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=36.47%
G=32.46%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216215500.110.150.2915.5615.6166.08
HexB6A29B0BF1D101042
Octal26624223301317352020102
Binary1011011010100010100110110101111111110110000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A29B; }

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

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

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

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

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

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

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

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