COLOR #B87188

HEX: #B87188
RGB: (184,113,136)

Color info

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

RGB color model

#B87188 color RGB value is (184,113,136).

  • red value is 184;
  • green value is 113;
  • blue value is 136.
RGB:
(184,113,136)
(72%,44%,53%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 136 of 255 = 53%

184
113
136

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

Portions of RGB colors in percentages

R + G + B =
184 + 113 + 136 = 433 (100%)
R 184 of 433 ~ 42.49%
G 113 of 433 ~ 26.1%
B 136 of 433 ~ 31.41%

%42.49
%26.1
%31.41

CMYK color model

#B87188 color CMYK value is (0,39,26,28).

  • cyan value is 0.00%
  • magenta value is 38.59%
  • yellow value is 26.09%
  • key color value is 27.84%
CMYK:
(0,39,26,28)
C0M39Y26K28 
(0%,39%,26%,28%)
(0.00/0.39/0.26/0.28)	

CMYK percentages

%0
%38.59
%26.09
%27.84

Codes

Color #B87188 in popluar color models

B87188
RGB184113136
HSL341°33.33%58.24%
HSB/HSV341°38.59%72.16%
CMYK0.00%38.59%26.09%
27.84%

Color #B87188 in popluar number systems.

HEXB87188
Decimal184113136
Binary10111000111000110001000
Octal270161210

Shades and tints

Shades of #B87188

#B87188
(184,113,136)
#A8677C
(168,103,124)
#985D70
(152,93,112)
#885364
(136,83,100)
#784958
(120,73,88)
#683F4C
(104,63,76)
#583540
(88,53,64)
#482B34
(72,43,52)
#382128
(56,33,40)
#28171C
(40,23,28)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #B87188

#B87188
(184,113,136)
#BE7D92
(190,125,146)
#C4899C
(196,137,156)
#CA95A6
(202,149,166)
#D0A1B0
(208,161,176)
#D6ADBA
(214,173,186)
#DCB9C4
(220,185,196)
#E2C5CE
(226,197,206)
#E8D1D8
(232,209,216)
#EEDDE2
(238,221,226)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87188 color. Also use rgb(184,113,136) instead hex code.

Text Font Color

.myTextColor { color: #B87188; }

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

This text font color is #B87188.


Background Color

.myBgColor { background-color: #B87188; }

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

This div background color is #B87188.


Border color

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

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

This div border color is #B87188.


Opacity

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

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

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

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

This text has shadow with #B87188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87188 on black background.


Color preview on white background

This text has color #B87188 on white background.



Black color preview on #B87188 background

This text has black color on #B87188 background.


White color preview on #B87188 background

This text has white color on #B87188 background.