COLOR #B7B470

HEX: #B7B470
RGB: (183,180,112)

Color info

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

RGB color model

#B7B470 color RGB value is (183,180,112).

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

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 112 of 255 = 44%

183
180
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 180 + 112 = 475 (100%)
R 183 of 475 ~ 38.53%
G 180 of 475 ~ 37.89%
B 112 of 475 ~ 23.58%

%38.53
%37.89
%23.58

CMYK color model

#B7B470 color CMYK value is (0,2,39,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,2,39,28)
C0M2Y39K28 
(0%,2%,39%,28%)
(0.00/0.02/0.39/0.28)	

CMYK percentages

%0
%1.64
%38.8
%28.24

Codes

Color #B7B470 in popluar color models

B7B470
RGB183180112
HSL57°33.02%57.84%
HSB/HSV57°38.80%71.76%
CMYK0.00%1.64%38.80%
28.24%

Color #B7B470 in popluar number systems.

HEXB7B470
Decimal183180112
Binary10110111101101001110000
Octal267264160

Shades and tints

Shades of #B7B470

#B7B470
(183,180,112)
#A7A466
(167,164,102)
#97945C
(151,148,92)
#878452
(135,132,82)
#777448
(119,116,72)
#67643E
(103,100,62)
#575434
(87,84,52)
#47442A
(71,68,42)
#373420
(55,52,32)
#272416
(39,36,22)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #B7B470

#B7B470
(183,180,112)
#BDBA7D
(189,186,125)
#C3C08A
(195,192,138)
#C9C697
(201,198,151)
#CFCCA4
(207,204,164)
#D5D2B1
(213,210,177)
#DBD8BE
(219,216,190)
#E1DECB
(225,222,203)
#E7E4D8
(231,228,216)
#EDEAE5
(237,234,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B470; }

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

This text font color is #B7B470.


Background Color

.myBgColor { background-color: #B7B470; }

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

This div background color is #B7B470.


Border color

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

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

This div border color is #B7B470.


Opacity

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

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

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

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

This text has shadow with #B7B470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B470 on black background.


Color preview on white background

This text has color #B7B470 on white background.



Black color preview on #B7B470 background

This text has black color on #B7B470 background.


White color preview on #B7B470 background

This text has white color on #B7B470 background.