COLOR #BF7494

HEX: #BF7494
RGB: (191,116,148)

Color info

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

RGB color model

#BF7494 color RGB value is (191,116,148).

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

RGB channels and saturation

R 191 of 255 = 75%
G 116 of 255 = 45%
B 148 of 255 = 58%

191
116
148

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

Portions of RGB colors in percentages

R + G + B =
191 + 116 + 148 = 455 (100%)
R 191 of 455 ~ 41.98%
G 116 of 455 ~ 25.49%
B 148 of 455 ~ 32.53%

%41.98
%25.49
%32.53

CMYK color model

#BF7494 color CMYK value is (0,39,23,25).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 22.51%
  • key color value is 25.10%
CMYK:
(0,39,23,25)
C0M39Y23K25 
(0%,39%,23%,25%)
(0.00/0.39/0.23/0.25)	

CMYK percentages

%0
%39.27
%22.51
%25.1

Codes

Color #BF7494 in popluar color models

BF7494
RGB191116148
HSL334°36.95%60.20%
HSB/HSV334°39.27%74.90%
CMYK0.00%39.27%22.51%
25.10%

Color #BF7494 in popluar number systems.

HEXBF7494
Decimal191116148
Binary10111111111010010010100
Octal277164224

Shades and tints

Shades of #BF7494

#BF7494
(191,116,148)
#AE6A87
(174,106,135)
#9D607A
(157,96,122)
#8C566D
(140,86,109)
#7B4C60
(123,76,96)
#6A4253
(106,66,83)
#593846
(89,56,70)
#482E39
(72,46,57)
#37242C
(55,36,44)
#261A1F
(38,26,31)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #BF7494

#BF7494
(191,116,148)
#C4809D
(196,128,157)
#C98CA6
(201,140,166)
#CE98AF
(206,152,175)
#D3A4B8
(211,164,184)
#D8B0C1
(216,176,193)
#DDBCCA
(221,188,202)
#E2C8D3
(226,200,211)
#E7D4DC
(231,212,220)
#ECE0E5
(236,224,229)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7494; }

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

This text font color is #BF7494.


Background Color

.myBgColor { background-color: #BF7494; }

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

This div background color is #BF7494.


Border color

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

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

This div border color is #BF7494.


Opacity

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

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

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

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

This text has shadow with #BF7494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7494 on black background.


Color preview on white background

This text has color #BF7494 on white background.



Black color preview on #BF7494 background

This text has black color on #BF7494 background.


White color preview on #BF7494 background

This text has white color on #BF7494 background.