COLOR #B85B70

HEX: #B85B70
RGB: (184,91,112)

Color info

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

RGB color model

#B85B70 color RGB value is (184,91,112).

  • red value is 184;
  • green value is 91;
  • blue value is 112.
RGB:
(184,91,112)
(72%,36%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 91 of 255 = 36%
B 112 of 255 = 44%

184
91
112

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

Portions of RGB colors in percentages

R + G + B =
184 + 91 + 112 = 387 (100%)
R 184 of 387 ~ 47.55%
G 91 of 387 ~ 23.51%
B 112 of 387 ~ 28.94%

%47.55
%23.51
%28.94

CMYK color model

#B85B70 color CMYK value is (0,51,39,28).

  • cyan value is 0.00%
  • magenta value is 50.54%
  • yellow value is 39.13%
  • key color value is 27.84%
CMYK:
(0,51,39,28)
C0M51Y39K28 
(0%,51%,39%,28%)
(0.00/0.51/0.39/0.28)	

CMYK percentages

%0
%50.54
%39.13
%27.84

Codes

Color #B85B70 in popluar color models

B85B70
RGB18491112
HSL346°39.57%53.92%
HSB/HSV346°50.54%72.16%
CMYK0.00%50.54%39.13%
27.84%

Color #B85B70 in popluar number systems.

HEXB85B70
Decimal18491112
Binary1011100010110111110000
Octal270133160

Shades and tints

Shades of #B85B70

#B85B70
(184,91,112)
#A85366
(168,83,102)
#984B5C
(152,75,92)
#884352
(136,67,82)
#783B48
(120,59,72)
#68333E
(104,51,62)
#582B34
(88,43,52)
#48232A
(72,35,42)
#381B20
(56,27,32)
#281316
(40,19,22)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #B85B70

#B85B70
(184,91,112)
#BE697D
(190,105,125)
#C4778A
(196,119,138)
#CA8597
(202,133,151)
#D093A4
(208,147,164)
#D6A1B1
(214,161,177)
#DCAFBE
(220,175,190)
#E2BDCB
(226,189,203)
#E8CBD8
(232,203,216)
#EED9E5
(238,217,229)
#F4E7F2
(244,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85B70; }

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

This text font color is #B85B70.


Background Color

.myBgColor { background-color: #B85B70; }

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

This div background color is #B85B70.


Border color

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

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

This div border color is #B85B70.


Opacity

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

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

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

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

This text has shadow with #B85B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85B70 on black background.


Color preview on white background

This text has color #B85B70 on white background.



Black color preview on #B85B70 background

This text has black color on #B85B70 background.


White color preview on #B85B70 background

This text has white color on #B85B70 background.