COLOR #B85385

HEX: #B85385
RGB: (184,83,133)

Color info

#B85385 contains mainly red and blue colors. Web safe color of #B85385 is #CC6699 (or #C69).

RGB color model

#B85385 color RGB value is (184,83,133).

  • red value is 184;
  • green value is 83;
  • blue value is 133.
RGB:
(184,83,133)
(72%,33%,52%)

RGB channels and saturation

R 184 of 255 = 72%
G 83 of 255 = 33%
B 133 of 255 = 52%

184
83
133

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

Portions of RGB colors in percentages

R + G + B =
184 + 83 + 133 = 400 (100%)
R 184 of 400 ~ 46%
G 83 of 400 ~ 20.75%
B 133 of 400 ~ 33.25%

%46
%20.75
%33.25

CMYK color model

#B85385 color CMYK value is (0,55,28,28).

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 27.72%
  • key color value is 27.84%
CMYK:
(0,55,28,28)
C0M55Y28K28 
(0%,55%,28%,28%)
(0.00/0.55/0.28/0.28)	

CMYK percentages

%0
%54.89
%27.72
%27.84

Codes

Color #B85385 in popluar color models

B85385
RGB18483133
HSL330°41.56%52.35%
HSB/HSV330°54.89%72.16%
CMYK0.00%54.89%27.72%
27.84%

Color #B85385 in popluar number systems.

HEXB85385
Decimal18483133
Binary10111000101001110000101
Octal270123205

Shades and tints

Shades of #B85385

#B85385
(184,83,133)
#A84C79
(168,76,121)
#98456D
(152,69,109)
#883E61
(136,62,97)
#783755
(120,55,85)
#683049
(104,48,73)
#58293D
(88,41,61)
#482231
(72,34,49)
#381B25
(56,27,37)
#281419
(40,20,25)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #B85385

#B85385
(184,83,133)
#BE6290
(190,98,144)
#C4719B
(196,113,155)
#CA80A6
(202,128,166)
#D08FB1
(208,143,177)
#D69EBC
(214,158,188)
#DCADC7
(220,173,199)
#E2BCD2
(226,188,210)
#E8CBDD
(232,203,221)
#EEDAE8
(238,218,232)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85385 color. Also use rgb(184,83,133) instead hex code.

Text Font Color

.myTextColor { color: #B85385; }

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

This text font color is #B85385.


Background Color

.myBgColor { background-color: #B85385; }

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

This div background color is #B85385.


Border color

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

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

This div border color is #B85385.


Opacity

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

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

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

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

This text has shadow with #B85385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85385 on black background.


Color preview on white background

This text has color #B85385 on white background.



Black color preview on #B85385 background

This text has black color on #B85385 background.


White color preview on #B85385 background

This text has white color on #B85385 background.