COLOR #BF4859

HEX: #BF4859
RGB: (191,72,89)

Color info

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

RGB color model

#BF4859 color RGB value is (191,72,89).

  • red value is 191;
  • green value is 72;
  • blue value is 89.
RGB:
(191,72,89)
(75%,28%,35%)

RGB channels and saturation

R 191 of 255 = 75%
G 72 of 255 = 28%
B 89 of 255 = 35%

191
72
89

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

Portions of RGB colors in percentages

R + G + B =
191 + 72 + 89 = 352 (100%)
R 191 of 352 ~ 54.26%
G 72 of 352 ~ 20.45%
B 89 of 352 ~ 25.28%

%54.26
%20.45
%25.28

CMYK color model

#BF4859 color CMYK value is (0,62,53,25).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 53.40%
  • key color value is 25.10%
CMYK:
(0,62,53,25)
C0M62Y53K25 
(0%,62%,53%,25%)
(0.00/0.62/0.53/0.25)	

CMYK percentages

%0
%62.3
%53.4
%25.1

Codes

Color #BF4859 in popluar color models

BF4859
RGB1917289
HSL351°48.18%51.57%
HSB/HSV351°62.30%74.90%
CMYK0.00%62.30%53.40%
25.10%

Color #BF4859 in popluar number systems.

HEXBF4859
Decimal1917289
Binary1011111110010001011001
Octal277110131

Shades and tints

Shades of #BF4859

#BF4859
(191,72,89)
#AE4251
(174,66,81)
#9D3C49
(157,60,73)
#8C3641
(140,54,65)
#7B3039
(123,48,57)
#6A2A31
(106,42,49)
#592429
(89,36,41)
#481E21
(72,30,33)
#371819
(55,24,25)
#261211
(38,18,17)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #BF4859

#BF4859
(191,72,89)
#C45868
(196,88,104)
#C96877
(201,104,119)
#CE7886
(206,120,134)
#D38895
(211,136,149)
#D898A4
(216,152,164)
#DDA8B3
(221,168,179)
#E2B8C2
(226,184,194)
#E7C8D1
(231,200,209)
#ECD8E0
(236,216,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF4859; }

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

This text font color is #BF4859.


Background Color

.myBgColor { background-color: #BF4859; }

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

This div background color is #BF4859.


Border color

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

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

This div border color is #BF4859.


Opacity

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

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

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

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

This text has shadow with #BF4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4859 on black background.


Color preview on white background

This text has color #BF4859 on white background.



Black color preview on #BF4859 background

This text has black color on #BF4859 background.


White color preview on #BF4859 background

This text has white color on #BF4859 background.