COLOR #B87E61

HEX: #B87E61
RGB: (184,126,97)

Color info

#B87E61 contains mainly red and green colors. Web safe color of #B87E61 is #CC6666 (or #C66).

RGB color model

#B87E61 color RGB value is (184,126,97).

  • red value is 184;
  • green value is 126;
  • blue value is 97.
RGB:
(184,126,97)
(72%,49%,38%)

RGB channels and saturation

R 184 of 255 = 72%
G 126 of 255 = 49%
B 97 of 255 = 38%

184
126
97

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

Portions of RGB colors in percentages

R + G + B =
184 + 126 + 97 = 407 (100%)
R 184 of 407 ~ 45.21%
G 126 of 407 ~ 30.96%
B 97 of 407 ~ 23.83%

%45.21
%30.96
%23.83

CMYK color model

#B87E61 color CMYK value is (0,32,47,28).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 47.28%
  • key color value is 27.84%
CMYK:
(0,32,47,28)
C0M32Y47K28 
(0%,32%,47%,28%)
(0.00/0.32/0.47/0.28)	

CMYK percentages

%0
%31.52
%47.28
%27.84

Codes

Color #B87E61 in popluar color models

B87E61
RGB18412697
HSL20°37.99%55.10%
HSB/HSV20°47.28%72.16%
CMYK0.00%31.52%47.28%
27.84%

Color #B87E61 in popluar number systems.

HEXB87E61
Decimal18412697
Binary1011100011111101100001
Octal270176141

Shades and tints

Shades of #B87E61

#B87E61
(184,126,97)
#A87359
(168,115,89)
#986851
(152,104,81)
#885D49
(136,93,73)
#785241
(120,82,65)
#684739
(104,71,57)
#583C31
(88,60,49)
#483129
(72,49,41)
#382621
(56,38,33)
#281B19
(40,27,25)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #B87E61

#B87E61
(184,126,97)
#BE896F
(190,137,111)
#C4947D
(196,148,125)
#CA9F8B
(202,159,139)
#D0AA99
(208,170,153)
#D6B5A7
(214,181,167)
#DCC0B5
(220,192,181)
#E2CBC3
(226,203,195)
#E8D6D1
(232,214,209)
#EEE1DF
(238,225,223)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87E61 color. Also use rgb(184,126,97) instead hex code.

Text Font Color

.myTextColor { color: #B87E61; }

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

This text font color is #B87E61.


Background Color

.myBgColor { background-color: #B87E61; }

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

This div background color is #B87E61.


Border color

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

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

This div border color is #B87E61.


Opacity

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

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

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

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

This text has shadow with #B87E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87E61 on black background.


Color preview on white background

This text has color #B87E61 on white background.



Black color preview on #B87E61 background

This text has black color on #B87E61 background.


White color preview on #B87E61 background

This text has white color on #B87E61 background.