COLOR #BF74A0

HEX: #BF74A0
RGB: (191,116,160)

Color info

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

RGB color model

#BF74A0 color RGB value is (191,116,160).

  • red value is 191;
  • green value is 116;
  • blue value is 160.
RGB:
(191,116,160)
(75%,45%,63%)

RGB channels and saturation

R 191 of 255 = 75%
G 116 of 255 = 45%
B 160 of 255 = 63%

191
116
160

R + G + B ~ 61%. #BF74A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 116 + 160 = 467 (100%)
R 191 of 467 ~ 40.9%
G 116 of 467 ~ 24.84%
B 160 of 467 ~ 34.26%

%40.9
%24.84
%34.26

CMYK color model

#BF74A0 color CMYK value is (0,39,16,25).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(0,39,16,25)
C0M39Y16K25 
(0%,39%,16%,25%)
(0.00/0.39/0.16/0.25)	

CMYK percentages

%0
%39.27
%16.23
%25.1

Codes

Color #BF74A0 in popluar color models

BF74A0
RGB191116160
HSL325°36.95%60.20%
HSB/HSV325°39.27%74.90%
CMYK0.00%39.27%16.23%
25.10%

Color #BF74A0 in popluar number systems.

HEXBF74A0
Decimal191116160
Binary10111111111010010100000
Octal277164240

Shades and tints

Shades of #BF74A0

#BF74A0
(191,116,160)
#AE6A92
(174,106,146)
#9D6084
(157,96,132)
#8C5676
(140,86,118)
#7B4C68
(123,76,104)
#6A425A
(106,66,90)
#59384C
(89,56,76)
#482E3E
(72,46,62)
#372430
(55,36,48)
#261A22
(38,26,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #BF74A0

#BF74A0
(191,116,160)
#C480A8
(196,128,168)
#C98CB0
(201,140,176)
#CE98B8
(206,152,184)
#D3A4C0
(211,164,192)
#D8B0C8
(216,176,200)
#DDBCD0
(221,188,208)
#E2C8D8
(226,200,216)
#E7D4E0
(231,212,224)
#ECE0E8
(236,224,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF74A0 color. Also use rgb(191,116,160) instead hex code.

Text Font Color

.myTextColor { color: #BF74A0; }

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

This text font color is #BF74A0.


Background Color

.myBgColor { background-color: #BF74A0; }

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

This div background color is #BF74A0.


Border color

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

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

This div border color is #BF74A0.


Opacity

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

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

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

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

This text has shadow with #BF74A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF74A0 on black background.


Color preview on white background

This text has color #BF74A0 on white background.



Black color preview on #BF74A0 background

This text has black color on #BF74A0 background.


White color preview on #BF74A0 background

This text has white color on #BF74A0 background.