COLOR #B86093

HEX: #B86093
RGB: (184,96,147)

Color info

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

RGB color model

#B86093 color RGB value is (184,96,147).

  • red value is 184;
  • green value is 96;
  • blue value is 147.
RGB:
(184,96,147)
(72%,38%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 96 of 255 = 38%
B 147 of 255 = 58%

184
96
147

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

Portions of RGB colors in percentages

R + G + B =
184 + 96 + 147 = 427 (100%)
R 184 of 427 ~ 43.09%
G 96 of 427 ~ 22.48%
B 147 of 427 ~ 34.43%

%43.09
%22.48
%34.43

CMYK color model

#B86093 color CMYK value is (0,48,20,28).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(0,48,20,28)
C0M48Y20K28 
(0%,48%,20%,28%)
(0.00/0.48/0.20/0.28)	

CMYK percentages

%0
%47.83
%20.11
%27.84

Codes

Color #B86093 in popluar color models

B86093
RGB18496147
HSL325°38.26%54.90%
HSB/HSV325°47.83%72.16%
CMYK0.00%47.83%20.11%
27.84%

Color #B86093 in popluar number systems.

HEXB86093
Decimal18496147
Binary10111000110000010010011
Octal270140223

Shades and tints

Shades of #B86093

#B86093
(184,96,147)
#A85886
(168,88,134)
#985079
(152,80,121)
#88486C
(136,72,108)
#78405F
(120,64,95)
#683852
(104,56,82)
#583045
(88,48,69)
#482838
(72,40,56)
#38202B
(56,32,43)
#28181E
(40,24,30)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #B86093

#B86093
(184,96,147)
#BE6E9C
(190,110,156)
#C47CA5
(196,124,165)
#CA8AAE
(202,138,174)
#D098B7
(208,152,183)
#D6A6C0
(214,166,192)
#DCB4C9
(220,180,201)
#E2C2D2
(226,194,210)
#E8D0DB
(232,208,219)
#EEDEE4
(238,222,228)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86093 color. Also use rgb(184,96,147) instead hex code.

Text Font Color

.myTextColor { color: #B86093; }

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

This text font color is #B86093.


Background Color

.myBgColor { background-color: #B86093; }

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

This div background color is #B86093.


Border color

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

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

This div border color is #B86093.


Opacity

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

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

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

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

This text has shadow with #B86093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86093 on black background.


Color preview on white background

This text has color #B86093 on white background.



Black color preview on #B86093 background

This text has black color on #B86093 background.


White color preview on #B86093 background

This text has white color on #B86093 background.