COLOR #BF4873

HEX: #BF4873 RGB: (191,72,115)

Color info

#BF4873 contains mainly red color. Web safe color of #BF4873 is #CC3366 (or #C36).

RGB color model

#BF4873 color RGB value is (191,72,115).

RGB: (191,72,115) (75%, 28%, 45%)

RGB channels and saturation

R 191 of 255 = 75%
G 72 of 255 = 28%
B 115 of 255 = 45%

191
72
115

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

Portions of RGB colors in percentages

R + G + B = 191 + 72 + 115 = 378 (100%)
R 191 of 378 ~ 50.53%
G 72 of 378 ~ 19.05%
B 115 of 378 ~ 30.42'%

%50.53
%19.05
%30.42

CMYK color model

#BF4873 color CMYK value is (0,62,40,25).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 39.79%
  • key color value is 25.10%

CMYK: (0,62,40,25)
C0M62Y40K25 (0%, 62%, 40%, 25%)
(0.00 / 0.62 / 0.40 / 0.25)

CMYK percentages

%0
%62.3
%39.79
%25.1

Codes

Color #BF4873 in popluar color models

BF 48 73
RGB 191 72 115
HSL 338° 48.18% 51.57%
HSB/HSV 338° 62.30% 74.90%
CMYK 0.00% 62.30% 39.79%
25.10%

Color #BF4873 in popluar number systems.

HEX BF 48 73
Decimal 191 72 115
Binary 10111111 1001000 1110011
Octal 277 110 163

Shades and tints

Shades of #BF4873

#BF4873
(191,72,115)
#AE4269
(174,66,105)
#9D3C5F
(157,60,95)
#8C3655
(140,54,85)
#7B304B
(123,48,75)
#6A2A41
(106,42,65)
#592437
(89,36,55)
#481E2D
(72,30,45)
#371823
(55,24,35)
#261219
(38,18,25)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #BF4873

#BF4873
(191,72,115)
#C4587F
(196,88,127)
#C9688B
(201,104,139)
#CE7897
(206,120,151)
#D388A3
(211,136,163)
#D898AF
(216,152,175)
#DDA8BB
(221,168,187)
#E2B8C7
(226,184,199)
#E7C8D3
(231,200,211)
#ECD8DF
(236,216,223)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4873 color. Also use rgb(191,72,115) instead hex code.

Text Font Color

.myTextColor { color: #BF4873; }

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

This text font color is #BF4873.

Background Color

.myBgColor { background-color: #BF4873; }

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

This div background color is #BF4873.

Border color

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

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

This div border color is #BF4873.

Opacity

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

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

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

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

This text has shadow with #BF4873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF4873.

Preview

Color preview on black background

This text has color #BF4873 on black background.


Color preview on white background

This text has color #BF4873 on white background.


Black color preview on #BF4873 background

This text has black color on #BF4873 background.


White color preview on #BF4873 background

This text has white color on #BF4873 background.


Related colors

Complementary color

Complementary color for #hex is #40B78C.


I love getcolorcode.com

Triadic colors

1 #73BF48 and #4873BF with #BF4873 are triadic colors.

2 #7348BF and #48BF73 with #BF4873 are triadic colors.