COLOR #B87000

HEX: #B87000
RGB: (184,112,0)

Color info

#B87000 contains mainly red color. Web safe color of #B87000 is #CC6600 (or #C60).

RGB color model

#B87000 color RGB value is (184,112,0).

  • red value is 184;
  • green value is 112;
  • blue value is 0.
RGB:
(184,112,0)
(72%,44%,0%)

RGB channels and saturation

R 184 of 255 = 72%
G 112 of 255 = 44%
B 0 of 255 = 0%

184
112
0

R + G + B ~ 39%. #B87000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 112 + 0 = 296 (100%)
R 184 of 296 ~ 62.16%
G 112 of 296 ~ 37.84%
B 0 of 296 ~ 0%

%62.16
%37.84

CMYK color model

#B87000 color CMYK value is (0,39,100,28).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 100.00%
  • key color value is 27.84%
CMYK:
(0,39,100,28)
C0M39Y100K28 
(0%,39%,100%,28%)
(0.00/0.39/1.00/0.28)	

CMYK percentages

%0
%39.13
%100
%27.84

Codes

Color #B87000 in popluar color models

B87000
RGB1841120
HSL37°100.00%36.08%
HSB/HSV37°100.00%72.16%
CMYK0.00%39.13%100.00%
27.84%

Color #B87000 in popluar number systems.

HEXB87000
Decimal1841120
Binary1011100011100000
Octal2701600

Shades and tints

Shades of #B87000

#B87000
(184,112,0)
#A86600
(168,102,0)
#985C00
(152,92,0)
#885200
(136,82,0)
#784800
(120,72,0)
#683E00
(104,62,0)
#583400
(88,52,0)
#482A00
(72,42,0)
#382000
(56,32,0)
#281600
(40,22,0)
#180C00
(24,12,0)
#000000
(0,0,0)

Tints of #B87000

#B87000
(184,112,0)
#BE7D17
(190,125,23)
#C48A2E
(196,138,46)
#CA9745
(202,151,69)
#D0A45C
(208,164,92)
#D6B173
(214,177,115)
#DCBE8A
(220,190,138)
#E2CBA1
(226,203,161)
#E8D8B8
(232,216,184)
#EEE5CF
(238,229,207)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87000 color. Also use rgb(184,112,0) instead hex code.

Text Font Color

.myTextColor { color: #B87000; }

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

This text font color is #B87000.


Background Color

.myBgColor { background-color: #B87000; }

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

This div background color is #B87000.


Border color

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

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

This div border color is #B87000.


Opacity

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

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

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

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

This text has shadow with #B87000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87000 on black background.


Color preview on white background

This text has color #B87000 on white background.



Black color preview on #B87000 background

This text has black color on #B87000 background.


White color preview on #B87000 background

This text has white color on #B87000 background.