COLOR #B6B470

HEX: #B6B470
RGB: (182,180,112)

Color info

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

RGB color model

#B6B470 color RGB value is (182,180,112).

  • red value is 182;
  • green value is 180;
  • blue value is 112.
RGB:
(182,180,112)
(71%,71%,44%)

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 112 of 255 = 44%

182
180
112

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 112 = 474 (100%)
R 182 of 474 ~ 38.4%
G 180 of 474 ~ 37.97%
B 112 of 474 ~ 23.63%

%38.4
%37.97
%23.63

CMYK color model

#B6B470 color CMYK value is (0,1,38,29).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(0,1,38,29)
C0M1Y38K29 
(0%,1%,38%,29%)
(0.00/0.01/0.38/0.29)	

CMYK percentages

%0
%1.1
%38.46
%28.63

Codes

Color #B6B470 in popluar color models

B6B470
RGB182180112
HSL58°32.41%57.65%
HSB/HSV58°38.46%71.37%
CMYK0.00%1.10%38.46%
28.63%

Color #B6B470 in popluar number systems.

HEXB6B470
Decimal182180112
Binary10110110101101001110000
Octal266264160

Shades and tints

Shades of #B6B470

#B6B470
(182,180,112)
#A6A466
(166,164,102)
#96945C
(150,148,92)
#868452
(134,132,82)
#767448
(118,116,72)
#66643E
(102,100,62)
#565434
(86,84,52)
#46442A
(70,68,42)
#363420
(54,52,32)
#262416
(38,36,22)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #B6B470

#B6B470
(182,180,112)
#BCBA7D
(188,186,125)
#C2C08A
(194,192,138)
#C8C697
(200,198,151)
#CECCA4
(206,204,164)
#D4D2B1
(212,210,177)
#DAD8BE
(218,216,190)
#E0DECB
(224,222,203)
#E6E4D8
(230,228,216)
#ECEAE5
(236,234,229)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B470; }

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

This text font color is #B6B470.


Background Color

.myBgColor { background-color: #B6B470; }

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

This div background color is #B6B470.


Border color

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

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

This div border color is #B6B470.


Opacity

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

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

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

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

This text has shadow with #B6B470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B470 on black background.


Color preview on white background

This text has color #B6B470 on white background.



Black color preview on #B6B470 background

This text has black color on #B6B470 background.


White color preview on #B6B470 background

This text has white color on #B6B470 background.