COLOR #B39A4B

HEX: #B39A4B
RGB: (179,154,75)

Color info

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

RGB color model

#B39A4B color RGB value is (179,154,75).

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

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 75 of 255 = 29%

179
154
75

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 75 = 408 (100%)
R 179 of 408 ~ 43.87%
G 154 of 408 ~ 37.75%
B 75 of 408 ~ 18.38%

%43.87
%37.75
%18.38

CMYK color model

#B39A4B color CMYK value is (0,14,58,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 58.10%
  • key color value is 29.80%
CMYK:
(0,14,58,30)
C0M14Y58K30 
(0%,14%,58%,30%)
(0.00/0.14/0.58/0.30)	

CMYK percentages

%0
%13.97
%58.1
%29.8

Codes

Color #B39A4B in popluar color models

B39A4B
RGB17915475
HSL46°40.94%49.80%
HSB/HSV46°58.10%70.20%
CMYK0.00%13.97%58.10%
29.80%

Color #B39A4B in popluar number systems.

HEXB39A4B
Decimal17915475
Binary10110011100110101001011
Octal263232113

Shades and tints

Shades of #B39A4B

#B39A4B
(179,154,75)
#A38C45
(163,140,69)
#937E3F
(147,126,63)
#837039
(131,112,57)
#736233
(115,98,51)
#63542D
(99,84,45)
#534627
(83,70,39)
#433821
(67,56,33)
#332A1B
(51,42,27)
#231C15
(35,28,21)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #B39A4B

#B39A4B
(179,154,75)
#B9A35B
(185,163,91)
#BFAC6B
(191,172,107)
#C5B57B
(197,181,123)
#CBBE8B
(203,190,139)
#D1C79B
(209,199,155)
#D7D0AB
(215,208,171)
#DDD9BB
(221,217,187)
#E3E2CB
(227,226,203)
#E9EBDB
(233,235,219)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39A4B; }

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

This text font color is #B39A4B.


Background Color

.myBgColor { background-color: #B39A4B; }

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

This div background color is #B39A4B.


Border color

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

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

This div border color is #B39A4B.


Opacity

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

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

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

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

This text has shadow with #B39A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39A4B on black background.


Color preview on white background

This text has color #B39A4B on white background.



Black color preview on #B39A4B background

This text has black color on #B39A4B background.


White color preview on #B39A4B background

This text has white color on #B39A4B background.