COLOR #B6A16B

HEX: #B6A16B RGB: (182,161,107)

Color info

#B6A16B contains mainly red and green colors. Web safe color of #B6A16B is #CC9966 (or #C96).

RGB color model

#B6A16B color RGB value is (182,161,107).

RGB: (182,161,107) (71%, 63%, 42%)

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 107 of 255 = 42%

182
161
107

R + G + B ~ 59%. #B6A16B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 161 + 107 = 450 (100%)
R 182 of 450 ~ 40.44%
G 161 of 450 ~ 35.78%
B 107 of 450 ~ 23.78'%

%40.44
%35.78
%23.78

CMYK color model

#B6A16B color CMYK value is (0,12,41,29).

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

CMYK: (0,12,41,29)
C0M12Y41K29 (0%, 12%, 41%, 29%)
(0.00 / 0.12 / 0.41 / 0.29)

CMYK percentages

%0
%11.54
%41.21
%28.63

Codes

Color #B6A16B in popluar color models

B6 A1 6B
RGB 182 161 107
HSL 43° 33.94% 56.67%
HSB/HSV 43° 41.21% 71.37%
CMYK 0.00% 11.54% 41.21%
28.63%

Color #B6A16B in popluar number systems.

HEX B6 A1 6B
Decimal 182 161 107
Binary 10110110 10100001 1101011
Octal 266 241 153

Shades and tints

Shades of #B6A16B

#B6A16B
(182,161,107)
#A69362
(166,147,98)
#968559
(150,133,89)
#867750
(134,119,80)
#766947
(118,105,71)
#665B3E
(102,91,62)
#564D35
(86,77,53)
#463F2C
(70,63,44)
#363123
(54,49,35)
#26231A
(38,35,26)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6A16B

#B6A16B
(182,161,107)
#BCA978
(188,169,120)
#C2B185
(194,177,133)
#C8B992
(200,185,146)
#CEC19F
(206,193,159)
#D4C9AC
(212,201,172)
#DAD1B9
(218,209,185)
#E0D9C6
(224,217,198)
#E6E1D3
(230,225,211)
#ECE9E0
(236,233,224)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A16B; }

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

This text font color is #B6A16B.

Background Color

.myBgColor { background-color: #B6A16B; }

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

This div background color is #B6A16B.

Border color

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

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

This div border color is #B6A16B.

Opacity

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

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

Text with #B6A16B 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 #B6A16B;}

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

This text has shadow with #B6A16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A16B.

Preview

Color preview on black background

This text has color #B6A16B on black background.


Color preview on white background

This text has color #B6A16B on white background.


Black color preview on #B6A16B background

This text has black color on #B6A16B background.


White color preview on #B6A16B background

This text has white color on #B6A16B background.


Related colors

Complementary color

Complementary color for #hex is #495E94.


I love getcolorcode.com

Triadic colors

1 #6BB6A1 and #A16BB6 with #B6A16B are triadic colors.

2 #6BA1B6 and #A1B66B with #B6A16B are triadic colors.