COLOR #B85A79

HEX: #B85A79
RGB: (184,90,121)

Color info

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

RGB color model

#B85A79 color RGB value is (184,90,121).

  • red value is 184;
  • green value is 90;
  • blue value is 121.
RGB:
(184,90,121)
(72%,35%,47%)

RGB channels and saturation

R 184 of 255 = 72%
G 90 of 255 = 35%
B 121 of 255 = 47%

184
90
121

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

Portions of RGB colors in percentages

R + G + B =
184 + 90 + 121 = 395 (100%)
R 184 of 395 ~ 46.58%
G 90 of 395 ~ 22.78%
B 121 of 395 ~ 30.63%

%46.58
%22.78
%30.63

CMYK color model

#B85A79 color CMYK value is (0,51,34,28).

  • cyan value is 0.00%
  • magenta value is 51.09%
  • yellow value is 34.24%
  • key color value is 27.84%
CMYK:
(0,51,34,28)
C0M51Y34K28 
(0%,51%,34%,28%)
(0.00/0.51/0.34/0.28)	

CMYK percentages

%0
%51.09
%34.24
%27.84

Codes

Color #B85A79 in popluar color models

B85A79
RGB18490121
HSL340°39.83%53.73%
HSB/HSV340°51.09%72.16%
CMYK0.00%51.09%34.24%
27.84%

Color #B85A79 in popluar number systems.

HEXB85A79
Decimal18490121
Binary1011100010110101111001
Octal270132171

Shades and tints

Shades of #B85A79

#B85A79
(184,90,121)
#A8526E
(168,82,110)
#984A63
(152,74,99)
#884258
(136,66,88)
#783A4D
(120,58,77)
#683242
(104,50,66)
#582A37
(88,42,55)
#48222C
(72,34,44)
#381A21
(56,26,33)
#281216
(40,18,22)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #B85A79

#B85A79
(184,90,121)
#BE6985
(190,105,133)
#C47891
(196,120,145)
#CA879D
(202,135,157)
#D096A9
(208,150,169)
#D6A5B5
(214,165,181)
#DCB4C1
(220,180,193)
#E2C3CD
(226,195,205)
#E8D2D9
(232,210,217)
#EEE1E5
(238,225,229)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85A79 color. Also use rgb(184,90,121) instead hex code.

Text Font Color

.myTextColor { color: #B85A79; }

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

This text font color is #B85A79.


Background Color

.myBgColor { background-color: #B85A79; }

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

This div background color is #B85A79.


Border color

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

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

This div border color is #B85A79.


Opacity

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

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

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

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

This text has shadow with #B85A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85A79 on black background.


Color preview on white background

This text has color #B85A79 on white background.



Black color preview on #B85A79 background

This text has black color on #B85A79 background.


White color preview on #B85A79 background

This text has white color on #B85A79 background.