COLOR #B39664

HEX: #B39664
RGB: (179,150,100)

Color info

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

RGB color model

#B39664 color RGB value is (179,150,100).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 100 of 255 = 39%

179
150
100

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 100 = 429 (100%)
R 179 of 429 ~ 41.72%
G 150 of 429 ~ 34.97%
B 100 of 429 ~ 23.31%

%41.72
%34.97
%23.31

CMYK color model

#B39664 color CMYK value is (0,16,44,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(0,16,44,30)
C0M16Y44K30 
(0%,16%,44%,30%)
(0.00/0.16/0.44/0.30)	

CMYK percentages

%0
%16.2
%44.13
%29.8

Codes

Color #B39664 in popluar color models

B39664
RGB179150100
HSL38°34.20%54.71%
HSB/HSV38°44.13%70.20%
CMYK0.00%16.20%44.13%
29.80%

Color #B39664 in popluar number systems.

HEXB39664
Decimal179150100
Binary10110011100101101100100
Octal263226144

Shades and tints

Shades of #B39664

#B39664
(179,150,100)
#A3895B
(163,137,91)
#937C52
(147,124,82)
#836F49
(131,111,73)
#736240
(115,98,64)
#635537
(99,85,55)
#53482E
(83,72,46)
#433B25
(67,59,37)
#332E1C
(51,46,28)
#232113
(35,33,19)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #B39664

#B39664
(179,150,100)
#B99F72
(185,159,114)
#BFA880
(191,168,128)
#C5B18E
(197,177,142)
#CBBA9C
(203,186,156)
#D1C3AA
(209,195,170)
#D7CCB8
(215,204,184)
#DDD5C6
(221,213,198)
#E3DED4
(227,222,212)
#E9E7E2
(233,231,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39664; }

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

This text font color is #B39664.


Background Color

.myBgColor { background-color: #B39664; }

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

This div background color is #B39664.


Border color

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

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

This div border color is #B39664.


Opacity

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

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

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

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

This text has shadow with #B39664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39664 on black background.


Color preview on white background

This text has color #B39664 on white background.



Black color preview on #B39664 background

This text has black color on #B39664 background.


White color preview on #B39664 background

This text has white color on #B39664 background.