COLOR #B6B872

HEX: #B6B872
RGB: (182,184,114)

Color info

#B6B872 contains mainly red and green colors. Web safe color of #B6B872 is #CCCC66 (or #CC6).

RGB color model

#B6B872 color RGB value is (182,184,114).

  • red value is 182;
  • green value is 184;
  • blue value is 114.
RGB:
(182,184,114)
(71%,72%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 114 of 255 = 45%

182
184
114

R + G + B ~ 63%. #B6B872 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 114 = 480 (100%)
R 182 of 480 ~ 37.92%
G 184 of 480 ~ 38.33%
B 114 of 480 ~ 23.75%

%37.92
%38.33
%23.75

CMYK color model

#B6B872 color CMYK value is (1,0,38,28).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(1,0,38,28)
C1M0Y38K28 
(1%,0%,38%,28%)
(0.01/0.00/0.38/0.28)	

CMYK percentages

%1.09
%0
%38.04
%27.84

Codes

Color #B6B872 in popluar color models

B6B872
RGB182184114
HSL62°33.02%58.43%
HSB/HSV62°38.04%72.16%
CMYK1.09%0.00%38.04%
27.84%

Color #B6B872 in popluar number systems.

HEXB6B872
Decimal182184114
Binary10110110101110001110010
Octal266270162

Shades and tints

Shades of #B6B872

#B6B872
(182,184,114)
#A6A868
(166,168,104)
#96985E
(150,152,94)
#868854
(134,136,84)
#76784A
(118,120,74)
#666840
(102,104,64)
#565836
(86,88,54)
#46482C
(70,72,44)
#363822
(54,56,34)
#262818
(38,40,24)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #B6B872

#B6B872
(182,184,114)
#BCBE7E
(188,190,126)
#C2C48A
(194,196,138)
#C8CA96
(200,202,150)
#CED0A2
(206,208,162)
#D4D6AE
(212,214,174)
#DADCBA
(218,220,186)
#E0E2C6
(224,226,198)
#E6E8D2
(230,232,210)
#ECEEDE
(236,238,222)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B872; }

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

This text font color is #B6B872.


Background Color

.myBgColor { background-color: #B6B872; }

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

This div background color is #B6B872.


Border color

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

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

This div border color is #B6B872.


Opacity

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

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

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

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

This text has shadow with #B6B872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B872 on black background.


Color preview on white background

This text has color #B6B872 on white background.



Black color preview on #B6B872 background

This text has black color on #B6B872 background.


White color preview on #B6B872 background

This text has white color on #B6B872 background.