COLOR #B89411

HEX: #B89411
RGB: (184,148,17)

Color info

#B89411 contains mainly red and green colors. Web safe color of #B89411 is #CC9900 (or #C90).

RGB color model

#B89411 color RGB value is (184,148,17).

  • red value is 184;
  • green value is 148;
  • blue value is 17.
RGB:
(184,148,17)
(72%,58%,7%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 17 of 255 = 7%

184
148
17

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 17 = 349 (100%)
R 184 of 349 ~ 52.72%
G 148 of 349 ~ 42.41%
B 17 of 349 ~ 4.87%

%52.72
%42.41

CMYK color model

#B89411 color CMYK value is (0,20,91,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 90.76%
  • key color value is 27.84%
CMYK:
(0,20,91,28)
C0M20Y91K28 
(0%,20%,91%,28%)
(0.00/0.20/0.91/0.28)	

CMYK percentages

%0
%19.57
%90.76
%27.84

Codes

Color #B89411 in popluar color models

B89411
RGB18414817
HSL47°83.08%39.41%
HSB/HSV47°90.76%72.16%
CMYK0.00%19.57%90.76%
27.84%

Color #B89411 in popluar number systems.

HEXB89411
Decimal18414817
Binary101110001001010010001
Octal27022421

Shades and tints

Shades of #B89411

#B89411
(184,148,17)
#A88710
(168,135,16)
#987A0F
(152,122,15)
#886D0E
(136,109,14)
#78600D
(120,96,13)
#68530C
(104,83,12)
#58460B
(88,70,11)
#48390A
(72,57,10)
#382C09
(56,44,9)
#281F08
(40,31,8)
#181207
(24,18,7)
#000000
(0,0,0)

Tints of #B89411

#B89411
(184,148,17)
#BE9D26
(190,157,38)
#C4A63B
(196,166,59)
#CAAF50
(202,175,80)
#D0B865
(208,184,101)
#D6C17A
(214,193,122)
#DCCA8F
(220,202,143)
#E2D3A4
(226,211,164)
#E8DCB9
(232,220,185)
#EEE5CE
(238,229,206)
#F4EEE3
(244,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89411 color. Also use rgb(184,148,17) instead hex code.

Text Font Color

.myTextColor { color: #B89411; }

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

This text font color is #B89411.


Background Color

.myBgColor { background-color: #B89411; }

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

This div background color is #B89411.


Border color

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

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

This div border color is #B89411.


Opacity

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

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

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

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

This text has shadow with #B89411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89411 on black background.


Color preview on white background

This text has color #B89411 on white background.



Black color preview on #B89411 background

This text has black color on #B89411 background.


White color preview on #B89411 background

This text has white color on #B89411 background.