COLOR #BF77AB

HEX: #BF77AB RGB: (191,119,171)

Color info

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

RGB color model

#BF77AB color RGB value is (191,119,171).

RGB: (191,119,171) (75%, 47%, 67%)

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 171 of 255 = 67%

191
119
171

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

Portions of RGB colors in percentages

R + G + B = 191 + 119 + 171 = 481 (100%)
R 191 of 481 ~ 39.71%
G 119 of 481 ~ 24.74%
B 171 of 481 ~ 35.55'%

%39.71
%24.74
%35.55

CMYK color model

#BF77AB color CMYK value is (0,38,10,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK: (0,38,10,25) C0M38Y10K25 (0%,38%,10%,25%) (0.00/0.38/0.10/0.25) 

CMYK percentages

%0
%37.7
%10.47
%25.1

Codes

Color #BF77AB in popluar color models

BF 77 AB
RGB 191 119 171
HSL 317° 36.00% 60.78%
HSB/HSV 317° 37.70% 74.90%
CMYK 0.00% 37.70% 10.47%
25.10%

Color #BF77AB in popluar number systems.

HEX BF 77 AB
Decimal 191 119 171
Binary 10111111 1110111 10101011
Octal 277 167 253

Shades and tints

Shades of #BF77AB

#BF77AB
(191,119,171)
#AE6D9C
(174,109,156)
#9D638D
(157,99,141)
#8C597E
(140,89,126)
#7B4F6F
(123,79,111)
#6A4560
(106,69,96)
#593B51
(89,59,81)
#483142
(72,49,66)
#372733
(55,39,51)
#261D24
(38,29,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #BF77AB

#BF77AB
(191,119,171)
#C483B2
(196,131,178)
#C98FB9
(201,143,185)
#CE9BC0
(206,155,192)
#D3A7C7
(211,167,199)
#D8B3CE
(216,179,206)
#DDBFD5
(221,191,213)
#E2CBDC
(226,203,220)
#E7D7E3
(231,215,227)
#ECE3EA
(236,227,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF77AB color. Also use rgb(191,119,171) instead hex code.

Text Font Color

.myTextColor { color: #BF77AB; }

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

This text font color is #BF77AB.

Background Color

.myBgColor { background-color: #BF77AB; }

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

This div background color is #BF77AB.

Border color

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

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

This div border color is #BF77AB.

Opacity

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

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

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

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

This text has shadow with #BF77AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF77AB.

Preview

Color preview on black background

This text has color #BF77AB on black background.


Color preview on white background

This text has color #BF77AB on white background.


Black color preview on #BF77AB background

This text has black color on #BF77AB background.


White color preview on #BF77AB background

This text has white color on #BF77AB background.


Related colors

Complementary color

Complementary color for #hex is #408854.


I love getcolorcode.com

Triadic colors

1 #ABBF77 and #77ABBF with #BF77AB are triadic colors.

2 #AB77BF and #77BFAB with #BF77AB are triadic colors.