COLOR #BF5A90

HEX: #BF5A90
RGB: (191,90,144)

Color info

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

RGB color model

#BF5A90 color RGB value is (191,90,144).

  • red value is 191;
  • green value is 90;
  • blue value is 144.
RGB:
(191,90,144)
(75%,35%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 90 of 255 = 35%
B 144 of 255 = 56%

191
90
144

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

Portions of RGB colors in percentages

R + G + B =
191 + 90 + 144 = 425 (100%)
R 191 of 425 ~ 44.94%
G 90 of 425 ~ 21.18%
B 144 of 425 ~ 33.88%

%44.94
%21.18
%33.88

CMYK color model

#BF5A90 color CMYK value is (0,53,25,25).

  • cyan value is 0.00%
  • magenta value is 52.88%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(0,53,25,25)
C0M53Y25K25 
(0%,53%,25%,25%)
(0.00/0.53/0.25/0.25)	

CMYK percentages

%0
%52.88
%24.61
%25.1

Codes

Color #BF5A90 in popluar color models

BF5A90
RGB19190144
HSL328°44.10%55.10%
HSB/HSV328°52.88%74.90%
CMYK0.00%52.88%24.61%
25.10%

Color #BF5A90 in popluar number systems.

HEXBF5A90
Decimal19190144
Binary10111111101101010010000
Octal277132220

Shades and tints

Shades of #BF5A90

#BF5A90
(191,90,144)
#AE5283
(174,82,131)
#9D4A76
(157,74,118)
#8C4269
(140,66,105)
#7B3A5C
(123,58,92)
#6A324F
(106,50,79)
#592A42
(89,42,66)
#482235
(72,34,53)
#371A28
(55,26,40)
#26121B
(38,18,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #BF5A90

#BF5A90
(191,90,144)
#C4699A
(196,105,154)
#C978A4
(201,120,164)
#CE87AE
(206,135,174)
#D396B8
(211,150,184)
#D8A5C2
(216,165,194)
#DDB4CC
(221,180,204)
#E2C3D6
(226,195,214)
#E7D2E0
(231,210,224)
#ECE1EA
(236,225,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5A90 color. Also use rgb(191,90,144) instead hex code.

Text Font Color

.myTextColor { color: #BF5A90; }

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

This text font color is #BF5A90.


Background Color

.myBgColor { background-color: #BF5A90; }

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

This div background color is #BF5A90.


Border color

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

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

This div border color is #BF5A90.


Opacity

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

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

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

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

This text has shadow with #BF5A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5A90 on black background.


Color preview on white background

This text has color #BF5A90 on white background.



Black color preview on #BF5A90 background

This text has black color on #BF5A90 background.


White color preview on #BF5A90 background

This text has white color on #BF5A90 background.