COLOR #B28911

HEX: #B28911
RGB: (178,137,17)

Color info

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

RGB color model

#B28911 color RGB value is (178,137,17).

  • red value is 178;
  • green value is 137;
  • blue value is 17.
RGB:
(178,137,17)
(70%,54%,7%)

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 17 of 255 = 7%

178
137
17

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

Portions of RGB colors in percentages

R + G + B =
178 + 137 + 17 = 332 (100%)
R 178 of 332 ~ 53.61%
G 137 of 332 ~ 41.27%
B 17 of 332 ~ 5.12%

%53.61
%41.27

CMYK color model

#B28911 color CMYK value is (0,23,90,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 90.45%
  • key color value is 30.20%
CMYK:
(0,23,90,30)
C0M23Y90K30 
(0%,23%,90%,30%)
(0.00/0.23/0.90/0.30)	

CMYK percentages

%0
%23.03
%90.45
%30.2

Codes

Color #B28911 in popluar color models

B28911
RGB17813717
HSL45°82.56%38.24%
HSB/HSV45°90.45%69.80%
CMYK0.00%23.03%90.45%
30.20%

Color #B28911 in popluar number systems.

HEXB28911
Decimal17813717
Binary101100101000100110001
Octal26221121

Shades and tints

Shades of #B28911

#B28911
(178,137,17)
#A27D10
(162,125,16)
#92710F
(146,113,15)
#82650E
(130,101,14)
#72590D
(114,89,13)
#624D0C
(98,77,12)
#52410B
(82,65,11)
#42350A
(66,53,10)
#322909
(50,41,9)
#221D08
(34,29,8)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #B28911

#B28911
(178,137,17)
#B99326
(185,147,38)
#C09D3B
(192,157,59)
#C7A750
(199,167,80)
#CEB165
(206,177,101)
#D5BB7A
(213,187,122)
#DCC58F
(220,197,143)
#E3CFA4
(227,207,164)
#EAD9B9
(234,217,185)
#F1E3CE
(241,227,206)
#F8EDE3
(248,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28911 color. Also use rgb(178,137,17) instead hex code.

Text Font Color

.myTextColor { color: #B28911; }

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

This text font color is #B28911.


Background Color

.myBgColor { background-color: #B28911; }

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

This div background color is #B28911.


Border color

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

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

This div border color is #B28911.


Opacity

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

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

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

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

This text has shadow with #B28911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28911 on black background.


Color preview on white background

This text has color #B28911 on white background.



Black color preview on #B28911 background

This text has black color on #B28911 background.


White color preview on #B28911 background

This text has white color on #B28911 background.