COLOR #BF6496

HEX: #BF6496
RGB: (191,100,150)

Color info

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

RGB color model

#BF6496 color RGB value is (191,100,150).

  • red value is 191;
  • green value is 100;
  • blue value is 150.
RGB:
(191,100,150)
(75%,39%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 100 of 255 = 39%
B 150 of 255 = 59%

191
100
150

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

Portions of RGB colors in percentages

R + G + B =
191 + 100 + 150 = 441 (100%)
R 191 of 441 ~ 43.31%
G 100 of 441 ~ 22.68%
B 150 of 441 ~ 34.01%

%43.31
%22.68
%34.01

CMYK color model

#BF6496 color CMYK value is (0,48,21,25).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(0,48,21,25)
C0M48Y21K25 
(0%,48%,21%,25%)
(0.00/0.48/0.21/0.25)	

CMYK percentages

%0
%47.64
%21.47
%25.1

Codes

Color #BF6496 in popluar color models

BF6496
RGB191100150
HSL327°41.55%57.06%
HSB/HSV327°47.64%74.90%
CMYK0.00%47.64%21.47%
25.10%

Color #BF6496 in popluar number systems.

HEXBF6496
Decimal191100150
Binary10111111110010010010110
Octal277144226

Shades and tints

Shades of #BF6496

#BF6496
(191,100,150)
#AE5B89
(174,91,137)
#9D527C
(157,82,124)
#8C496F
(140,73,111)
#7B4062
(123,64,98)
#6A3755
(106,55,85)
#592E48
(89,46,72)
#48253B
(72,37,59)
#371C2E
(55,28,46)
#261321
(38,19,33)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #BF6496

#BF6496
(191,100,150)
#C4729F
(196,114,159)
#C980A8
(201,128,168)
#CE8EB1
(206,142,177)
#D39CBA
(211,156,186)
#D8AAC3
(216,170,195)
#DDB8CC
(221,184,204)
#E2C6D5
(226,198,213)
#E7D4DE
(231,212,222)
#ECE2E7
(236,226,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6496 color. Also use rgb(191,100,150) instead hex code.

Text Font Color

.myTextColor { color: #BF6496; }

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

This text font color is #BF6496.


Background Color

.myBgColor { background-color: #BF6496; }

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

This div background color is #BF6496.


Border color

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

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

This div border color is #BF6496.


Opacity

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

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

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

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

This text has shadow with #BF6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6496 on black background.


Color preview on white background

This text has color #BF6496 on white background.



Black color preview on #BF6496 background

This text has black color on #BF6496 background.


White color preview on #BF6496 background

This text has white color on #BF6496 background.