COLOR #B87460

HEX: #B87460
RGB: (184,116,96)

Color info

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

RGB color model

#B87460 color RGB value is (184,116,96).

  • red value is 184;
  • green value is 116;
  • blue value is 96.
RGB:
(184,116,96)
(72%,45%,38%)

RGB channels and saturation

R 184 of 255 = 72%
G 116 of 255 = 45%
B 96 of 255 = 38%

184
116
96

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

Portions of RGB colors in percentages

R + G + B =
184 + 116 + 96 = 396 (100%)
R 184 of 396 ~ 46.46%
G 116 of 396 ~ 29.29%
B 96 of 396 ~ 24.24%

%46.46
%29.29
%24.24

CMYK color model

#B87460 color CMYK value is (0,37,48,28).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 47.83%
  • key color value is 27.84%
CMYK:
(0,37,48,28)
C0M37Y48K28 
(0%,37%,48%,28%)
(0.00/0.37/0.48/0.28)	

CMYK percentages

%0
%36.96
%47.83
%27.84

Codes

Color #B87460 in popluar color models

B87460
RGB18411696
HSL14°38.26%54.90%
HSB/HSV14°47.83%72.16%
CMYK0.00%36.96%47.83%
27.84%

Color #B87460 in popluar number systems.

HEXB87460
Decimal18411696
Binary1011100011101001100000
Octal270164140

Shades and tints

Shades of #B87460

#B87460
(184,116,96)
#A86A58
(168,106,88)
#986050
(152,96,80)
#885648
(136,86,72)
#784C40
(120,76,64)
#684238
(104,66,56)
#583830
(88,56,48)
#482E28
(72,46,40)
#382420
(56,36,32)
#281A18
(40,26,24)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #B87460

#B87460
(184,116,96)
#BE806E
(190,128,110)
#C48C7C
(196,140,124)
#CA988A
(202,152,138)
#D0A498
(208,164,152)
#D6B0A6
(214,176,166)
#DCBCB4
(220,188,180)
#E2C8C2
(226,200,194)
#E8D4D0
(232,212,208)
#EEE0DE
(238,224,222)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87460 color. Also use rgb(184,116,96) instead hex code.

Text Font Color

.myTextColor { color: #B87460; }

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

This text font color is #B87460.


Background Color

.myBgColor { background-color: #B87460; }

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

This div background color is #B87460.


Border color

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

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

This div border color is #B87460.


Opacity

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

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

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

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

This text has shadow with #B87460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87460 on black background.


Color preview on white background

This text has color #B87460 on white background.



Black color preview on #B87460 background

This text has black color on #B87460 background.


White color preview on #B87460 background

This text has white color on #B87460 background.