COLOR #B6A6A1

HEX: #B6A6A1 RGB: (182,166,161)

Color info

#B6A6A1 contains red, green and blue colors in about the same proportion. Web safe color of #B6A6A1 is #CC9999 (or #C99).

RGB color model

#B6A6A1 color RGB value is (182,166,161).

RGB: (182,166,161) (71%, 65%, 63%)

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 161 of 255 = 63%

182
166
161

R + G + B ~ 66%. #B6A6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 166 + 161 = 509 (100%)
R 182 of 509 ~ 35.76%
G 166 of 509 ~ 32.61%
B 161 of 509 ~ 31.63'%

%35.76
%32.61
%31.63

CMYK color model

#B6A6A1 color CMYK value is (0,9,12,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 11.54%
  • key color value is 28.63%

CMYK: (0,9,12,29)
C0M9Y12K29 (0%, 9%, 12%, 29%)
(0.00 / 0.09 / 0.12 / 0.29)

CMYK percentages

%0
%8.79
%11.54
%28.63

Codes

Color #B6A6A1 in popluar color models

B6 A6 A1
RGB 182 166 161
HSL 14° 12.57% 67.25%
HSB/HSV 14° 11.54% 71.37%
CMYK 0.00% 8.79% 11.54%
28.63%

Color #B6A6A1 in popluar number systems.

HEX B6 A6 A1
Decimal 182 166 161
Binary 10110110 10100110 10100001
Octal 266 246 241

Shades and tints

Shades of #B6A6A1

#B6A6A1
(182,166,161)
#A69793
(166,151,147)
#968885
(150,136,133)
#867977
(134,121,119)
#766A69
(118,106,105)
#665B5B
(102,91,91)
#564C4D
(86,76,77)
#463D3F
(70,61,63)
#362E31
(54,46,49)
#261F23
(38,31,35)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #B6A6A1

#B6A6A1
(182,166,161)
#BCAEA9
(188,174,169)
#C2B6B1
(194,182,177)
#C8BEB9
(200,190,185)
#CEC6C1
(206,198,193)
#D4CEC9
(212,206,201)
#DAD6D1
(218,214,209)
#E0DED9
(224,222,217)
#E6E6E1
(230,230,225)
#ECEEE9
(236,238,233)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A6A1 color. Also use rgb(182,166,161) instead hex code.

Text Font Color

.myTextColor { color: #B6A6A1; }

<p style="color:#B6A6A1">This sample text font color is #B6A6A1.</p>

This text font color is #B6A6A1.

Background Color

.myBgColor { background-color: #B6A6A1; }

<div style="background-color:#B6A6A1">Inner text</div>

This div background color is #B6A6A1.

Border color

.myBorderColor { border: 1px solid #B6A6A1; }

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

This div border color is #B6A6A1.

Opacity

.myOpacity80 { color: #B6A6A1; opacity: 0.8; }

<p style="color:#B6A6A1;opacity:0.8;">80%</p>

Text with #B6A6A1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B6A6A1;}

<p style="text-shadow: 3px 3px 1px #B6A6A1">Text here.</p>

This text has shadow with #B6A6A1 color.


.textShadow {text-shadow: 3px 3px 1px #B6A6A1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B6A6A1, 5px 5px 20px red">Text here.</p>

This text has shadow with #B6A6A1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6A6A1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B6A6A1, Direction=45, Strength=4)">Text</p>

This text has shadow with #B6A6A1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B6A6A1;
-webkit-box-shadow: 1px 1px 3px 2px #B6A6A1;
box-shadow: 1px 1px 3px 2px #B6A6A1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6A6A1; -webkit-box-shadow: 1px 1px 3px 2px #B6A6A1; box-shadow:1px 1px 3px 2px #B6A6A1;">
Div content here
</div>

This div box has shadow with color #B6A6A1.

Preview

Color preview on black background

This text has color #B6A6A1 on black background.


Color preview on white background

This text has color #B6A6A1 on white background.


Black color preview on #B6A6A1 background

This text has black color on #B6A6A1 background.


White color preview on #B6A6A1 background

This text has white color on #B6A6A1 background.


Related colors

Complementary color

Complementary color for #hex is #49595E.


I love getcolorcode.com

Triadic colors

1 #A1B6A6 and #A6A1B6 with #B6A6A1 are triadic colors.

2 #A1A6B6 and #A6B6A1 with #B6A6A1 are triadic colors.