COLOR #BF709B

HEX: #BF709B
RGB: (191,112,155)

Color info

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

RGB color model

#BF709B color RGB value is (191,112,155).

  • red value is 191;
  • green value is 112;
  • blue value is 155.
RGB:
(191,112,155)
(75%,44%,61%)

RGB channels and saturation

R 191 of 255 = 75%
G 112 of 255 = 44%
B 155 of 255 = 61%

191
112
155

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

Portions of RGB colors in percentages

R + G + B =
191 + 112 + 155 = 458 (100%)
R 191 of 458 ~ 41.7%
G 112 of 458 ~ 24.45%
B 155 of 458 ~ 33.84%

%41.7
%24.45
%33.84

CMYK color model

#BF709B color CMYK value is (0,41,19,25).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 18.85%
  • key color value is 25.10%
CMYK:
(0,41,19,25)
C0M41Y19K25 
(0%,41%,19%,25%)
(0.00/0.41/0.19/0.25)	

CMYK percentages

%0
%41.36
%18.85
%25.1

Codes

Color #BF709B in popluar color models

BF709B
RGB191112155
HSL327°38.16%59.41%
HSB/HSV327°41.36%74.90%
CMYK0.00%41.36%18.85%
25.10%

Color #BF709B in popluar number systems.

HEXBF709B
Decimal191112155
Binary10111111111000010011011
Octal277160233

Shades and tints

Shades of #BF709B

#BF709B
(191,112,155)
#AE668D
(174,102,141)
#9D5C7F
(157,92,127)
#8C5271
(140,82,113)
#7B4863
(123,72,99)
#6A3E55
(106,62,85)
#593447
(89,52,71)
#482A39
(72,42,57)
#37202B
(55,32,43)
#26161D
(38,22,29)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #BF709B

#BF709B
(191,112,155)
#C47DA4
(196,125,164)
#C98AAD
(201,138,173)
#CE97B6
(206,151,182)
#D3A4BF
(211,164,191)
#D8B1C8
(216,177,200)
#DDBED1
(221,190,209)
#E2CBDA
(226,203,218)
#E7D8E3
(231,216,227)
#ECE5EC
(236,229,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF709B color. Also use rgb(191,112,155) instead hex code.

Text Font Color

.myTextColor { color: #BF709B; }

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

This text font color is #BF709B.


Background Color

.myBgColor { background-color: #BF709B; }

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

This div background color is #BF709B.


Border color

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

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

This div border color is #BF709B.


Opacity

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

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

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

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

This text has shadow with #BF709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF709B on black background.


Color preview on white background

This text has color #BF709B on white background.



Black color preview on #BF709B background

This text has black color on #BF709B background.


White color preview on #BF709B background

This text has white color on #BF709B background.