COLOR #B87287

HEX: #B87287
RGB: (184,114,135)

Color info

#B87287 contains mainly red and blue colors. Web safe color of #B87287 is #CC6699 (or #C69).

RGB color model

#B87287 color RGB value is (184,114,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 135 of 255 = 53%

184
114
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 114 + 135 = 433 (100%)
R 184 of 433 ~ 42.49%
G 114 of 433 ~ 26.33%
B 135 of 433 ~ 31.18%

%42.49
%26.33
%31.18

CMYK color model

#B87287 color CMYK value is (0,38,27,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,38,27,28)
C0M38Y27K28 
(0%,38%,27%,28%)
(0.00/0.38/0.27/0.28)	

CMYK percentages

%0
%38.04
%26.63
%27.84

Codes

Color #B87287 in popluar color models

B87287
RGB184114135
HSL342°33.02%58.43%
HSB/HSV342°38.04%72.16%
CMYK0.00%38.04%26.63%
27.84%

Color #B87287 in popluar number systems.

HEXB87287
Decimal184114135
Binary10111000111001010000111
Octal270162207

Shades and tints

Shades of #B87287

#B87287
(184,114,135)
#A8687B
(168,104,123)
#985E6F
(152,94,111)
#885463
(136,84,99)
#784A57
(120,74,87)
#68404B
(104,64,75)
#58363F
(88,54,63)
#482C33
(72,44,51)
#382227
(56,34,39)
#28181B
(40,24,27)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #B87287

#B87287
(184,114,135)
#BE7E91
(190,126,145)
#C48A9B
(196,138,155)
#CA96A5
(202,150,165)
#D0A2AF
(208,162,175)
#D6AEB9
(214,174,185)
#DCBAC3
(220,186,195)
#E2C6CD
(226,198,205)
#E8D2D7
(232,210,215)
#EEDEE1
(238,222,225)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87287; }

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

This text font color is #B87287.


Background Color

.myBgColor { background-color: #B87287; }

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

This div background color is #B87287.


Border color

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

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

This div border color is #B87287.


Opacity

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

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

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

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

This text has shadow with #B87287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87287 on black background.


Color preview on white background

This text has color #B87287 on white background.



Black color preview on #B87287 background

This text has black color on #B87287 background.


White color preview on #B87287 background

This text has white color on #B87287 background.