COLOR #B39746

HEX: #B39746
RGB: (179,151,70)

Color info

#B39746 contains mainly red and green colors. Web safe color of #B39746 is #999933 (or #993).

RGB color model

#B39746 color RGB value is (179,151,70).

  • red value is 179;
  • green value is 151;
  • blue value is 70.
RGB:
(179,151,70)
(70%,59%,27%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 70 of 255 = 27%

179
151
70

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 70 = 400 (100%)
R 179 of 400 ~ 44.75%
G 151 of 400 ~ 37.75%
B 70 of 400 ~ 17.5%

%44.75
%37.75
%17.5

CMYK color model

#B39746 color CMYK value is (0,16,61,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 60.89%
  • key color value is 29.80%
CMYK:
(0,16,61,30)
C0M16Y61K30 
(0%,16%,61%,30%)
(0.00/0.16/0.61/0.30)	

CMYK percentages

%0
%15.64
%60.89
%29.8

Codes

Color #B39746 in popluar color models

B39746
RGB17915170
HSL45°43.78%48.82%
HSB/HSV45°60.89%70.20%
CMYK0.00%15.64%60.89%
29.80%

Color #B39746 in popluar number systems.

HEXB39746
Decimal17915170
Binary10110011100101111000110
Octal263227106

Shades and tints

Shades of #B39746

#B39746
(179,151,70)
#A38A40
(163,138,64)
#937D3A
(147,125,58)
#837034
(131,112,52)
#73632E
(115,99,46)
#635628
(99,86,40)
#534922
(83,73,34)
#433C1C
(67,60,28)
#332F16
(51,47,22)
#232210
(35,34,16)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #B39746

#B39746
(179,151,70)
#B9A056
(185,160,86)
#BFA966
(191,169,102)
#C5B276
(197,178,118)
#CBBB86
(203,187,134)
#D1C496
(209,196,150)
#D7CDA6
(215,205,166)
#DDD6B6
(221,214,182)
#E3DFC6
(227,223,198)
#E9E8D6
(233,232,214)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39746 color. Also use rgb(179,151,70) instead hex code.

Text Font Color

.myTextColor { color: #B39746; }

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

This text font color is #B39746.


Background Color

.myBgColor { background-color: #B39746; }

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

This div background color is #B39746.


Border color

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

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

This div border color is #B39746.


Opacity

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

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

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

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

This text has shadow with #B39746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39746 on black background.


Color preview on white background

This text has color #B39746 on white background.



Black color preview on #B39746 background

This text has black color on #B39746 background.


White color preview on #B39746 background

This text has white color on #B39746 background.