COLOR #B38A40

HEX: #B38A40
RGB: (179,138,64)

Color info

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

RGB color model

#B38A40 color RGB value is (179,138,64).

  • red value is 179;
  • green value is 138;
  • blue value is 64.
RGB:
(179,138,64)
(70%,54%,25%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 64 of 255 = 25%

179
138
64

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

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 64 = 381 (100%)
R 179 of 381 ~ 46.98%
G 138 of 381 ~ 36.22%
B 64 of 381 ~ 16.8%

%46.98
%36.22
%16.8

CMYK color model

#B38A40 color CMYK value is (0,23,64,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 64.25%
  • key color value is 29.80%
CMYK:
(0,23,64,30)
C0M23Y64K30 
(0%,23%,64%,30%)
(0.00/0.23/0.64/0.30)	

CMYK percentages

%0
%22.91
%64.25
%29.8

Codes

Color #B38A40 in popluar color models

B38A40
RGB17913864
HSL39°47.33%47.65%
HSB/HSV39°64.25%70.20%
CMYK0.00%22.91%64.25%
29.80%

Color #B38A40 in popluar number systems.

HEXB38A40
Decimal17913864
Binary10110011100010101000000
Octal263212100

Shades and tints

Shades of #B38A40

#B38A40
(179,138,64)
#A37E3B
(163,126,59)
#937236
(147,114,54)
#836631
(131,102,49)
#735A2C
(115,90,44)
#634E27
(99,78,39)
#534222
(83,66,34)
#43361D
(67,54,29)
#332A18
(51,42,24)
#231E13
(35,30,19)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B38A40

#B38A40
(179,138,64)
#B99451
(185,148,81)
#BF9E62
(191,158,98)
#C5A873
(197,168,115)
#CBB284
(203,178,132)
#D1BC95
(209,188,149)
#D7C6A6
(215,198,166)
#DDD0B7
(221,208,183)
#E3DAC8
(227,218,200)
#E9E4D9
(233,228,217)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38A40 color. Also use rgb(179,138,64) instead hex code.

Text Font Color

.myTextColor { color: #B38A40; }

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

This text font color is #B38A40.


Background Color

.myBgColor { background-color: #B38A40; }

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

This div background color is #B38A40.


Border color

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

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

This div border color is #B38A40.


Opacity

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

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

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

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

This text has shadow with #B38A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38A40 on black background.


Color preview on white background

This text has color #B38A40 on white background.



Black color preview on #B38A40 background

This text has black color on #B38A40 background.


White color preview on #B38A40 background

This text has white color on #B38A40 background.