COLOR #B6B672

HEX: #B6B672
RGB: (182,182,114)

Color info

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

RGB color model

#B6B672 color RGB value is (182,182,114).

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

RGB channels and saturation

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

182
182
114

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

Portions of RGB colors in percentages

R + G + B =
182 + 182 + 114 = 478 (100%)
R 182 of 478 ~ 38.08%
G 182 of 478 ~ 38.08%
B 114 of 478 ~ 23.85%

%38.08
%38.08
%23.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 28.63%
CMYK:
(0,0,37,29)
C0M0Y37K29 
(0%,0%,37%,29%)
(0.00/0.00/0.37/0.29)	

CMYK percentages

%0
%0
%37.36
%28.63

Codes

Color #B6B672 in popluar color models

B6B672
RGB182182114
HSL60°31.78%58.04%
HSB/HSV60°37.36%71.37%
CMYK0.00%0.00%37.36%
28.63%

Color #B6B672 in popluar number systems.

HEXB6B672
Decimal182182114
Binary10110110101101101110010
Octal266266162

Shades and tints

Shades of #B6B672

#B6B672
(182,182,114)
#A6A668
(166,166,104)
#96965E
(150,150,94)
#868654
(134,134,84)
#76764A
(118,118,74)
#666640
(102,102,64)
#565636
(86,86,54)
#46462C
(70,70,44)
#363622
(54,54,34)
#262618
(38,38,24)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #B6B672

#B6B672
(182,182,114)
#BCBC7E
(188,188,126)
#C2C28A
(194,194,138)
#C8C896
(200,200,150)
#CECEA2
(206,206,162)
#D4D4AE
(212,212,174)
#DADABA
(218,218,186)
#E0E0C6
(224,224,198)
#E6E6D2
(230,230,210)
#ECECDE
(236,236,222)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B672; }

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

This text font color is #B6B672.


Background Color

.myBgColor { background-color: #B6B672; }

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

This div background color is #B6B672.


Border color

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

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

This div border color is #B6B672.


Opacity

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

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

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

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

This text has shadow with #B6B672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B672 on black background.


Color preview on white background

This text has color #B6B672 on white background.



Black color preview on #B6B672 background

This text has black color on #B6B672 background.


White color preview on #B6B672 background

This text has white color on #B6B672 background.