COLOR #BF5D80

HEX: #BF5D80
RGB: (191,93,128)

Color info

#BF5D80 contains mainly red color. Web safe color of #BF5D80 is #CC6666 (or #C66).

RGB color model

#BF5D80 color RGB value is (191,93,128).

  • red value is 191;
  • green value is 93;
  • blue value is 128.
RGB:
(191,93,128)
(75%,36%,50%)

RGB channels and saturation

R 191 of 255 = 75%
G 93 of 255 = 36%
B 128 of 255 = 50%

191
93
128

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

Portions of RGB colors in percentages

R + G + B =
191 + 93 + 128 = 412 (100%)
R 191 of 412 ~ 46.36%
G 93 of 412 ~ 22.57%
B 128 of 412 ~ 31.07%

%46.36
%22.57
%31.07

CMYK color model

#BF5D80 color CMYK value is (0,51,33,25).

  • cyan value is 0.00%
  • magenta value is 51.31%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK:
(0,51,33,25)
C0M51Y33K25 
(0%,51%,33%,25%)
(0.00/0.51/0.33/0.25)	

CMYK percentages

%0
%51.31
%32.98
%25.1

Codes

Color #BF5D80 in popluar color models

BF5D80
RGB19193128
HSL339°43.36%55.69%
HSB/HSV339°51.31%74.90%
CMYK0.00%51.31%32.98%
25.10%

Color #BF5D80 in popluar number systems.

HEXBF5D80
Decimal19193128
Binary10111111101110110000000
Octal277135200

Shades and tints

Shades of #BF5D80

#BF5D80
(191,93,128)
#AE5575
(174,85,117)
#9D4D6A
(157,77,106)
#8C455F
(140,69,95)
#7B3D54
(123,61,84)
#6A3549
(106,53,73)
#592D3E
(89,45,62)
#482533
(72,37,51)
#371D28
(55,29,40)
#26151D
(38,21,29)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #BF5D80

#BF5D80
(191,93,128)
#C46B8B
(196,107,139)
#C97996
(201,121,150)
#CE87A1
(206,135,161)
#D395AC
(211,149,172)
#D8A3B7
(216,163,183)
#DDB1C2
(221,177,194)
#E2BFCD
(226,191,205)
#E7CDD8
(231,205,216)
#ECDBE3
(236,219,227)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5D80 color. Also use rgb(191,93,128) instead hex code.

Text Font Color

.myTextColor { color: #BF5D80; }

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

This text font color is #BF5D80.


Background Color

.myBgColor { background-color: #BF5D80; }

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

This div background color is #BF5D80.


Border color

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

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

This div border color is #BF5D80.


Opacity

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

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

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

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

This text has shadow with #BF5D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5D80 on black background.


Color preview on white background

This text has color #BF5D80 on white background.



Black color preview on #BF5D80 background

This text has black color on #BF5D80 background.


White color preview on #BF5D80 background

This text has white color on #BF5D80 background.