COLOR #B86C25

HEX: #B86C25
RGB: (184,108,37)

Color info

#B86C25 contains mainly red color. Web safe color of #B86C25 is #CC6633 (or #C63).

RGB color model

#B86C25 color RGB value is (184,108,37).

  • red value is 184;
  • green value is 108;
  • blue value is 37.
RGB:
(184,108,37)
(72%,42%,15%)

RGB channels and saturation

R 184 of 255 = 72%
G 108 of 255 = 42%
B 37 of 255 = 15%

184
108
37

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

Portions of RGB colors in percentages

R + G + B =
184 + 108 + 37 = 329 (100%)
R 184 of 329 ~ 55.93%
G 108 of 329 ~ 32.83%
B 37 of 329 ~ 11.25%

%55.93
%32.83
%11.25

CMYK color model

#B86C25 color CMYK value is (0,41,80,28).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 79.89%
  • key color value is 27.84%
CMYK:
(0,41,80,28)
C0M41Y80K28 
(0%,41%,80%,28%)
(0.00/0.41/0.80/0.28)	

CMYK percentages

%0
%41.3
%79.89
%27.84

Codes

Color #B86C25 in popluar color models

B86C25
RGB18410837
HSL29°66.52%43.33%
HSB/HSV29°79.89%72.16%
CMYK0.00%41.30%79.89%
27.84%

Color #B86C25 in popluar number systems.

HEXB86C25
Decimal18410837
Binary101110001101100100101
Octal27015445

Shades and tints

Shades of #B86C25

#B86C25
(184,108,37)
#A86322
(168,99,34)
#985A1F
(152,90,31)
#88511C
(136,81,28)
#784819
(120,72,25)
#683F16
(104,63,22)
#583613
(88,54,19)
#482D10
(72,45,16)
#38240D
(56,36,13)
#281B0A
(40,27,10)
#181207
(24,18,7)
#000000
(0,0,0)

Tints of #B86C25

#B86C25
(184,108,37)
#BE7938
(190,121,56)
#C4864B
(196,134,75)
#CA935E
(202,147,94)
#D0A071
(208,160,113)
#D6AD84
(214,173,132)
#DCBA97
(220,186,151)
#E2C7AA
(226,199,170)
#E8D4BD
(232,212,189)
#EEE1D0
(238,225,208)
#F4EEE3
(244,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86C25 color. Also use rgb(184,108,37) instead hex code.

Text Font Color

.myTextColor { color: #B86C25; }

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

This text font color is #B86C25.


Background Color

.myBgColor { background-color: #B86C25; }

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

This div background color is #B86C25.


Border color

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

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

This div border color is #B86C25.


Opacity

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

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

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

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

This text has shadow with #B86C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86C25 on black background.


Color preview on white background

This text has color #B86C25 on white background.



Black color preview on #B86C25 background

This text has black color on #B86C25 background.


White color preview on #B86C25 background

This text has white color on #B86C25 background.