COLOR #BF6596

HEX: #BF6596
RGB: (191,101,150)

Color info

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

RGB color model

#BF6596 color RGB value is (191,101,150).

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

RGB channels and saturation

R 191 of 255 = 75%
G 101 of 255 = 40%
B 150 of 255 = 59%

191
101
150

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

Portions of RGB colors in percentages

R + G + B =
191 + 101 + 150 = 442 (100%)
R 191 of 442 ~ 43.21%
G 101 of 442 ~ 22.85%
B 150 of 442 ~ 33.94%

%43.21
%22.85
%33.94

CMYK color model

#BF6596 color CMYK value is (0,47,21,25).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(0,47,21,25)
C0M47Y21K25 
(0%,47%,21%,25%)
(0.00/0.47/0.21/0.25)	

CMYK percentages

%0
%47.12
%21.47
%25.1

Codes

Color #BF6596 in popluar color models

BF6596
RGB191101150
HSL327°41.28%57.25%
HSB/HSV327°47.12%74.90%
CMYK0.00%47.12%21.47%
25.10%

Color #BF6596 in popluar number systems.

HEXBF6596
Decimal191101150
Binary10111111110010110010110
Octal277145226

Shades and tints

Shades of #BF6596

#BF6596
(191,101,150)
#AE5C89
(174,92,137)
#9D537C
(157,83,124)
#8C4A6F
(140,74,111)
#7B4162
(123,65,98)
#6A3855
(106,56,85)
#592F48
(89,47,72)
#48263B
(72,38,59)
#371D2E
(55,29,46)
#261421
(38,20,33)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #BF6596

#BF6596
(191,101,150)
#C4739F
(196,115,159)
#C981A8
(201,129,168)
#CE8FB1
(206,143,177)
#D39DBA
(211,157,186)
#D8ABC3
(216,171,195)
#DDB9CC
(221,185,204)
#E2C7D5
(226,199,213)
#E7D5DE
(231,213,222)
#ECE3E7
(236,227,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6596; }

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

This text font color is #BF6596.


Background Color

.myBgColor { background-color: #BF6596; }

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

This div background color is #BF6596.


Border color

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

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

This div border color is #BF6596.


Opacity

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

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

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

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

This text has shadow with #BF6596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6596 on black background.


Color preview on white background

This text has color #BF6596 on white background.



Black color preview on #BF6596 background

This text has black color on #BF6596 background.


White color preview on #BF6596 background

This text has white color on #BF6596 background.