COLOR #B87F87

HEX: #B87F87
RGB: (184,127,135)

Color info

#B87F87 contains red, green and blue colors in about the same proportion. Web safe color of #B87F87 is #CC6699 (or #C69).

RGB color model

#B87F87 color RGB value is (184,127,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 127 of 255 = 50%
B 135 of 255 = 53%

184
127
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 127 + 135 = 446 (100%)
R 184 of 446 ~ 41.26%
G 127 of 446 ~ 28.48%
B 135 of 446 ~ 30.27%

%41.26
%28.48
%30.27

CMYK color model

#B87F87 color CMYK value is (0,31,27,28).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,31,27,28)
C0M31Y27K28 
(0%,31%,27%,28%)
(0.00/0.31/0.27/0.28)	

CMYK percentages

%0
%30.98
%26.63
%27.84

Codes

Color #B87F87 in popluar color models

B87F87
RGB184127135
HSL352°28.64%60.98%
HSB/HSV352°30.98%72.16%
CMYK0.00%30.98%26.63%
27.84%

Color #B87F87 in popluar number systems.

HEXB87F87
Decimal184127135
Binary10111000111111110000111
Octal270177207

Shades and tints

Shades of #B87F87

#B87F87
(184,127,135)
#A8747B
(168,116,123)
#98696F
(152,105,111)
#885E63
(136,94,99)
#785357
(120,83,87)
#68484B
(104,72,75)
#583D3F
(88,61,63)
#483233
(72,50,51)
#382727
(56,39,39)
#281C1B
(40,28,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #B87F87

#B87F87
(184,127,135)
#BE8A91
(190,138,145)
#C4959B
(196,149,155)
#CAA0A5
(202,160,165)
#D0ABAF
(208,171,175)
#D6B6B9
(214,182,185)
#DCC1C3
(220,193,195)
#E2CCCD
(226,204,205)
#E8D7D7
(232,215,215)
#EEE2E1
(238,226,225)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87F87; }

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

This text font color is #B87F87.


Background Color

.myBgColor { background-color: #B87F87; }

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

This div background color is #B87F87.


Border color

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

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

This div border color is #B87F87.


Opacity

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

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

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

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

This text has shadow with #B87F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87F87 on black background.


Color preview on white background

This text has color #B87F87 on white background.



Black color preview on #B87F87 background

This text has black color on #B87F87 background.


White color preview on #B87F87 background

This text has white color on #B87F87 background.