COLOR #B86D72

HEX: #B86D72
RGB: (184,109,114)

Color info

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

RGB color model

#B86D72 color RGB value is (184,109,114).

  • red value is 184;
  • green value is 109;
  • blue value is 114.
RGB:
(184,109,114)
(72%,43%,45%)

RGB channels and saturation

R 184 of 255 = 72%
G 109 of 255 = 43%
B 114 of 255 = 45%

184
109
114

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

Portions of RGB colors in percentages

R + G + B =
184 + 109 + 114 = 407 (100%)
R 184 of 407 ~ 45.21%
G 109 of 407 ~ 26.78%
B 114 of 407 ~ 28.01%

%45.21
%26.78
%28.01

CMYK color model

#B86D72 color CMYK value is (0,41,38,28).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(0,41,38,28)
C0M41Y38K28 
(0%,41%,38%,28%)
(0.00/0.41/0.38/0.28)	

CMYK percentages

%0
%40.76
%38.04
%27.84

Codes

Color #B86D72 in popluar color models

B86D72
RGB184109114
HSL356°34.56%57.45%
HSB/HSV356°40.76%72.16%
CMYK0.00%40.76%38.04%
27.84%

Color #B86D72 in popluar number systems.

HEXB86D72
Decimal184109114
Binary1011100011011011110010
Octal270155162

Shades and tints

Shades of #B86D72

#B86D72
(184,109,114)
#A86468
(168,100,104)
#985B5E
(152,91,94)
#885254
(136,82,84)
#78494A
(120,73,74)
#684040
(104,64,64)
#583736
(88,55,54)
#482E2C
(72,46,44)
#382522
(56,37,34)
#281C18
(40,28,24)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #B86D72

#B86D72
(184,109,114)
#BE7A7E
(190,122,126)
#C4878A
(196,135,138)
#CA9496
(202,148,150)
#D0A1A2
(208,161,162)
#D6AEAE
(214,174,174)
#DCBBBA
(220,187,186)
#E2C8C6
(226,200,198)
#E8D5D2
(232,213,210)
#EEE2DE
(238,226,222)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86D72 color. Also use rgb(184,109,114) instead hex code.

Text Font Color

.myTextColor { color: #B86D72; }

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

This text font color is #B86D72.


Background Color

.myBgColor { background-color: #B86D72; }

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

This div background color is #B86D72.


Border color

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

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

This div border color is #B86D72.


Opacity

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

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

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

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

This text has shadow with #B86D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86D72 on black background.


Color preview on white background

This text has color #B86D72 on white background.



Black color preview on #B86D72 background

This text has black color on #B86D72 background.


White color preview on #B86D72 background

This text has white color on #B86D72 background.