COLOR #B38C2B

HEX: #B38C2B
RGB: (179,140,43)

Color info

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

RGB color model

#B38C2B color RGB value is (179,140,43).

  • red value is 179;
  • green value is 140;
  • blue value is 43.
RGB:
(179,140,43)
(70%,55%,17%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 43 of 255 = 17%

179
140
43

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 43 = 362 (100%)
R 179 of 362 ~ 49.45%
G 140 of 362 ~ 38.67%
B 43 of 362 ~ 11.88%

%49.45
%38.67
%11.88

CMYK color model

#B38C2B color CMYK value is (0,22,76,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 75.98%
  • key color value is 29.80%
CMYK:
(0,22,76,30)
C0M22Y76K30 
(0%,22%,76%,30%)
(0.00/0.22/0.76/0.30)	

CMYK percentages

%0
%21.79
%75.98
%29.8

Codes

Color #B38C2B in popluar color models

B38C2B
RGB17914043
HSL43°61.26%43.53%
HSB/HSV43°75.98%70.20%
CMYK0.00%21.79%75.98%
29.80%

Color #B38C2B in popluar number systems.

HEXB38C2B
Decimal17914043
Binary1011001110001100101011
Octal26321453

Shades and tints

Shades of #B38C2B

#B38C2B
(179,140,43)
#A38028
(163,128,40)
#937425
(147,116,37)
#836822
(131,104,34)
#735C1F
(115,92,31)
#63501C
(99,80,28)
#534419
(83,68,25)
#433816
(67,56,22)
#332C13
(51,44,19)
#232010
(35,32,16)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #B38C2B

#B38C2B
(179,140,43)
#B9963E
(185,150,62)
#BFA051
(191,160,81)
#C5AA64
(197,170,100)
#CBB477
(203,180,119)
#D1BE8A
(209,190,138)
#D7C89D
(215,200,157)
#DDD2B0
(221,210,176)
#E3DCC3
(227,220,195)
#E9E6D6
(233,230,214)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38C2B color. Also use rgb(179,140,43) instead hex code.

Text Font Color

.myTextColor { color: #B38C2B; }

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

This text font color is #B38C2B.


Background Color

.myBgColor { background-color: #B38C2B; }

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

This div background color is #B38C2B.


Border color

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

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

This div border color is #B38C2B.


Opacity

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

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

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

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

This text has shadow with #B38C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C2B on black background.


Color preview on white background

This text has color #B38C2B on white background.



Black color preview on #B38C2B background

This text has black color on #B38C2B background.


White color preview on #B38C2B background

This text has white color on #B38C2B background.