COLOR #B87B83

HEX: #B87B83 RGB: (184,123,131)

Color info

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

RGB color model

#B87B83 color RGB value is (184,123,131).

RGB: (184,123,131) (72%, 48%, 51%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 131 of 255 = 51%

184
123
131

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

Portions of RGB colors in percentages

R + G + B = 184 + 123 + 131 = 438 (100%)
R 184 of 438 ~ 42.01%
G 123 of 438 ~ 28.08%
B 131 of 438 ~ 29.91'%

%42.01
%28.08
%29.91

CMYK color model

#B87B83 color CMYK value is (0,33,29,28).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 28.80%
  • key color value is 27.84%

CMYK: (0,33,29,28)
C0M33Y29K28 (0%, 33%, 29%, 28%)
(0.00 / 0.33 / 0.29 / 0.28)

CMYK percentages

%0
%33.15
%28.8
%27.84

Codes

Color #B87B83 in popluar color models

B8 7B 83
RGB 184 123 131
HSL 352° 30.05% 60.20%
HSB/HSV 352° 33.15% 72.16%
CMYK 0.00% 33.15% 28.80%
27.84%

Color #B87B83 in popluar number systems.

HEX B8 7B 83
Decimal 184 123 131
Binary 10111000 1111011 10000011
Octal 270 173 203

Shades and tints

Shades of #B87B83

#B87B83
(184,123,131)
#A87078
(168,112,120)
#98656D
(152,101,109)
#885A62
(136,90,98)
#784F57
(120,79,87)
#68444C
(104,68,76)
#583941
(88,57,65)
#482E36
(72,46,54)
#38232B
(56,35,43)
#281820
(40,24,32)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #B87B83

#B87B83
(184,123,131)
#BE878E
(190,135,142)
#C49399
(196,147,153)
#CA9FA4
(202,159,164)
#D0ABAF
(208,171,175)
#D6B7BA
(214,183,186)
#DCC3C5
(220,195,197)
#E2CFD0
(226,207,208)
#E8DBDB
(232,219,219)
#EEE7E6
(238,231,230)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87B83; }

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

This text font color is #B87B83.

Background Color

.myBgColor { background-color: #B87B83; }

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

This div background color is #B87B83.

Border color

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

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

This div border color is #B87B83.

Opacity

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

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

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

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

This text has shadow with #B87B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87B83.

Preview

Color preview on black background

This text has color #B87B83 on black background.


Color preview on white background

This text has color #B87B83 on white background.


Black color preview on #B87B83 background

This text has black color on #B87B83 background.


White color preview on #B87B83 background

This text has white color on #B87B83 background.


Related colors

Complementary color

Complementary color for #hex is #47847C.


I love getcolorcode.com

Triadic colors

1 #83B87B and #7B83B8 with #B87B83 are triadic colors.

2 #837BB8 and #7BB883 with #B87B83 are triadic colors.