COLOR #B87886

HEX: #B87886
RGB: (184,120,134)

Color info

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

RGB color model

#B87886 color RGB value is (184,120,134).

  • red value is 184;
  • green value is 120;
  • blue value is 134.
RGB:
(184,120,134)
(72%,47%,53%)

RGB channels and saturation

R 184 of 255 = 72%
G 120 of 255 = 47%
B 134 of 255 = 53%

184
120
134

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

Portions of RGB colors in percentages

R + G + B =
184 + 120 + 134 = 438 (100%)
R 184 of 438 ~ 42.01%
G 120 of 438 ~ 27.4%
B 134 of 438 ~ 30.59%

%42.01
%27.4
%30.59

CMYK color model

#B87886 color CMYK value is (0,35,27,28).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(0,35,27,28)
C0M35Y27K28 
(0%,35%,27%,28%)
(0.00/0.35/0.27/0.28)	

CMYK percentages

%0
%34.78
%27.17
%27.84

Codes

Color #B87886 in popluar color models

B87886
RGB184120134
HSL347°31.07%59.61%
HSB/HSV347°34.78%72.16%
CMYK0.00%34.78%27.17%
27.84%

Color #B87886 in popluar number systems.

HEXB87886
Decimal184120134
Binary10111000111100010000110
Octal270170206

Shades and tints

Shades of #B87886

#B87886
(184,120,134)
#A86E7A
(168,110,122)
#98646E
(152,100,110)
#885A62
(136,90,98)
#785056
(120,80,86)
#68464A
(104,70,74)
#583C3E
(88,60,62)
#483232
(72,50,50)
#382826
(56,40,38)
#281E1A
(40,30,26)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #B87886

#B87886
(184,120,134)
#BE8491
(190,132,145)
#C4909C
(196,144,156)
#CA9CA7
(202,156,167)
#D0A8B2
(208,168,178)
#D6B4BD
(214,180,189)
#DCC0C8
(220,192,200)
#E2CCD3
(226,204,211)
#E8D8DE
(232,216,222)
#EEE4E9
(238,228,233)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87886 color. Also use rgb(184,120,134) instead hex code.

Text Font Color

.myTextColor { color: #B87886; }

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

This text font color is #B87886.


Background Color

.myBgColor { background-color: #B87886; }

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

This div background color is #B87886.


Border color

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

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

This div border color is #B87886.


Opacity

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

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

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

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

This text has shadow with #B87886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87886 on black background.


Color preview on white background

This text has color #B87886 on white background.



Black color preview on #B87886 background

This text has black color on #B87886 background.


White color preview on #B87886 background

This text has white color on #B87886 background.