COLOR #BF76AD

HEX: #BF76AD RGB: (191,118,173)

Color info

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

RGB color model

#BF76AD color RGB value is (191,118,173).

RGB: (191,118,173) (75%, 46%, 68%)

RGB channels and saturation

R 191 of 255 = 75%
G 118 of 255 = 46%
B 173 of 255 = 68%

191
118
173

R + G + B ~ 63%. #BF76AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 118 + 173 = 482 (100%)
R 191 of 482 ~ 39.63%
G 118 of 482 ~ 24.48%
B 173 of 482 ~ 35.89'%

%39.63
%24.48
%35.89

CMYK color model

#BF76AD color CMYK value is (0,38,9,25).

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 9.42%
  • key color value is 25.10%

CMYK: (0,38,9,25)
C0M38Y9K25 (0%, 38%, 9%, 25%)
(0.00 / 0.38 / 0.09 / 0.25)

CMYK percentages

%0
%38.22
%9.42
%25.1

Codes

Color #BF76AD in popluar color models

BF 76 AD
RGB 191 118 173
HSL 315° 36.32% 60.59%
HSB/HSV 315° 38.22% 74.90%
CMYK 0.00% 38.22% 9.42%
25.10%

Color #BF76AD in popluar number systems.

HEX BF 76 AD
Decimal 191 118 173
Binary 10111111 1110110 10101101
Octal 277 166 255

Shades and tints

Shades of #BF76AD

#BF76AD
(191,118,173)
#AE6C9E
(174,108,158)
#9D628F
(157,98,143)
#8C5880
(140,88,128)
#7B4E71
(123,78,113)
#6A4462
(106,68,98)
#593A53
(89,58,83)
#483044
(72,48,68)
#372635
(55,38,53)
#261C26
(38,28,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #BF76AD

#BF76AD
(191,118,173)
#C482B4
(196,130,180)
#C98EBB
(201,142,187)
#CE9AC2
(206,154,194)
#D3A6C9
(211,166,201)
#D8B2D0
(216,178,208)
#DDBED7
(221,190,215)
#E2CADE
(226,202,222)
#E7D6E5
(231,214,229)
#ECE2EC
(236,226,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF76AD color. Also use rgb(191,118,173) instead hex code.

Text Font Color

.myTextColor { color: #BF76AD; }

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

This text font color is #BF76AD.

Background Color

.myBgColor { background-color: #BF76AD; }

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

This div background color is #BF76AD.

Border color

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

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

This div border color is #BF76AD.

Opacity

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

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

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

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

This text has shadow with #BF76AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF76AD.

Preview

Color preview on black background

This text has color #BF76AD on black background.


Color preview on white background

This text has color #BF76AD on white background.


Black color preview on #BF76AD background

This text has black color on #BF76AD background.


White color preview on #BF76AD background

This text has white color on #BF76AD background.


Related colors

Complementary color

Complementary color for #hex is #408952.


I love getcolorcode.com

Triadic colors

1 #ADBF76 and #76ADBF with #BF76AD are triadic colors.

2 #AD76BF and #76BFAD with #BF76AD are triadic colors.