COLOR #B39648

HEX: #B39648
RGB: (179,150,72)

Color info

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

RGB color model

#B39648 color RGB value is (179,150,72).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 72 of 255 = 28%

179
150
72

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 72 = 401 (100%)
R 179 of 401 ~ 44.64%
G 150 of 401 ~ 37.41%
B 72 of 401 ~ 17.96%

%44.64
%37.41
%17.96

CMYK color model

#B39648 color CMYK value is (0,16,60,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 59.78%
  • key color value is 29.80%
CMYK:
(0,16,60,30)
C0M16Y60K30 
(0%,16%,60%,30%)
(0.00/0.16/0.60/0.30)	

CMYK percentages

%0
%16.2
%59.78
%29.8

Codes

Color #B39648 in popluar color models

B39648
RGB17915072
HSL44°42.63%49.22%
HSB/HSV44°59.78%70.20%
CMYK0.00%16.20%59.78%
29.80%

Color #B39648 in popluar number systems.

HEXB39648
Decimal17915072
Binary10110011100101101001000
Octal263226110

Shades and tints

Shades of #B39648

#B39648
(179,150,72)
#A38942
(163,137,66)
#937C3C
(147,124,60)
#836F36
(131,111,54)
#736230
(115,98,48)
#63552A
(99,85,42)
#534824
(83,72,36)
#433B1E
(67,59,30)
#332E18
(51,46,24)
#232112
(35,33,18)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #B39648

#B39648
(179,150,72)
#B99F58
(185,159,88)
#BFA868
(191,168,104)
#C5B178
(197,177,120)
#CBBA88
(203,186,136)
#D1C398
(209,195,152)
#D7CCA8
(215,204,168)
#DDD5B8
(221,213,184)
#E3DEC8
(227,222,200)
#E9E7D8
(233,231,216)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39648; }

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

This text font color is #B39648.


Background Color

.myBgColor { background-color: #B39648; }

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

This div background color is #B39648.


Border color

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

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

This div border color is #B39648.


Opacity

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

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

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

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

This text has shadow with #B39648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39648 on black background.


Color preview on white background

This text has color #B39648 on white background.



Black color preview on #B39648 background

This text has black color on #B39648 background.


White color preview on #B39648 background

This text has white color on #B39648 background.