COLOR #B87973

HEX: #B87973
RGB: (184,121,115)

Color info

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

RGB color model

#B87973 color RGB value is (184,121,115).

  • red value is 184;
  • green value is 121;
  • blue value is 115.
RGB:
(184,121,115)
(72%,47%,45%)

RGB channels and saturation

R 184 of 255 = 72%
G 121 of 255 = 47%
B 115 of 255 = 45%

184
121
115

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

Portions of RGB colors in percentages

R + G + B =
184 + 121 + 115 = 420 (100%)
R 184 of 420 ~ 43.81%
G 121 of 420 ~ 28.81%
B 115 of 420 ~ 27.38%

%43.81
%28.81
%27.38

CMYK color model

#B87973 color CMYK value is (0,34,38,28).

  • cyan value is 0.00%
  • magenta value is 34.24%
  • yellow value is 37.50%
  • key color value is 27.84%
CMYK:
(0,34,38,28)
C0M34Y38K28 
(0%,34%,38%,28%)
(0.00/0.34/0.38/0.28)	

CMYK percentages

%0
%34.24
%37.5
%27.84

Codes

Color #B87973 in popluar color models

B87973
RGB184121115
HSL32.70%58.63%
HSB/HSV37.50%72.16%
CMYK0.00%34.24%37.50%
27.84%

Color #B87973 in popluar number systems.

HEXB87973
Decimal184121115
Binary1011100011110011110011
Octal270171163

Shades and tints

Shades of #B87973

#B87973
(184,121,115)
#A86E69
(168,110,105)
#98635F
(152,99,95)
#885855
(136,88,85)
#784D4B
(120,77,75)
#684241
(104,66,65)
#583737
(88,55,55)
#482C2D
(72,44,45)
#382123
(56,33,35)
#281619
(40,22,25)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #B87973

#B87973
(184,121,115)
#BE857F
(190,133,127)
#C4918B
(196,145,139)
#CA9D97
(202,157,151)
#D0A9A3
(208,169,163)
#D6B5AF
(214,181,175)
#DCC1BB
(220,193,187)
#E2CDC7
(226,205,199)
#E8D9D3
(232,217,211)
#EEE5DF
(238,229,223)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87973; }

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

This text font color is #B87973.


Background Color

.myBgColor { background-color: #B87973; }

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

This div background color is #B87973.


Border color

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

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

This div border color is #B87973.


Opacity

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

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

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

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

This text has shadow with #B87973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87973 on black background.


Color preview on white background

This text has color #B87973 on white background.



Black color preview on #B87973 background

This text has black color on #B87973 background.


White color preview on #B87973 background

This text has white color on #B87973 background.