COLOR #B87817

HEX: #B87817
RGB: (184,120,23)

Color info

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

RGB color model

#B87817 color RGB value is (184,120,23).

  • red value is 184;
  • green value is 120;
  • blue value is 23.
RGB:
(184,120,23)
(72%,47%,9%)

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 23 of 255 = 9%

184
120
23

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

Portions of RGB colors in percentages

R + G + B =
184 + 120 + 23 = 327 (100%)
R 184 of 327 ~ 56.27%
G 120 of 327 ~ 36.7%
B 23 of 327 ~ 7.03%

%56.27
%36.7

CMYK color model

#B87817 color CMYK value is (0,35,88,28).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 87.50%
  • key color value is 27.84%
CMYK:
(0,35,88,28)
C0M35Y88K28 
(0%,35%,88%,28%)
(0.00/0.35/0.88/0.28)	

CMYK percentages

%0
%34.78
%87.5
%27.84

Codes

Color #B87817 in popluar color models

B87817
RGB18412023
HSL36°77.78%40.59%
HSB/HSV36°87.50%72.16%
CMYK0.00%34.78%87.50%
27.84%

Color #B87817 in popluar number systems.

HEXB87817
Decimal18412023
Binary10111000111100010111
Octal27017027

Shades and tints

Shades of #B87817

#B87817
(184,120,23)
#A86E15
(168,110,21)
#986413
(152,100,19)
#885A11
(136,90,17)
#78500F
(120,80,15)
#68460D
(104,70,13)
#583C0B
(88,60,11)
#483209
(72,50,9)
#382807
(56,40,7)
#281E05
(40,30,5)
#181403
(24,20,3)
#000000
(0,0,0)

Tints of #B87817

#B87817
(184,120,23)
#BE842C
(190,132,44)
#C49041
(196,144,65)
#CA9C56
(202,156,86)
#D0A86B
(208,168,107)
#D6B480
(214,180,128)
#DCC095
(220,192,149)
#E2CCAA
(226,204,170)
#E8D8BF
(232,216,191)
#EEE4D4
(238,228,212)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87817 color. Also use rgb(184,120,23) instead hex code.

Text Font Color

.myTextColor { color: #B87817; }

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

This text font color is #B87817.


Background Color

.myBgColor { background-color: #B87817; }

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

This div background color is #B87817.


Border color

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

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

This div border color is #B87817.


Opacity

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

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

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

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

This text has shadow with #B87817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87817 on black background.


Color preview on white background

This text has color #B87817 on white background.



Black color preview on #B87817 background

This text has black color on #B87817 background.


White color preview on #B87817 background

This text has white color on #B87817 background.