COLOR #B47910

HEX: #B47910
RGB: (180,121,16)

Color info

#B47910 contains mainly red and green colors. Web safe color of #B47910 is #CC6600 (or #C60).

RGB color model

#B47910 color RGB value is (180,121,16).

  • red value is 180;
  • green value is 121;
  • blue value is 16.
RGB:
(180,121,16)
(71%,47%,6%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 16 of 255 = 6%

180
121
16

R + G + B ~ 41%. #B47910 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 16 = 317 (100%)
R 180 of 317 ~ 56.78%
G 121 of 317 ~ 38.17%
B 16 of 317 ~ 5.05%

%56.78
%38.17

CMYK color model

#B47910 color CMYK value is (0,33,91,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 91.11%
  • key color value is 29.41%
CMYK:
(0,33,91,29)
C0M33Y91K29 
(0%,33%,91%,29%)
(0.00/0.33/0.91/0.29)	

CMYK percentages

%0
%32.78
%91.11
%29.41

Codes

Color #B47910 in popluar color models

B47910
RGB18012116
HSL38°83.67%38.43%
HSB/HSV38°91.11%70.59%
CMYK0.00%32.78%91.11%
29.41%

Color #B47910 in popluar number systems.

HEXB47910
Decimal18012116
Binary10110100111100110000
Octal26417120

Shades and tints

Shades of #B47910

#B47910
(180,121,16)
#A46E0F
(164,110,15)
#94630E
(148,99,14)
#84580D
(132,88,13)
#744D0C
(116,77,12)
#64420B
(100,66,11)
#54370A
(84,55,10)
#442C09
(68,44,9)
#342108
(52,33,8)
#241607
(36,22,7)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #B47910

#B47910
(180,121,16)
#BA8525
(186,133,37)
#C0913A
(192,145,58)
#C69D4F
(198,157,79)
#CCA964
(204,169,100)
#D2B579
(210,181,121)
#D8C18E
(216,193,142)
#DECDA3
(222,205,163)
#E4D9B8
(228,217,184)
#EAE5CD
(234,229,205)
#F0F1E2
(240,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47910 color. Also use rgb(180,121,16) instead hex code.

Text Font Color

.myTextColor { color: #B47910; }

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

This text font color is #B47910.


Background Color

.myBgColor { background-color: #B47910; }

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

This div background color is #B47910.


Border color

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

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

This div border color is #B47910.


Opacity

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

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

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

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

This text has shadow with #B47910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47910 on black background.


Color preview on white background

This text has color #B47910 on white background.



Black color preview on #B47910 background

This text has black color on #B47910 background.


White color preview on #B47910 background

This text has white color on #B47910 background.