COLOR #B39646

HEX: #B39646
RGB: (179,150,70)

Color info

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

RGB color model

#B39646 color RGB value is (179,150,70).

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

RGB channels and saturation

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

179
150
70

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 70 = 399 (100%)
R 179 of 399 ~ 44.86%
G 150 of 399 ~ 37.59%
B 70 of 399 ~ 17.54%

%44.86
%37.59
%17.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.20%
  • 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
%16.2
%60.89
%29.8

Codes

Color #B39646 in popluar color models

B39646
RGB17915070
HSL44°43.78%48.82%
HSB/HSV44°60.89%70.20%
CMYK0.00%16.20%60.89%
29.80%

Color #B39646 in popluar number systems.

HEXB39646
Decimal17915070
Binary10110011100101101000110
Octal263226106

Shades and tints

Shades of #B39646

#B39646
(179,150,70)
#A38940
(163,137,64)
#937C3A
(147,124,58)
#836F34
(131,111,52)
#73622E
(115,98,46)
#635528
(99,85,40)
#534822
(83,72,34)
#433B1C
(67,59,28)
#332E16
(51,46,22)
#232110
(35,33,16)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #B39646

#B39646
(179,150,70)
#B99F56
(185,159,86)
#BFA866
(191,168,102)
#C5B176
(197,177,118)
#CBBA86
(203,186,134)
#D1C396
(209,195,150)
#D7CCA6
(215,204,166)
#DDD5B6
(221,213,182)
#E3DEC6
(227,222,198)
#E9E7D6
(233,231,214)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39646; }

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

This text font color is #B39646.


Background Color

.myBgColor { background-color: #B39646; }

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

This div background color is #B39646.


Border color

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

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

This div border color is #B39646.


Opacity

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

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

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

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

This text has shadow with #B39646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39646 on black background.


Color preview on white background

This text has color #B39646 on white background.



Black color preview on #B39646 background

This text has black color on #B39646 background.


White color preview on #B39646 background

This text has white color on #B39646 background.