COLOR #B85567

HEX: #B85567
RGB: (184,85,103)

Color info

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

RGB color model

#B85567 color RGB value is (184,85,103).

  • red value is 184;
  • green value is 85;
  • blue value is 103.
RGB:
(184,85,103)
(72%,33%,40%)

RGB channels and saturation

R 184 of 255 = 72%
G 85 of 255 = 33%
B 103 of 255 = 40%

184
85
103

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

Portions of RGB colors in percentages

R + G + B =
184 + 85 + 103 = 372 (100%)
R 184 of 372 ~ 49.46%
G 85 of 372 ~ 22.85%
B 103 of 372 ~ 27.69%

%49.46
%22.85
%27.69

CMYK color model

#B85567 color CMYK value is (0,54,44,28).

  • cyan value is 0.00%
  • magenta value is 53.80%
  • yellow value is 44.02%
  • key color value is 27.84%
CMYK:
(0,54,44,28)
C0M54Y44K28 
(0%,54%,44%,28%)
(0.00/0.54/0.44/0.28)	

CMYK percentages

%0
%53.8
%44.02
%27.84

Codes

Color #B85567 in popluar color models

B85567
RGB18485103
HSL349°41.08%52.75%
HSB/HSV349°53.80%72.16%
CMYK0.00%53.80%44.02%
27.84%

Color #B85567 in popluar number systems.

HEXB85567
Decimal18485103
Binary1011100010101011100111
Octal270125147

Shades and tints

Shades of #B85567

#B85567
(184,85,103)
#A84E5E
(168,78,94)
#984755
(152,71,85)
#88404C
(136,64,76)
#783943
(120,57,67)
#68323A
(104,50,58)
#582B31
(88,43,49)
#482428
(72,36,40)
#381D1F
(56,29,31)
#281616
(40,22,22)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #B85567

#B85567
(184,85,103)
#BE6474
(190,100,116)
#C47381
(196,115,129)
#CA828E
(202,130,142)
#D0919B
(208,145,155)
#D6A0A8
(214,160,168)
#DCAFB5
(220,175,181)
#E2BEC2
(226,190,194)
#E8CDCF
(232,205,207)
#EEDCDC
(238,220,220)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85567 color. Also use rgb(184,85,103) instead hex code.

Text Font Color

.myTextColor { color: #B85567; }

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

This text font color is #B85567.


Background Color

.myBgColor { background-color: #B85567; }

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

This div background color is #B85567.


Border color

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

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

This div border color is #B85567.


Opacity

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

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

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

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

This text has shadow with #B85567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85567 on black background.


Color preview on white background

This text has color #B85567 on white background.



Black color preview on #B85567 background

This text has black color on #B85567 background.


White color preview on #B85567 background

This text has white color on #B85567 background.