COLOR #BF6F96

HEX: #BF6F96 RGB: (191,111,150)

Color info

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

RGB color model

#BF6F96 color RGB value is (191,111,150).

RGB: (191,111,150) (75%, 44%, 59%)

RGB channels and saturation

R 191 of 255 = 75%
G 111 of 255 = 44%
B 150 of 255 = 59%

191
111
150

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

Portions of RGB colors in percentages

R + G + B = 191 + 111 + 150 = 452 (100%)
R 191 of 452 ~ 42.26%
G 111 of 452 ~ 24.56%
B 150 of 452 ~ 33.19'%

%42.26
%24.56
%33.19

CMYK color model

#BF6F96 color CMYK value is (0,42,21,25).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 21.47%
  • key color value is 25.10%

CMYK: (0,42,21,25)
C0M42Y21K25 (0%, 42%, 21%, 25%)
(0.00 / 0.42 / 0.21 / 0.25)

CMYK percentages

%0
%41.88
%21.47
%25.1

Codes

Color #BF6F96 in popluar color models

BF 6F 96
RGB 191 111 150
HSL 331° 38.46% 59.22%
HSB/HSV 331° 41.88% 74.90%
CMYK 0.00% 41.88% 21.47%
25.10%

Color #BF6F96 in popluar number systems.

HEX BF 6F 96
Decimal 191 111 150
Binary 10111111 1101111 10010110
Octal 277 157 226

Shades and tints

Shades of #BF6F96

#BF6F96
(191,111,150)
#AE6589
(174,101,137)
#9D5B7C
(157,91,124)
#8C516F
(140,81,111)
#7B4762
(123,71,98)
#6A3D55
(106,61,85)
#593348
(89,51,72)
#48293B
(72,41,59)
#371F2E
(55,31,46)
#261521
(38,21,33)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #BF6F96

#BF6F96
(191,111,150)
#C47C9F
(196,124,159)
#C989A8
(201,137,168)
#CE96B1
(206,150,177)
#D3A3BA
(211,163,186)
#D8B0C3
(216,176,195)
#DDBDCC
(221,189,204)
#E2CAD5
(226,202,213)
#E7D7DE
(231,215,222)
#ECE4E7
(236,228,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6F96; }

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

This text font color is #BF6F96.

Background Color

.myBgColor { background-color: #BF6F96; }

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

This div background color is #BF6F96.

Border color

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

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

This div border color is #BF6F96.

Opacity

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

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

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

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

This text has shadow with #BF6F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6F96.

Preview

Color preview on black background

This text has color #BF6F96 on black background.


Color preview on white background

This text has color #BF6F96 on white background.


Black color preview on #BF6F96 background

This text has black color on #BF6F96 background.


White color preview on #BF6F96 background

This text has white color on #BF6F96 background.


Related colors

Complementary color

Complementary color for #hex is #409069.


I love getcolorcode.com

Triadic colors

1 #96BF6F and #6F96BF with #BF6F96 are triadic colors.

2 #966FBF and #6FBF96 with #BF6F96 are triadic colors.