COLOR #BF5586

HEX: #BF5586
RGB: (191,85,134)

Color info

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

RGB color model

#BF5586 color RGB value is (191,85,134).

  • red value is 191;
  • green value is 85;
  • blue value is 134.
RGB:
(191,85,134)
(75%,33%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 85 of 255 = 33%
B 134 of 255 = 53%

191
85
134

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

Portions of RGB colors in percentages

R + G + B =
191 + 85 + 134 = 410 (100%)
R 191 of 410 ~ 46.59%
G 85 of 410 ~ 20.73%
B 134 of 410 ~ 32.68%

%46.59
%20.73
%32.68

CMYK color model

#BF5586 color CMYK value is (0,55,30,25).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 29.84%
  • key color value is 25.10%
CMYK:
(0,55,30,25)
C0M55Y30K25 
(0%,55%,30%,25%)
(0.00/0.55/0.30/0.25)	

CMYK percentages

%0
%55.5
%29.84
%25.1

Codes

Color #BF5586 in popluar color models

BF5586
RGB19185134
HSL332°45.30%54.12%
HSB/HSV332°55.50%74.90%
CMYK0.00%55.50%29.84%
25.10%

Color #BF5586 in popluar number systems.

HEXBF5586
Decimal19185134
Binary10111111101010110000110
Octal277125206

Shades and tints

Shades of #BF5586

#BF5586
(191,85,134)
#AE4E7A
(174,78,122)
#9D476E
(157,71,110)
#8C4062
(140,64,98)
#7B3956
(123,57,86)
#6A324A
(106,50,74)
#592B3E
(89,43,62)
#482432
(72,36,50)
#371D26
(55,29,38)
#26161A
(38,22,26)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #BF5586

#BF5586
(191,85,134)
#C46491
(196,100,145)
#C9739C
(201,115,156)
#CE82A7
(206,130,167)
#D391B2
(211,145,178)
#D8A0BD
(216,160,189)
#DDAFC8
(221,175,200)
#E2BED3
(226,190,211)
#E7CDDE
(231,205,222)
#ECDCE9
(236,220,233)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5586 color. Also use rgb(191,85,134) instead hex code.

Text Font Color

.myTextColor { color: #BF5586; }

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

This text font color is #BF5586.


Background Color

.myBgColor { background-color: #BF5586; }

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

This div background color is #BF5586.


Border color

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

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

This div border color is #BF5586.


Opacity

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

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

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

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

This text has shadow with #BF5586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5586 on black background.


Color preview on white background

This text has color #BF5586 on white background.



Black color preview on #BF5586 background

This text has black color on #BF5586 background.


White color preview on #BF5586 background

This text has white color on #BF5586 background.