COLOR #B87C7F

HEX: #B87C7F
RGB: (184,124,127)

Color info

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

RGB color model

#B87C7F color RGB value is (184,124,127).

  • red value is 184;
  • green value is 124;
  • blue value is 127.
RGB:
(184,124,127)
(72%,49%,50%)

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 127 of 255 = 50%

184
124
127

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

Portions of RGB colors in percentages

R + G + B =
184 + 124 + 127 = 435 (100%)
R 184 of 435 ~ 42.3%
G 124 of 435 ~ 28.51%
B 127 of 435 ~ 29.2%

%42.3
%28.51
%29.2

CMYK color model

#B87C7F color CMYK value is (0,33,31,28).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(0,33,31,28)
C0M33Y31K28 
(0%,33%,31%,28%)
(0.00/0.33/0.31/0.28)	

CMYK percentages

%0
%32.61
%30.98
%27.84

Codes

Color #B87C7F in popluar color models

B87C7F
RGB184124127
HSL357°29.70%60.39%
HSB/HSV357°32.61%72.16%
CMYK0.00%32.61%30.98%
27.84%

Color #B87C7F in popluar number systems.

HEXB87C7F
Decimal184124127
Binary1011100011111001111111
Octal270174177

Shades and tints

Shades of #B87C7F

#B87C7F
(184,124,127)
#A87174
(168,113,116)
#986669
(152,102,105)
#885B5E
(136,91,94)
#785053
(120,80,83)
#684548
(104,69,72)
#583A3D
(88,58,61)
#482F32
(72,47,50)
#382427
(56,36,39)
#28191C
(40,25,28)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #B87C7F

#B87C7F
(184,124,127)
#BE878A
(190,135,138)
#C49295
(196,146,149)
#CA9DA0
(202,157,160)
#D0A8AB
(208,168,171)
#D6B3B6
(214,179,182)
#DCBEC1
(220,190,193)
#E2C9CC
(226,201,204)
#E8D4D7
(232,212,215)
#EEDFE2
(238,223,226)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87C7F color. Also use rgb(184,124,127) instead hex code.

Text Font Color

.myTextColor { color: #B87C7F; }

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

This text font color is #B87C7F.


Background Color

.myBgColor { background-color: #B87C7F; }

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

This div background color is #B87C7F.


Border color

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

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

This div border color is #B87C7F.


Opacity

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

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

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

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

This text has shadow with #B87C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87C7F on black background.


Color preview on white background

This text has color #B87C7F on white background.



Black color preview on #B87C7F background

This text has black color on #B87C7F background.


White color preview on #B87C7F background

This text has white color on #B87C7F background.