COLOR #B85366

HEX: #B85366
RGB: (184,83,102)

Color info

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

RGB color model

#B85366 color RGB value is (184,83,102).

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

RGB channels and saturation

R 184 of 255 = 72%
G 83 of 255 = 33%
B 102 of 255 = 40%

184
83
102

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

Portions of RGB colors in percentages

R + G + B =
184 + 83 + 102 = 369 (100%)
R 184 of 369 ~ 49.86%
G 83 of 369 ~ 22.49%
B 102 of 369 ~ 27.64%

%49.86
%22.49
%27.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 44.57%
  • key color value is 27.84%
CMYK:
(0,55,45,28)
C0M55Y45K28 
(0%,55%,45%,28%)
(0.00/0.55/0.45/0.28)	

CMYK percentages

%0
%54.89
%44.57
%27.84

Codes

Color #B85366 in popluar color models

B85366
RGB18483102
HSL349°41.56%52.35%
HSB/HSV349°54.89%72.16%
CMYK0.00%54.89%44.57%
27.84%

Color #B85366 in popluar number systems.

HEXB85366
Decimal18483102
Binary1011100010100111100110
Octal270123146

Shades and tints

Shades of #B85366

#B85366
(184,83,102)
#A84C5D
(168,76,93)
#984554
(152,69,84)
#883E4B
(136,62,75)
#783742
(120,55,66)
#683039
(104,48,57)
#582930
(88,41,48)
#482227
(72,34,39)
#381B1E
(56,27,30)
#281415
(40,20,21)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #B85366

#B85366
(184,83,102)
#BE6273
(190,98,115)
#C47180
(196,113,128)
#CA808D
(202,128,141)
#D08F9A
(208,143,154)
#D69EA7
(214,158,167)
#DCADB4
(220,173,180)
#E2BCC1
(226,188,193)
#E8CBCE
(232,203,206)
#EEDADB
(238,218,219)
#F4E9E8
(244,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85366; }

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

This text font color is #B85366.


Background Color

.myBgColor { background-color: #B85366; }

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

This div background color is #B85366.


Border color

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

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

This div border color is #B85366.


Opacity

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

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

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

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

This text has shadow with #B85366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85366 on black background.


Color preview on white background

This text has color #B85366 on white background.



Black color preview on #B85366 background

This text has black color on #B85366 background.


White color preview on #B85366 background

This text has white color on #B85366 background.