COLOR #B55C79

HEX: #B55C79
RGB: (181,92,121)

Color info

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

RGB color model

#B55C79 color RGB value is (181,92,121).

  • red value is 181;
  • green value is 92;
  • blue value is 121.
RGB:
(181,92,121)
(71%,36%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 92 of 255 = 36%
B 121 of 255 = 47%

181
92
121

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

Portions of RGB colors in percentages

R + G + B =
181 + 92 + 121 = 394 (100%)
R 181 of 394 ~ 45.94%
G 92 of 394 ~ 23.35%
B 121 of 394 ~ 30.71%

%45.94
%23.35
%30.71

CMYK color model

#B55C79 color CMYK value is (0,49,33,29).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(0,49,33,29)
C0M49Y33K29 
(0%,49%,33%,29%)
(0.00/0.49/0.33/0.29)	

CMYK percentages

%0
%49.17
%33.15
%29.02

Codes

Color #B55C79 in popluar color models

B55C79
RGB18192121
HSL340°37.55%53.53%
HSB/HSV340°49.17%70.98%
CMYK0.00%49.17%33.15%
29.02%

Color #B55C79 in popluar number systems.

HEXB55C79
Decimal18192121
Binary1011010110111001111001
Octal265134171

Shades and tints

Shades of #B55C79

#B55C79
(181,92,121)
#A5546E
(165,84,110)
#954C63
(149,76,99)
#854458
(133,68,88)
#753C4D
(117,60,77)
#653442
(101,52,66)
#552C37
(85,44,55)
#45242C
(69,36,44)
#351C21
(53,28,33)
#251416
(37,20,22)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #B55C79

#B55C79
(181,92,121)
#BB6A85
(187,106,133)
#C17891
(193,120,145)
#C7869D
(199,134,157)
#CD94A9
(205,148,169)
#D3A2B5
(211,162,181)
#D9B0C1
(217,176,193)
#DFBECD
(223,190,205)
#E5CCD9
(229,204,217)
#EBDAE5
(235,218,229)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55C79 color. Also use rgb(181,92,121) instead hex code.

Text Font Color

.myTextColor { color: #B55C79; }

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

This text font color is #B55C79.


Background Color

.myBgColor { background-color: #B55C79; }

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

This div background color is #B55C79.


Border color

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

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

This div border color is #B55C79.


Opacity

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

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

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

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

This text has shadow with #B55C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55C79 on black background.


Color preview on white background

This text has color #B55C79 on white background.



Black color preview on #B55C79 background

This text has black color on #B55C79 background.


White color preview on #B55C79 background

This text has white color on #B55C79 background.