COLOR #B87159

HEX: #B87159
RGB: (184,113,89)

Color info

#B87159 contains mainly red color. Web safe color of #B87159 is #CC6666 (or #C66).

RGB color model

#B87159 color RGB value is (184,113,89).

  • red value is 184;
  • green value is 113;
  • blue value is 89.
RGB:
(184,113,89)
(72%,44%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 89 of 255 = 35%

184
113
89

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

Portions of RGB colors in percentages

R + G + B =
184 + 113 + 89 = 386 (100%)
R 184 of 386 ~ 47.67%
G 113 of 386 ~ 29.27%
B 89 of 386 ~ 23.06%

%47.67
%29.27
%23.06

CMYK color model

#B87159 color CMYK value is (0,39,52,28).

  • cyan value is 0.00%
  • magenta value is 38.59%
  • yellow value is 51.63%
  • key color value is 27.84%
CMYK:
(0,39,52,28)
C0M39Y52K28 
(0%,39%,52%,28%)
(0.00/0.39/0.52/0.28)	

CMYK percentages

%0
%38.59
%51.63
%27.84

Codes

Color #B87159 in popluar color models

B87159
RGB18411389
HSL15°40.08%53.53%
HSB/HSV15°51.63%72.16%
CMYK0.00%38.59%51.63%
27.84%

Color #B87159 in popluar number systems.

HEXB87159
Decimal18411389
Binary1011100011100011011001
Octal270161131

Shades and tints

Shades of #B87159

#B87159
(184,113,89)
#A86751
(168,103,81)
#985D49
(152,93,73)
#885341
(136,83,65)
#784939
(120,73,57)
#683F31
(104,63,49)
#583529
(88,53,41)
#482B21
(72,43,33)
#382119
(56,33,25)
#281711
(40,23,17)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #B87159

#B87159
(184,113,89)
#BE7D68
(190,125,104)
#C48977
(196,137,119)
#CA9586
(202,149,134)
#D0A195
(208,161,149)
#D6ADA4
(214,173,164)
#DCB9B3
(220,185,179)
#E2C5C2
(226,197,194)
#E8D1D1
(232,209,209)
#EEDDE0
(238,221,224)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87159 color. Also use rgb(184,113,89) instead hex code.

Text Font Color

.myTextColor { color: #B87159; }

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

This text font color is #B87159.


Background Color

.myBgColor { background-color: #B87159; }

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

This div background color is #B87159.


Border color

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

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

This div border color is #B87159.


Opacity

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

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

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

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

This text has shadow with #B87159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87159 on black background.


Color preview on white background

This text has color #B87159 on white background.



Black color preview on #B87159 background

This text has black color on #B87159 background.


White color preview on #B87159 background

This text has white color on #B87159 background.