COLOR #B55F89

HEX: #B55F89
RGB: (181,95,137)

Color info

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

RGB color model

#B55F89 color RGB value is (181,95,137).

  • red value is 181;
  • green value is 95;
  • blue value is 137.
RGB:
(181,95,137)
(71%,37%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 95 of 255 = 37%
B 137 of 255 = 54%

181
95
137

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

Portions of RGB colors in percentages

R + G + B =
181 + 95 + 137 = 413 (100%)
R 181 of 413 ~ 43.83%
G 95 of 413 ~ 23%
B 137 of 413 ~ 33.17%

%43.83
%23
%33.17

CMYK color model

#B55F89 color CMYK value is (0,48,24,29).

  • cyan value is 0.00%
  • magenta value is 47.51%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(0,48,24,29)
C0M48Y24K29 
(0%,48%,24%,29%)
(0.00/0.48/0.24/0.29)	

CMYK percentages

%0
%47.51
%24.31
%29.02

Codes

Color #B55F89 in popluar color models

B55F89
RGB18195137
HSL331°36.75%54.12%
HSB/HSV331°47.51%70.98%
CMYK0.00%47.51%24.31%
29.02%

Color #B55F89 in popluar number systems.

HEXB55F89
Decimal18195137
Binary10110101101111110001001
Octal265137211

Shades and tints

Shades of #B55F89

#B55F89
(181,95,137)
#A5577D
(165,87,125)
#954F71
(149,79,113)
#854765
(133,71,101)
#753F59
(117,63,89)
#65374D
(101,55,77)
#552F41
(85,47,65)
#452735
(69,39,53)
#351F29
(53,31,41)
#25171D
(37,23,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #B55F89

#B55F89
(181,95,137)
#BB6D93
(187,109,147)
#C17B9D
(193,123,157)
#C789A7
(199,137,167)
#CD97B1
(205,151,177)
#D3A5BB
(211,165,187)
#D9B3C5
(217,179,197)
#DFC1CF
(223,193,207)
#E5CFD9
(229,207,217)
#EBDDE3
(235,221,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55F89 color. Also use rgb(181,95,137) instead hex code.

Text Font Color

.myTextColor { color: #B55F89; }

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

This text font color is #B55F89.


Background Color

.myBgColor { background-color: #B55F89; }

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

This div background color is #B55F89.


Border color

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

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

This div border color is #B55F89.


Opacity

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

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

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

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

This text has shadow with #B55F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55F89 on black background.


Color preview on white background

This text has color #B55F89 on white background.



Black color preview on #B55F89 background

This text has black color on #B55F89 background.


White color preview on #B55F89 background

This text has white color on #B55F89 background.