COLOR #B39C62

HEX: #B39C62 RGB: (179,156,98)

Color info

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

RGB color model

#B39C62 color RGB value is (179,156,98).

RGB: (179,156,98) (70%, 61%, 38%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 98 of 255 = 38%

179
156
98

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

Portions of RGB colors in percentages

R + G + B = 179 + 156 + 98 = 433 (100%)
R 179 of 433 ~ 41.34%
G 156 of 433 ~ 36.03%
B 98 of 433 ~ 22.63'%

%41.34
%36.03
%22.63

CMYK color model

#B39C62 color CMYK value is (0,13,45,30).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 45.25%
  • key color value is 29.80%

CMYK: (0,13,45,30)
C0M13Y45K30 (0%, 13%, 45%, 30%)
(0.00 / 0.13 / 0.45 / 0.30)

CMYK percentages

%0
%12.85
%45.25
%29.8

Codes

Color #B39C62 in popluar color models

B3 9C 62
RGB 179 156 98
HSL 43° 34.76% 54.31%
HSB/HSV 43° 45.25% 70.20%
CMYK 0.00% 12.85% 45.25%
29.80%

Color #B39C62 in popluar number systems.

HEX B3 9C 62
Decimal 179 156 98
Binary 10110011 10011100 1100010
Octal 263 234 142

Shades and tints

Shades of #B39C62

#B39C62
(179,156,98)
#A38E5A
(163,142,90)
#938052
(147,128,82)
#83724A
(131,114,74)
#736442
(115,100,66)
#63563A
(99,86,58)
#534832
(83,72,50)
#433A2A
(67,58,42)
#332C22
(51,44,34)
#231E1A
(35,30,26)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #B39C62

#B39C62
(179,156,98)
#B9A570
(185,165,112)
#BFAE7E
(191,174,126)
#C5B78C
(197,183,140)
#CBC09A
(203,192,154)
#D1C9A8
(209,201,168)
#D7D2B6
(215,210,182)
#DDDBC4
(221,219,196)
#E3E4D2
(227,228,210)
#E9EDE0
(233,237,224)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39C62 color. Also use rgb(179,156,98) instead hex code.

Text Font Color

.myTextColor { color: #B39C62; }

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

This text font color is #B39C62.

Background Color

.myBgColor { background-color: #B39C62; }

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

This div background color is #B39C62.

Border color

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

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

This div border color is #B39C62.

Opacity

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

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

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

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

This text has shadow with #B39C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39C62.

Preview

Color preview on black background

This text has color #B39C62 on black background.


Color preview on white background

This text has color #B39C62 on white background.


Black color preview on #B39C62 background

This text has black color on #B39C62 background.


White color preview on #B39C62 background

This text has white color on #B39C62 background.


Related colors

Complementary color

Complementary color for #hex is #4C639D.


I love getcolorcode.com

Triadic colors

1 #62B39C and #9C62B3 with #B39C62 are triadic colors.

2 #629CB3 and #9CB362 with #B39C62 are triadic colors.