COLOR #B39214

HEX: #B39214
RGB: (179,146,20)

Color info

#B39214 contains mainly red and green colors. Web safe color of #B39214 is #999900 (or #990).

RGB color model

#B39214 color RGB value is (179,146,20).

  • red value is 179;
  • green value is 146;
  • blue value is 20.
RGB:
(179,146,20)
(70%,57%,8%)

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 20 of 255 = 8%

179
146
20

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

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 20 = 345 (100%)
R 179 of 345 ~ 51.88%
G 146 of 345 ~ 42.32%
B 20 of 345 ~ 5.8%

%51.88
%42.32

CMYK color model

#B39214 color CMYK value is (0,18,89,30).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 88.83%
  • key color value is 29.80%
CMYK:
(0,18,89,30)
C0M18Y89K30 
(0%,18%,89%,30%)
(0.00/0.18/0.89/0.30)	

CMYK percentages

%0
%18.44
%88.83
%29.8

Codes

Color #B39214 in popluar color models

B39214
RGB17914620
HSL48°79.90%39.02%
HSB/HSV48°88.83%70.20%
CMYK0.00%18.44%88.83%
29.80%

Color #B39214 in popluar number systems.

HEXB39214
Decimal17914620
Binary101100111001001010100
Octal26322224

Shades and tints

Shades of #B39214

#B39214
(179,146,20)
#A38513
(163,133,19)
#937812
(147,120,18)
#836B11
(131,107,17)
#735E10
(115,94,16)
#63510F
(99,81,15)
#53440E
(83,68,14)
#43370D
(67,55,13)
#332A0C
(51,42,12)
#231D0B
(35,29,11)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #B39214

#B39214
(179,146,20)
#B99B29
(185,155,41)
#BFA43E
(191,164,62)
#C5AD53
(197,173,83)
#CBB668
(203,182,104)
#D1BF7D
(209,191,125)
#D7C892
(215,200,146)
#DDD1A7
(221,209,167)
#E3DABC
(227,218,188)
#E9E3D1
(233,227,209)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39214 color. Also use rgb(179,146,20) instead hex code.

Text Font Color

.myTextColor { color: #B39214; }

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

This text font color is #B39214.


Background Color

.myBgColor { background-color: #B39214; }

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

This div background color is #B39214.


Border color

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

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

This div border color is #B39214.


Opacity

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

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

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

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

This text has shadow with #B39214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39214 on black background.


Color preview on white background

This text has color #B39214 on white background.



Black color preview on #B39214 background

This text has black color on #B39214 background.


White color preview on #B39214 background

This text has white color on #B39214 background.