COLOR #BF7599

HEX: #BF7599
RGB: (191,117,153)

Color info

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

RGB color model

#BF7599 color RGB value is (191,117,153).

  • red value is 191;
  • green value is 117;
  • blue value is 153.
RGB:
(191,117,153)
(75%,46%,60%)

RGB channels and saturation

R 191 of 255 = 75%
G 117 of 255 = 46%
B 153 of 255 = 60%

191
117
153

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

Portions of RGB colors in percentages

R + G + B =
191 + 117 + 153 = 461 (100%)
R 191 of 461 ~ 41.43%
G 117 of 461 ~ 25.38%
B 153 of 461 ~ 33.19%

%41.43
%25.38
%33.19

CMYK color model

#BF7599 color CMYK value is (0,39,20,25).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(0,39,20,25)
C0M39Y20K25 
(0%,39%,20%,25%)
(0.00/0.39/0.20/0.25)	

CMYK percentages

%0
%38.74
%19.9
%25.1

Codes

Color #BF7599 in popluar color models

BF7599
RGB191117153
HSL331°36.63%60.39%
HSB/HSV331°38.74%74.90%
CMYK0.00%38.74%19.90%
25.10%

Color #BF7599 in popluar number systems.

HEXBF7599
Decimal191117153
Binary10111111111010110011001
Octal277165231

Shades and tints

Shades of #BF7599

#BF7599
(191,117,153)
#AE6B8C
(174,107,140)
#9D617F
(157,97,127)
#8C5772
(140,87,114)
#7B4D65
(123,77,101)
#6A4358
(106,67,88)
#59394B
(89,57,75)
#482F3E
(72,47,62)
#372531
(55,37,49)
#261B24
(38,27,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #BF7599

#BF7599
(191,117,153)
#C481A2
(196,129,162)
#C98DAB
(201,141,171)
#CE99B4
(206,153,180)
#D3A5BD
(211,165,189)
#D8B1C6
(216,177,198)
#DDBDCF
(221,189,207)
#E2C9D8
(226,201,216)
#E7D5E1
(231,213,225)
#ECE1EA
(236,225,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7599 color. Also use rgb(191,117,153) instead hex code.

Text Font Color

.myTextColor { color: #BF7599; }

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

This text font color is #BF7599.


Background Color

.myBgColor { background-color: #BF7599; }

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

This div background color is #BF7599.


Border color

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

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

This div border color is #BF7599.


Opacity

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

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

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

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

This text has shadow with #BF7599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7599 on black background.


Color preview on white background

This text has color #BF7599 on white background.



Black color preview on #BF7599 background

This text has black color on #BF7599 background.


White color preview on #BF7599 background

This text has white color on #BF7599 background.