COLOR #BF7096

HEX: #BF7096 RGB: (191,112,150)

Color info

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

RGB color model

#BF7096 color RGB value is (191,112,150).

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

RGB channels and saturation

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

191
112
150

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

Portions of RGB colors in percentages

R + G + B = 191 + 112 + 150 = 453 (100%)
R 191 of 453 ~ 42.16%
G 112 of 453 ~ 24.72%
B 150 of 453 ~ 33.11'%

%42.16
%24.72
%33.11

CMYK color model

#BF7096 color CMYK value is (0,41,21,25).

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

CMYK: (0,41,21,25)
C0M41Y21K25 (0%, 41%, 21%, 25%)
(0.00 / 0.41 / 0.21 / 0.25)

CMYK percentages

%0
%41.36
%21.47
%25.1

Codes

Color #BF7096 in popluar color models

BF 70 96
RGB 191 112 150
HSL 331° 38.16% 59.41%
HSB/HSV 331° 41.36% 74.90%
CMYK 0.00% 41.36% 21.47%
25.10%

Color #BF7096 in popluar number systems.

HEX BF 70 96
Decimal 191 112 150
Binary 10111111 1110000 10010110
Octal 277 160 226

Shades and tints

Shades of #BF7096

#BF7096
(191,112,150)
#AE6689
(174,102,137)
#9D5C7C
(157,92,124)
#8C526F
(140,82,111)
#7B4862
(123,72,98)
#6A3E55
(106,62,85)
#593448
(89,52,72)
#482A3B
(72,42,59)
#37202E
(55,32,46)
#261621
(38,22,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #BF7096

#BF7096
(191,112,150)
#C47D9F
(196,125,159)
#C98AA8
(201,138,168)
#CE97B1
(206,151,177)
#D3A4BA
(211,164,186)
#D8B1C3
(216,177,195)
#DDBECC
(221,190,204)
#E2CBD5
(226,203,213)
#E7D8DE
(231,216,222)
#ECE5E7
(236,229,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7096; }

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

This text font color is #BF7096.

Background Color

.myBgColor { background-color: #BF7096; }

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

This div background color is #BF7096.

Border color

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

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

This div border color is #BF7096.

Opacity

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

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

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

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

This text has shadow with #BF7096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7096.

Preview

Color preview on black background

This text has color #BF7096 on black background.


Color preview on white background

This text has color #BF7096 on white background.


Black color preview on #BF7096 background

This text has black color on #BF7096 background.


White color preview on #BF7096 background

This text has white color on #BF7096 background.


Related colors

Complementary color

Complementary color for #hex is #408F69.


I love getcolorcode.com

Triadic colors

1 #96BF70 and #7096BF with #BF7096 are triadic colors.

2 #9670BF and #70BF96 with #BF7096 are triadic colors.