COLOR #B39D51

HEX: #B39D51
RGB: (179,157,81)

Color info

#B39D51 contains mainly red and green colors. Web safe color of #B39D51 is #999966 (or #996).

RGB color model

#B39D51 color RGB value is (179,157,81).

  • red value is 179;
  • green value is 157;
  • blue value is 81.
RGB:
(179,157,81)
(70%,62%,32%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 81 of 255 = 32%

179
157
81

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

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 81 = 417 (100%)
R 179 of 417 ~ 42.93%
G 157 of 417 ~ 37.65%
B 81 of 417 ~ 19.42%

%42.93
%37.65
%19.42

CMYK color model

#B39D51 color CMYK value is (0,12,55,30).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 54.75%
  • key color value is 29.80%
CMYK:
(0,12,55,30)
C0M12Y55K30 
(0%,12%,55%,30%)
(0.00/0.12/0.55/0.30)	

CMYK percentages

%0
%12.29
%54.75
%29.8

Codes

Color #B39D51 in popluar color models

B39D51
RGB17915781
HSL47°39.20%50.98%
HSB/HSV47°54.75%70.20%
CMYK0.00%12.29%54.75%
29.80%

Color #B39D51 in popluar number systems.

HEXB39D51
Decimal17915781
Binary10110011100111011010001
Octal263235121

Shades and tints

Shades of #B39D51

#B39D51
(179,157,81)
#A38F4A
(163,143,74)
#938143
(147,129,67)
#83733C
(131,115,60)
#736535
(115,101,53)
#63572E
(99,87,46)
#534927
(83,73,39)
#433B20
(67,59,32)
#332D19
(51,45,25)
#231F12
(35,31,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #B39D51

#B39D51
(179,157,81)
#B9A560
(185,165,96)
#BFAD6F
(191,173,111)
#C5B57E
(197,181,126)
#CBBD8D
(203,189,141)
#D1C59C
(209,197,156)
#D7CDAB
(215,205,171)
#DDD5BA
(221,213,186)
#E3DDC9
(227,221,201)
#E9E5D8
(233,229,216)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39D51 color. Also use rgb(179,157,81) instead hex code.

Text Font Color

.myTextColor { color: #B39D51; }

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

This text font color is #B39D51.


Background Color

.myBgColor { background-color: #B39D51; }

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

This div background color is #B39D51.


Border color

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

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

This div border color is #B39D51.


Opacity

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

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

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

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

This text has shadow with #B39D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39D51 on black background.


Color preview on white background

This text has color #B39D51 on white background.



Black color preview on #B39D51 background

This text has black color on #B39D51 background.


White color preview on #B39D51 background

This text has white color on #B39D51 background.