#b6b2a1 Color Hex Melmac Silver

Information about Melmac Silver Color | #0000FF

#b6b2a1 color RGB value is (182,178,161). #b6b2a1 color name is Melmac Silver color.

#b6b2a1 hex color red value is 182 , green value is 178 and the blue value of its RGB is 161 . Cylindrical-coordinate representations (also known as HSL) of color #b6b2a1 hue: 49 , saturation: 13 and the lightness value of #b6b2a1 is 67

The process color (four color CMYK) of #b6b2a1 color hex is 0 , 1 ,5, 11 .

#b6b2a1

~Melmac Silver

Color Converions

HEX
#b6b2a1
RGB
182,178,161
LAB
73,-1,9
CMYK
0,2,12,29
LCH
73,9,95
XYZ
42,44,40
HSV
49,12,71
HSL
49,13,67

Base Numbers

Base Red Green Blue
Binary 10110110 10110010 10100001
Octal 266 262 241
Decimal 182 178 161
Hex b6 b2 a1

RGB Percentages of Color #b6b2a1

71%
70%
63%

CMYK Percentages of Color #b6b2a1

0%
5%
1%
11%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b6b2a1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b6b2a1
20%
#a4a091
30%
#928e81
40%
#7f7d71
50%
#6d6b61
60%
#5b5951
70%
#494740
80%
#373530
90%
#242420
100%
#121210

Tints of #b6b2a1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b6b2a1
20%
#bdbaaa
30%
#c5c1b4
40%
#ccc9bd
50%
#d3d1c7
60%
#dad8d0
70%
#e2e0d9
80%
#e9e8e3
90%
#f0f0ec
100%
#f8f7f6

Tones of #b6b2a1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b6b2a1
20%
#b1ad9e
30%
#aba89a
40%
#a6a397
50%
#a09e94
60%
#9b9990
70%
#95948d
80%
#908f8a
90%
#8a8a86
100%
#858583

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b6b2a1
#b6aaa1
#b6aea1
#b6b2a1
#b6b6a1
#b2b6a1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b6b2a1
#a1a5b6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b6b2a1
#a1b6a1
#aaa1b6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b6b2a1
#a1b6b2
#b2a1b6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b6b2a1
#a1b6a7
#a1a5b6
#b6a1af

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b6b2a1
#e0dcc7
#0c0c0b
#363530
#615f56
#8b887b

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b6b2a1

protanopia

#b8b09f

deuteranopia

#c8aaa2

tritanopia

#b9adba

achromatopsia

#b2b2b2

protanomaly

#b7b0a0

deuteranomaly

#c1ada1

achromatopsia

#b2b2b2

tritanomaly

#b8afb1

achromatomaly

#b3b2ac

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#b6b2a1 Color CSS Codes

.bgcolor {background-color:#b6b2a1; } 
.forecolor {color:#b6b2a1; }
.bordercolor {border:3px solid #b6b2a1; }
            

#b6b2a1 Text Font Color

<div style="color:#b6b2a1">
Div content here</div>

This sample text font color is #b6b2a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b6b2a1 Background Color

<div style="background-color:#b6b2a1">
Div content here</div>
Div content here

#b6b2a1 Border Color

<div style="border:3px solid #b6b2a1">
Div here</div>

This div border color is #b6b2a1

#b6b2a1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b6b2a1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6b2a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6b2a1;
  -webkit-box-shadow: 1px 1px 3px 2px #b6b2a1;
  box-shadow: 1px 1px 3px 2px #b6b2a1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6b2a1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6b2a1;
              -webkit-box-shadow: 1px 1px 3px 2px #b6b2a1;
              box-shadow:         1px 1px 3px 2px #b6b2a1#b6b2a1">
Div content here</div>

This div box has shadow with color #b6b2a1

More Colors

Chinese Night
#aa381e
Embarcadero
#5d4643
Gauntlet Grey
#78736e
Ginger Beer
#c27f38
Let It Ring
#cfae74
Fragile Fern
#eff2db
Pacific Sand
#f1ebcd
Bullfrog
#8a966a
Mill Creek
#876e59
Black Hole
#010203
Opal Silk
#9db9b2
Chinchilla
#9c8e7b
Cattail Brown
#917546
Green Acres
#53a144
Moon Mist
#cecdb8
Berry Frappé
#b3a1c6
Minimal Grey
#948d99
Everglade Mist
#b7d7de
Muesli
#9e7e53
Banshee
#daf0e6
Melon Sprinkle
#ffcd9d
Corn Maze
#deaa6e
Guppie Green
#00ff7f
Pine Mountain
#5c685e
Pale Phthalo Blue
#ccd5ff
Big Yellow Streak
#ffee22
Metroid Red
#f83800
Liseran Purple
#de6fa1
Exotic Palm
#909969
Aquarelle Blue
#bfe0e4
Austere
#726848
Candy Floss
#e8a7e2
Nilla Vanilla
#f1ebe0
Plantation Island
#9b8a44
Dark Void
#151517
Mild Blue Yonder
#a2add0
Gardening
#acba8d
Níng Méng Huáng Lemon
#ffef19
A Smell of Bakery
#f3e9d9
rating-img
Rate this tool
NaN/5   0 votes