COLOR #B87B8A

HEX: #B87B8A
RGB: (184,123,138)

Color info

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

RGB color model

#B87B8A color RGB value is (184,123,138).

  • red value is 184;
  • green value is 123;
  • blue value is 138.
RGB:
(184,123,138)
(72%,48%,54%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 138 of 255 = 54%

184
123
138

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

Portions of RGB colors in percentages

R + G + B =
184 + 123 + 138 = 445 (100%)
R 184 of 445 ~ 41.35%
G 123 of 445 ~ 27.64%
B 138 of 445 ~ 31.01%

%41.35
%27.64
%31.01

CMYK color model

#B87B8A color CMYK value is (0,33,25,28).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(0,33,25,28)
C0M33Y25K28 
(0%,33%,25%,28%)
(0.00/0.33/0.25/0.28)	

CMYK percentages

%0
%33.15
%25
%27.84

Codes

Color #B87B8A in popluar color models

B87B8A
RGB184123138
HSL345°30.05%60.20%
HSB/HSV345°33.15%72.16%
CMYK0.00%33.15%25.00%
27.84%

Color #B87B8A in popluar number systems.

HEXB87B8A
Decimal184123138
Binary10111000111101110001010
Octal270173212

Shades and tints

Shades of #B87B8A

#B87B8A
(184,123,138)
#A8707E
(168,112,126)
#986572
(152,101,114)
#885A66
(136,90,102)
#784F5A
(120,79,90)
#68444E
(104,68,78)
#583942
(88,57,66)
#482E36
(72,46,54)
#38232A
(56,35,42)
#28181E
(40,24,30)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #B87B8A

#B87B8A
(184,123,138)
#BE8794
(190,135,148)
#C4939E
(196,147,158)
#CA9FA8
(202,159,168)
#D0ABB2
(208,171,178)
#D6B7BC
(214,183,188)
#DCC3C6
(220,195,198)
#E2CFD0
(226,207,208)
#E8DBDA
(232,219,218)
#EEE7E4
(238,231,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87B8A color. Also use rgb(184,123,138) instead hex code.

Text Font Color

.myTextColor { color: #B87B8A; }

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

This text font color is #B87B8A.


Background Color

.myBgColor { background-color: #B87B8A; }

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

This div background color is #B87B8A.


Border color

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

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

This div border color is #B87B8A.


Opacity

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

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

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

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

This text has shadow with #B87B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87B8A on black background.


Color preview on white background

This text has color #B87B8A on white background.



Black color preview on #B87B8A background

This text has black color on #B87B8A background.


White color preview on #B87B8A background

This text has white color on #B87B8A background.