COLOR #B39B64

HEX: #B39B64 RGB: (179,155,100)

Color info

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

RGB color model

#B39B64 color RGB value is (179,155,100).

RGB: (179,155,100) (70%, 61%, 39%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 100 of 255 = 39%

179
155
100

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

Portions of RGB colors in percentages

R + G + B = 179 + 155 + 100 = 434 (100%)
R 179 of 434 ~ 41.24%
G 155 of 434 ~ 35.71%
B 100 of 434 ~ 23.04'%

%41.24
%35.71
%23.04

CMYK color model

#B39B64 color CMYK value is (0,13,44,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 44.13%
  • key color value is 29.80%

CMYK: (0,13,44,30)
C0M13Y44K30 (0%, 13%, 44%, 30%)
(0.00 / 0.13 / 0.44 / 0.30)

CMYK percentages

%0
%13.41
%44.13
%29.8

Codes

Color #B39B64 in popluar color models

B3 9B 64
RGB 179 155 100
HSL 42° 34.20% 54.71%
HSB/HSV 42° 44.13% 70.20%
CMYK 0.00% 13.41% 44.13%
29.80%

Color #B39B64 in popluar number systems.

HEX B3 9B 64
Decimal 179 155 100
Binary 10110011 10011011 1100100
Octal 263 233 144

Shades and tints

Shades of #B39B64

#B39B64
(179,155,100)
#A38D5B
(163,141,91)
#937F52
(147,127,82)
#837149
(131,113,73)
#736340
(115,99,64)
#635537
(99,85,55)
#53472E
(83,71,46)
#433925
(67,57,37)
#332B1C
(51,43,28)
#231D13
(35,29,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #B39B64

#B39B64
(179,155,100)
#B9A472
(185,164,114)
#BFAD80
(191,173,128)
#C5B68E
(197,182,142)
#CBBF9C
(203,191,156)
#D1C8AA
(209,200,170)
#D7D1B8
(215,209,184)
#DDDAC6
(221,218,198)
#E3E3D4
(227,227,212)
#E9ECE2
(233,236,226)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39B64; }

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

This text font color is #B39B64.

Background Color

.myBgColor { background-color: #B39B64; }

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

This div background color is #B39B64.

Border color

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

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

This div border color is #B39B64.

Opacity

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

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

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

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

This text has shadow with #B39B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39B64.

Preview

Color preview on black background

This text has color #B39B64 on black background.


Color preview on white background

This text has color #B39B64 on white background.


Black color preview on #B39B64 background

This text has black color on #B39B64 background.


White color preview on #B39B64 background

This text has white color on #B39B64 background.


Related colors

Complementary color

Complementary color for #hex is #4C649B.


I love getcolorcode.com

Triadic colors

1 #64B39B and #9B64B3 with #B39B64 are triadic colors.

2 #649BB3 and #9BB364 with #B39B64 are triadic colors.