COLOR #B87586

HEX: #B87586 RGB: (184,117,134)

Color info

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

RGB color model

#B87586 color RGB value is (184,117,134).

RGB: (184,117,134) (72%, 46%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 117 of 255 = 46%
B 134 of 255 = 53%

184
117
134

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

Portions of RGB colors in percentages

R + G + B = 184 + 117 + 134 = 435 (100%)
R 184 of 435 ~ 42.3%
G 117 of 435 ~ 26.9%
B 134 of 435 ~ 30.8'%

%42.3
%26.9
%30.8

CMYK color model

#B87586 color CMYK value is (0,36,27,28).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 27.17%
  • key color value is 27.84%

CMYK: (0,36,27,28)
C0M36Y27K28 (0%, 36%, 27%, 28%)
(0.00 / 0.36 / 0.27 / 0.28)

CMYK percentages

%0
%36.41
%27.17
%27.84

Codes

Color #B87586 in popluar color models

B8 75 86
RGB 184 117 134
HSL 345° 32.06% 59.02%
HSB/HSV 345° 36.41% 72.16%
CMYK 0.00% 36.41% 27.17%
27.84%

Color #B87586 in popluar number systems.

HEX B8 75 86
Decimal 184 117 134
Binary 10111000 1110101 10000110
Octal 270 165 206

Shades and tints

Shades of #B87586

#B87586
(184,117,134)
#A86B7A
(168,107,122)
#98616E
(152,97,110)
#885762
(136,87,98)
#784D56
(120,77,86)
#68434A
(104,67,74)
#58393E
(88,57,62)
#482F32
(72,47,50)
#382526
(56,37,38)
#281B1A
(40,27,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #B87586

#B87586
(184,117,134)
#BE8191
(190,129,145)
#C48D9C
(196,141,156)
#CA99A7
(202,153,167)
#D0A5B2
(208,165,178)
#D6B1BD
(214,177,189)
#DCBDC8
(220,189,200)
#E2C9D3
(226,201,211)
#E8D5DE
(232,213,222)
#EEE1E9
(238,225,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87586; }

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

This text font color is #B87586.

Background Color

.myBgColor { background-color: #B87586; }

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

This div background color is #B87586.

Border color

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

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

This div border color is #B87586.

Opacity

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

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

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

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

This text has shadow with #B87586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87586.

Preview

Color preview on black background

This text has color #B87586 on black background.


Color preview on white background

This text has color #B87586 on white background.


Black color preview on #B87586 background

This text has black color on #B87586 background.


White color preview on #B87586 background

This text has white color on #B87586 background.


Related colors

Complementary color

Complementary color for #hex is #478A79.


I love getcolorcode.com

Triadic colors

1 #86B875 and #7586B8 with #B87586 are triadic colors.

2 #8675B8 and #75B886 with #B87586 are triadic colors.