COLOR #B39B4A

HEX: #B39B4A
RGB: (179,155,74)

Color info

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

RGB color model

#B39B4A color RGB value is (179,155,74).

  • red value is 179;
  • green value is 155;
  • blue value is 74.
RGB:
(179,155,74)
(70%,61%,29%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 74 of 255 = 29%

179
155
74

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

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 74 = 408 (100%)
R 179 of 408 ~ 43.87%
G 155 of 408 ~ 37.99%
B 74 of 408 ~ 18.14%

%43.87
%37.99
%18.14

CMYK color model

#B39B4A color CMYK value is (0,13,59,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 58.66%
  • key color value is 29.80%
CMYK:
(0,13,59,30)
C0M13Y59K30 
(0%,13%,59%,30%)
(0.00/0.13/0.59/0.30)	

CMYK percentages

%0
%13.41
%58.66
%29.8

Codes

Color #B39B4A in popluar color models

B39B4A
RGB17915574
HSL46°41.50%49.61%
HSB/HSV46°58.66%70.20%
CMYK0.00%13.41%58.66%
29.80%

Color #B39B4A in popluar number systems.

HEXB39B4A
Decimal17915574
Binary10110011100110111001010
Octal263233112

Shades and tints

Shades of #B39B4A

#B39B4A
(179,155,74)
#A38D44
(163,141,68)
#937F3E
(147,127,62)
#837138
(131,113,56)
#736332
(115,99,50)
#63552C
(99,85,44)
#534726
(83,71,38)
#433920
(67,57,32)
#332B1A
(51,43,26)
#231D14
(35,29,20)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #B39B4A

#B39B4A
(179,155,74)
#B9A45A
(185,164,90)
#BFAD6A
(191,173,106)
#C5B67A
(197,182,122)
#CBBF8A
(203,191,138)
#D1C89A
(209,200,154)
#D7D1AA
(215,209,170)
#DDDABA
(221,218,186)
#E3E3CA
(227,227,202)
#E9ECDA
(233,236,218)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39B4A; }

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

This text font color is #B39B4A.


Background Color

.myBgColor { background-color: #B39B4A; }

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

This div background color is #B39B4A.


Border color

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

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

This div border color is #B39B4A.


Opacity

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

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

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

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

This text has shadow with #B39B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39B4A on black background.


Color preview on white background

This text has color #B39B4A on white background.



Black color preview on #B39B4A background

This text has black color on #B39B4A background.


White color preview on #B39B4A background

This text has white color on #B39B4A background.