COLOR #B39A64

HEX: #B39A64
RGB: (179,154,100)

Color info

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

RGB color model

#B39A64 color RGB value is (179,154,100).

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

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 100 of 255 = 39%

179
154
100

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 100 = 433 (100%)
R 179 of 433 ~ 41.34%
G 154 of 433 ~ 35.57%
B 100 of 433 ~ 23.09%

%41.34
%35.57
%23.09

CMYK color model

#B39A64 color CMYK value is (0,14,44,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(0,14,44,30)
C0M14Y44K30 
(0%,14%,44%,30%)
(0.00/0.14/0.44/0.30)	

CMYK percentages

%0
%13.97
%44.13
%29.8

Codes

Color #B39A64 in popluar color models

B39A64
RGB179154100
HSL41°34.20%54.71%
HSB/HSV41°44.13%70.20%
CMYK0.00%13.97%44.13%
29.80%

Color #B39A64 in popluar number systems.

HEXB39A64
Decimal179154100
Binary10110011100110101100100
Octal263232144

Shades and tints

Shades of #B39A64

#B39A64
(179,154,100)
#A38C5B
(163,140,91)
#937E52
(147,126,82)
#837049
(131,112,73)
#736240
(115,98,64)
#635437
(99,84,55)
#53462E
(83,70,46)
#433825
(67,56,37)
#332A1C
(51,42,28)
#231C13
(35,28,19)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #B39A64

#B39A64
(179,154,100)
#B9A372
(185,163,114)
#BFAC80
(191,172,128)
#C5B58E
(197,181,142)
#CBBE9C
(203,190,156)
#D1C7AA
(209,199,170)
#D7D0B8
(215,208,184)
#DDD9C6
(221,217,198)
#E3E2D4
(227,226,212)
#E9EBE2
(233,235,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39A64; }

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

This text font color is #B39A64.


Background Color

.myBgColor { background-color: #B39A64; }

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

This div background color is #B39A64.


Border color

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

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

This div border color is #B39A64.


Opacity

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

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

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

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

This text has shadow with #B39A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39A64 on black background.


Color preview on white background

This text has color #B39A64 on white background.



Black color preview on #B39A64 background

This text has black color on #B39A64 background.


White color preview on #B39A64 background

This text has white color on #B39A64 background.