COLOR #BB5F89

HEX: #BB5F89
RGB: (187,95,137)

Color info

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

RGB color model

#BB5F89 color RGB value is (187,95,137).

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

RGB channels and saturation

R 187 of 255 = 73%
G 95 of 255 = 37%
B 137 of 255 = 54%

187
95
137

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

Portions of RGB colors in percentages

R + G + B =
187 + 95 + 137 = 419 (100%)
R 187 of 419 ~ 44.63%
G 95 of 419 ~ 22.67%
B 137 of 419 ~ 32.7%

%44.63
%22.67
%32.7

CMYK color model

#BB5F89 color CMYK value is (0,49,27,27).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(0,49,27,27)
C0M49Y27K27 
(0%,49%,27%,27%)
(0.00/0.49/0.27/0.27)	

CMYK percentages

%0
%49.2
%26.74
%26.67

Codes

Color #BB5F89 in popluar color models

BB5F89
RGB18795137
HSL333°40.35%55.29%
HSB/HSV333°49.20%73.33%
CMYK0.00%49.20%26.74%
26.67%

Color #BB5F89 in popluar number systems.

HEXBB5F89
Decimal18795137
Binary10111011101111110001001
Octal273137211

Shades and tints

Shades of #BB5F89

#BB5F89
(187,95,137)
#AA577D
(170,87,125)
#994F71
(153,79,113)
#884765
(136,71,101)
#773F59
(119,63,89)
#66374D
(102,55,77)
#552F41
(85,47,65)
#442735
(68,39,53)
#331F29
(51,31,41)
#22171D
(34,23,29)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB5F89

#BB5F89
(187,95,137)
#C16D93
(193,109,147)
#C77B9D
(199,123,157)
#CD89A7
(205,137,167)
#D397B1
(211,151,177)
#D9A5BB
(217,165,187)
#DFB3C5
(223,179,197)
#E5C1CF
(229,193,207)
#EBCFD9
(235,207,217)
#F1DDE3
(241,221,227)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5F89; }

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

This text font color is #BB5F89.


Background Color

.myBgColor { background-color: #BB5F89; }

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

This div background color is #BB5F89.


Border color

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

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

This div border color is #BB5F89.


Opacity

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

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

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

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

This text has shadow with #BB5F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5F89 on black background.


Color preview on white background

This text has color #BB5F89 on white background.



Black color preview on #BB5F89 background

This text has black color on #BB5F89 background.


White color preview on #BB5F89 background

This text has white color on #BB5F89 background.