COLOR #B86370

HEX: #B86370 RGB: (184,99,112)

Color info

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

RGB color model

#B86370 color RGB value is (184,99,112).

RGB: (184,99,112) (72%, 39%, 44%)

RGB channels and saturation

R 184 of 255 = 72%
G 99 of 255 = 39%
B 112 of 255 = 44%

184
99
112

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

Portions of RGB colors in percentages

R + G + B = 184 + 99 + 112 = 395 (100%)
R 184 of 395 ~ 46.58%
G 99 of 395 ~ 25.06%
B 112 of 395 ~ 28.35'%

%46.58
%25.06
%28.35

CMYK color model

#B86370 color CMYK value is (0,46,39,28).

  • cyan value is 0.00%
  • magenta value is 46.20%
  • yellow value is 39.13%
  • key color value is 27.84%

CMYK: (0,46,39,28)
C0M46Y39K28 (0%, 46%, 39%, 28%)
(0.00 / 0.46 / 0.39 / 0.28)

CMYK percentages

%0
%46.2
%39.13
%27.84

Codes

Color #B86370 in popluar color models

B8 63 70
RGB 184 99 112
HSL 351° 37.44% 55.49%
HSB/HSV 351° 46.20% 72.16%
CMYK 0.00% 46.20% 39.13%
27.84%

Color #B86370 in popluar number systems.

HEX B8 63 70
Decimal 184 99 112
Binary 10111000 1100011 1110000
Octal 270 143 160

Shades and tints

Shades of #B86370

#B86370
(184,99,112)
#A85A66
(168,90,102)
#98515C
(152,81,92)
#884852
(136,72,82)
#783F48
(120,63,72)
#68363E
(104,54,62)
#582D34
(88,45,52)
#48242A
(72,36,42)
#381B20
(56,27,32)
#281216
(40,18,22)
#18090C
(24,9,12)
#000000
(0,0,0)

Tints of #B86370

#B86370
(184,99,112)
#BE717D
(190,113,125)
#C47F8A
(196,127,138)
#CA8D97
(202,141,151)
#D09BA4
(208,155,164)
#D6A9B1
(214,169,177)
#DCB7BE
(220,183,190)
#E2C5CB
(226,197,203)
#E8D3D8
(232,211,216)
#EEE1E5
(238,225,229)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86370 color. Also use rgb(184,99,112) instead hex code.

Text Font Color

.myTextColor { color: #B86370; }

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

This text font color is #B86370.

Background Color

.myBgColor { background-color: #B86370; }

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

This div background color is #B86370.

Border color

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

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

This div border color is #B86370.

Opacity

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

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

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

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

This text has shadow with #B86370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B86370.

Preview

Color preview on black background

This text has color #B86370 on black background.


Color preview on white background

This text has color #B86370 on white background.


Black color preview on #B86370 background

This text has black color on #B86370 background.


White color preview on #B86370 background

This text has white color on #B86370 background.


Related colors

Complementary color

Complementary color for #hex is #479C8F.


I love getcolorcode.com

Triadic colors

1 #70B863 and #6370B8 with #B86370 are triadic colors.

2 #7063B8 and #63B870 with #B86370 are triadic colors.