COLOR #B87173

HEX: #B87173 RGB: (184,113,115)

Color info

#B87173 contains mainly red color. Web safe color of #B87173 is #CC6666 (or #C66).

RGB color model

#B87173 color RGB value is (184,113,115).

RGB: (184,113,115) (72%, 44%, 45%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 115 of 255 = 45%

184
113
115

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

Portions of RGB colors in percentages

R + G + B = 184 + 113 + 115 = 412 (100%)
R 184 of 412 ~ 44.66%
G 113 of 412 ~ 27.43%
B 115 of 412 ~ 27.91'%

%44.66
%27.43
%27.91

CMYK color model

#B87173 color CMYK value is (0,39,38,28).

  • cyan value is 0.00%
  • magenta value is 38.59%
  • yellow value is 37.50%
  • key color value is 27.84%

CMYK: (0,39,38,28)
C0M39Y38K28 (0%, 39%, 38%, 28%)
(0.00 / 0.39 / 0.38 / 0.28)

CMYK percentages

%0
%38.59
%37.5
%27.84

Codes

Color #B87173 in popluar color models

B8 71 73
RGB 184 113 115
HSL 358° 33.33% 58.24%
HSB/HSV 358° 38.59% 72.16%
CMYK 0.00% 38.59% 37.50%
27.84%

Color #B87173 in popluar number systems.

HEX B8 71 73
Decimal 184 113 115
Binary 10111000 1110001 1110011
Octal 270 161 163

Shades and tints

Shades of #B87173

#B87173
(184,113,115)
#A86769
(168,103,105)
#985D5F
(152,93,95)
#885355
(136,83,85)
#78494B
(120,73,75)
#683F41
(104,63,65)
#583537
(88,53,55)
#482B2D
(72,43,45)
#382123
(56,33,35)
#281719
(40,23,25)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #B87173

#B87173
(184,113,115)
#BE7D7F
(190,125,127)
#C4898B
(196,137,139)
#CA9597
(202,149,151)
#D0A1A3
(208,161,163)
#D6ADAF
(214,173,175)
#DCB9BB
(220,185,187)
#E2C5C7
(226,197,199)
#E8D1D3
(232,209,211)
#EEDDDF
(238,221,223)
#F4E9EB
(244,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87173; }

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

This text font color is #B87173.

Background Color

.myBgColor { background-color: #B87173; }

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

This div background color is #B87173.

Border color

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

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

This div border color is #B87173.

Opacity

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

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

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

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

This text has shadow with #B87173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87173.

Preview

Color preview on black background

This text has color #B87173 on black background.


Color preview on white background

This text has color #B87173 on white background.


Black color preview on #B87173 background

This text has black color on #B87173 background.


White color preview on #B87173 background

This text has white color on #B87173 background.


Related colors

Complementary color

Complementary color for #hex is #478E8C.


I love getcolorcode.com

Triadic colors

1 #73B871 and #7173B8 with #B87173 are triadic colors.

2 #7371B8 and #71B873 with #B87173 are triadic colors.