COLOR #B87B82

HEX: #B87B82
RGB: (184,123,130)

Color info

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

RGB color model

#B87B82 color RGB value is (184,123,130).

  • red value is 184;
  • green value is 123;
  • blue value is 130.
RGB:
(184,123,130)
(72%,48%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 130 of 255 = 51%

184
123
130

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

Portions of RGB colors in percentages

R + G + B =
184 + 123 + 130 = 437 (100%)
R 184 of 437 ~ 42.11%
G 123 of 437 ~ 28.15%
B 130 of 437 ~ 29.75%

%42.11
%28.15
%29.75

CMYK color model

#B87B82 color CMYK value is (0,33,29,28).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 29.35%
  • key color value is 27.84%
CMYK:
(0,33,29,28)
C0M33Y29K28 
(0%,33%,29%,28%)
(0.00/0.33/0.29/0.28)	

CMYK percentages

%0
%33.15
%29.35
%27.84

Codes

Color #B87B82 in popluar color models

B87B82
RGB184123130
HSL353°30.05%60.20%
HSB/HSV353°33.15%72.16%
CMYK0.00%33.15%29.35%
27.84%

Color #B87B82 in popluar number systems.

HEXB87B82
Decimal184123130
Binary10111000111101110000010
Octal270173202

Shades and tints

Shades of #B87B82

#B87B82
(184,123,130)
#A87077
(168,112,119)
#98656C
(152,101,108)
#885A61
(136,90,97)
#784F56
(120,79,86)
#68444B
(104,68,75)
#583940
(88,57,64)
#482E35
(72,46,53)
#38232A
(56,35,42)
#28181F
(40,24,31)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #B87B82

#B87B82
(184,123,130)
#BE878D
(190,135,141)
#C49398
(196,147,152)
#CA9FA3
(202,159,163)
#D0ABAE
(208,171,174)
#D6B7B9
(214,183,185)
#DCC3C4
(220,195,196)
#E2CFCF
(226,207,207)
#E8DBDA
(232,219,218)
#EEE7E5
(238,231,229)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87B82 color. Also use rgb(184,123,130) instead hex code.

Text Font Color

.myTextColor { color: #B87B82; }

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

This text font color is #B87B82.


Background Color

.myBgColor { background-color: #B87B82; }

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

This div background color is #B87B82.


Border color

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

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

This div border color is #B87B82.


Opacity

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

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

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

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

This text has shadow with #B87B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87B82 on black background.


Color preview on white background

This text has color #B87B82 on white background.



Black color preview on #B87B82 background

This text has black color on #B87B82 background.


White color preview on #B87B82 background

This text has white color on #B87B82 background.