COLOR #B84887

HEX: #B84887
RGB: (184,72,135)

Color info

#B84887 contains mainly red and blue colors. Web safe color of #B84887 is #CC3399 (or #C39).

RGB color model

#B84887 color RGB value is (184,72,135).

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

RGB channels and saturation

R 184 of 255 = 72%
G 72 of 255 = 28%
B 135 of 255 = 53%

184
72
135

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

Portions of RGB colors in percentages

R + G + B =
184 + 72 + 135 = 391 (100%)
R 184 of 391 ~ 47.06%
G 72 of 391 ~ 18.41%
B 135 of 391 ~ 34.53%

%47.06
%18.41
%34.53

CMYK color model

#B84887 color CMYK value is (0,61,27,28).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(0,61,27,28)
C0M61Y27K28 
(0%,61%,27%,28%)
(0.00/0.61/0.27/0.28)	

CMYK percentages

%0
%60.87
%26.63
%27.84

Codes

Color #B84887 in popluar color models

B84887
RGB18472135
HSL326°44.09%50.20%
HSB/HSV326°60.87%72.16%
CMYK0.00%60.87%26.63%
27.84%

Color #B84887 in popluar number systems.

HEXB84887
Decimal18472135
Binary10111000100100010000111
Octal270110207

Shades and tints

Shades of #B84887

#B84887
(184,72,135)
#A8427B
(168,66,123)
#983C6F
(152,60,111)
#883663
(136,54,99)
#783057
(120,48,87)
#682A4B
(104,42,75)
#58243F
(88,36,63)
#481E33
(72,30,51)
#381827
(56,24,39)
#28121B
(40,18,27)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #B84887

#B84887
(184,72,135)
#BE5891
(190,88,145)
#C4689B
(196,104,155)
#CA78A5
(202,120,165)
#D088AF
(208,136,175)
#D698B9
(214,152,185)
#DCA8C3
(220,168,195)
#E2B8CD
(226,184,205)
#E8C8D7
(232,200,215)
#EED8E1
(238,216,225)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84887; }

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

This text font color is #B84887.


Background Color

.myBgColor { background-color: #B84887; }

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

This div background color is #B84887.


Border color

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

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

This div border color is #B84887.


Opacity

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

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

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

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

This text has shadow with #B84887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84887 on black background.


Color preview on white background

This text has color #B84887 on white background.



Black color preview on #B84887 background

This text has black color on #B84887 background.


White color preview on #B84887 background

This text has white color on #B84887 background.