COLOR #B85378

HEX: #B85378
RGB: (184,83,120)

Color info

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

RGB color model

#B85378 color RGB value is (184,83,120).

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

RGB channels and saturation

R 184 of 255 = 72%
G 83 of 255 = 33%
B 120 of 255 = 47%

184
83
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 83 + 120 = 387 (100%)
R 184 of 387 ~ 47.55%
G 83 of 387 ~ 21.45%
B 120 of 387 ~ 31.01%

%47.55
%21.45
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,55,35,28)
C0M55Y35K28 
(0%,55%,35%,28%)
(0.00/0.55/0.35/0.28)	

CMYK percentages

%0
%54.89
%34.78
%27.84

Codes

Color #B85378 in popluar color models

B85378
RGB18483120
HSL338°41.56%52.35%
HSB/HSV338°54.89%72.16%
CMYK0.00%54.89%34.78%
27.84%

Color #B85378 in popluar number systems.

HEXB85378
Decimal18483120
Binary1011100010100111111000
Octal270123170

Shades and tints

Shades of #B85378

#B85378
(184,83,120)
#A84C6E
(168,76,110)
#984564
(152,69,100)
#883E5A
(136,62,90)
#783750
(120,55,80)
#683046
(104,48,70)
#58293C
(88,41,60)
#482232
(72,34,50)
#381B28
(56,27,40)
#28141E
(40,20,30)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #B85378

#B85378
(184,83,120)
#BE6284
(190,98,132)
#C47190
(196,113,144)
#CA809C
(202,128,156)
#D08FA8
(208,143,168)
#D69EB4
(214,158,180)
#DCADC0
(220,173,192)
#E2BCCC
(226,188,204)
#E8CBD8
(232,203,216)
#EEDAE4
(238,218,228)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85378; }

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

This text font color is #B85378.


Background Color

.myBgColor { background-color: #B85378; }

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

This div background color is #B85378.


Border color

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

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

This div border color is #B85378.


Opacity

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

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

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

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

This text has shadow with #B85378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85378 on black background.


Color preview on white background

This text has color #B85378 on white background.



Black color preview on #B85378 background

This text has black color on #B85378 background.


White color preview on #B85378 background

This text has white color on #B85378 background.