COLOR #B38111

HEX: #B38111
RGB: (179,129,17)

Color info

#B38111 contains mainly red and green colors. Web safe color of #B38111 is #999900 (or #990).

RGB color model

#B38111 color RGB value is (179,129,17).

  • red value is 179;
  • green value is 129;
  • blue value is 17.
RGB:
(179,129,17)
(70%,51%,7%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 17 of 255 = 7%

179
129
17

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 17 = 325 (100%)
R 179 of 325 ~ 55.08%
G 129 of 325 ~ 39.69%
B 17 of 325 ~ 5.23%

%55.08
%39.69

CMYK color model

#B38111 color CMYK value is (0,28,91,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 90.50%
  • key color value is 29.80%
CMYK:
(0,28,91,30)
C0M28Y91K30 
(0%,28%,91%,30%)
(0.00/0.28/0.91/0.30)	

CMYK percentages

%0
%27.93
%90.5
%29.8

Codes

Color #B38111 in popluar color models

B38111
RGB17912917
HSL41°82.65%38.43%
HSB/HSV41°90.50%70.20%
CMYK0.00%27.93%90.50%
29.80%

Color #B38111 in popluar number systems.

HEXB38111
Decimal17912917
Binary101100111000000110001
Octal26320121

Shades and tints

Shades of #B38111

#B38111
(179,129,17)
#A37610
(163,118,16)
#936B0F
(147,107,15)
#83600E
(131,96,14)
#73550D
(115,85,13)
#634A0C
(99,74,12)
#533F0B
(83,63,11)
#43340A
(67,52,10)
#332909
(51,41,9)
#231E08
(35,30,8)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #B38111

#B38111
(179,129,17)
#B98C26
(185,140,38)
#BF973B
(191,151,59)
#C5A250
(197,162,80)
#CBAD65
(203,173,101)
#D1B87A
(209,184,122)
#D7C38F
(215,195,143)
#DDCEA4
(221,206,164)
#E3D9B9
(227,217,185)
#E9E4CE
(233,228,206)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38111 color. Also use rgb(179,129,17) instead hex code.

Text Font Color

.myTextColor { color: #B38111; }

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

This text font color is #B38111.


Background Color

.myBgColor { background-color: #B38111; }

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

This div background color is #B38111.


Border color

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

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

This div border color is #B38111.


Opacity

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

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

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

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

This text has shadow with #B38111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38111 on black background.


Color preview on white background

This text has color #B38111 on white background.



Black color preview on #B38111 background

This text has black color on #B38111 background.


White color preview on #B38111 background

This text has white color on #B38111 background.