COLOR #B6B172

HEX: #B6B172 RGB: (182,177,114)

Color info

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

RGB color model

#B6B172 color RGB value is (182,177,114).

RGB: (182,177,114) (71%, 69%, 45%)

RGB channels and saturation

R 182 of 255 = 71%
G 177 of 255 = 69%
B 114 of 255 = 45%

182
177
114

R + G + B ~ 62%. #B6B172 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 177 + 114 = 473 (100%)
R 182 of 473 ~ 38.48%
G 177 of 473 ~ 37.42%
B 114 of 473 ~ 24.1'%

%38.48
%37.42
%24.1

CMYK color model

#B6B172 color CMYK value is (0,3,37,29).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 37.36%
  • key color value is 28.63%

CMYK: (0,3,37,29)
C0M3Y37K29 (0%, 3%, 37%, 29%)
(0.00 / 0.03 / 0.37 / 0.29)

CMYK percentages

%0
%2.75
%37.36
%28.63

Codes

Color #B6B172 in popluar color models

B6 B1 72
RGB 182 177 114
HSL 56° 31.78% 58.04%
HSB/HSV 56° 37.36% 71.37%
CMYK 0.00% 2.75% 37.36%
28.63%

Color #B6B172 in popluar number systems.

HEX B6 B1 72
Decimal 182 177 114
Binary 10110110 10110001 1110010
Octal 266 261 162

Shades and tints

Shades of #B6B172

#B6B172
(182,177,114)
#A6A168
(166,161,104)
#96915E
(150,145,94)
#868154
(134,129,84)
#76714A
(118,113,74)
#666140
(102,97,64)
#565136
(86,81,54)
#46412C
(70,65,44)
#363122
(54,49,34)
#262118
(38,33,24)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #B6B172

#B6B172
(182,177,114)
#BCB87E
(188,184,126)
#C2BF8A
(194,191,138)
#C8C696
(200,198,150)
#CECDA2
(206,205,162)
#D4D4AE
(212,212,174)
#DADBBA
(218,219,186)
#E0E2C6
(224,226,198)
#E6E9D2
(230,233,210)
#ECF0DE
(236,240,222)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B172 color. Also use rgb(182,177,114) instead hex code.

Text Font Color

.myTextColor { color: #B6B172; }

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

This text font color is #B6B172.

Background Color

.myBgColor { background-color: #B6B172; }

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

This div background color is #B6B172.

Border color

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

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

This div border color is #B6B172.

Opacity

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

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

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

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

This text has shadow with #B6B172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B172.

Preview

Color preview on black background

This text has color #B6B172 on black background.


Color preview on white background

This text has color #B6B172 on white background.


Black color preview on #B6B172 background

This text has black color on #B6B172 background.


White color preview on #B6B172 background

This text has white color on #B6B172 background.


Related colors

Complementary color

Complementary color for #hex is #494E8D.


I love getcolorcode.com

Triadic colors

1 #72B6B1 and #B172B6 with #B6B172 are triadic colors.

2 #72B1B6 and #B1B672 with #B6B172 are triadic colors.