COLOR #B85687

HEX: #B85687 RGB: (184,86,135)

Color info

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

RGB color model

#B85687 color RGB value is (184,86,135).

RGB: (184,86,135) (72%, 34%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 86 of 255 = 34%
B 135 of 255 = 53%

184
86
135

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

Portions of RGB colors in percentages

R + G + B = 184 + 86 + 135 = 405 (100%)
R 184 of 405 ~ 45.43%
G 86 of 405 ~ 21.23%
B 135 of 405 ~ 33.33'%

%45.43
%21.23
%33.33

CMYK color model

#B85687 color CMYK value is (0,53,27,28).

  • cyan value is 0.00%
  • magenta value is 53.26%
  • yellow value is 26.63%
  • key color value is 27.84%

CMYK: (0,53,27,28)
C0M53Y27K28 (0%, 53%, 27%, 28%)
(0.00 / 0.53 / 0.27 / 0.28)

CMYK percentages

%0
%53.26
%26.63
%27.84

Codes

Color #B85687 in popluar color models

B8 56 87
RGB 184 86 135
HSL 330° 40.83% 52.94%
HSB/HSV 330° 53.26% 72.16%
CMYK 0.00% 53.26% 26.63%
27.84%

Color #B85687 in popluar number systems.

HEX B8 56 87
Decimal 184 86 135
Binary 10111000 1010110 10000111
Octal 270 126 207

Shades and tints

Shades of #B85687

#B85687
(184,86,135)
#A84F7B
(168,79,123)
#98486F
(152,72,111)
#884163
(136,65,99)
#783A57
(120,58,87)
#68334B
(104,51,75)
#582C3F
(88,44,63)
#482533
(72,37,51)
#381E27
(56,30,39)
#28171B
(40,23,27)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #B85687

#B85687
(184,86,135)
#BE6591
(190,101,145)
#C4749B
(196,116,155)
#CA83A5
(202,131,165)
#D092AF
(208,146,175)
#D6A1B9
(214,161,185)
#DCB0C3
(220,176,195)
#E2BFCD
(226,191,205)
#E8CED7
(232,206,215)
#EEDDE1
(238,221,225)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85687; }

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

This text font color is #B85687.

Background Color

.myBgColor { background-color: #B85687; }

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

This div background color is #B85687.

Border color

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

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

This div border color is #B85687.

Opacity

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

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

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

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

This text has shadow with #B85687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B85687.

Preview

Color preview on black background

This text has color #B85687 on black background.


Color preview on white background

This text has color #B85687 on white background.


Black color preview on #B85687 background

This text has black color on #B85687 background.


White color preview on #B85687 background

This text has white color on #B85687 background.


Related colors

Complementary color

Complementary color for #hex is #47A978.


I love getcolorcode.com

Triadic colors

1 #87B856 and #5687B8 with #B85687 are triadic colors.

2 #8756B8 and #56B887 with #B85687 are triadic colors.