COLOR #BF4F51

HEX: #BF4F51
RGB: (191,79,81)

Color info

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

RGB color model

#BF4F51 color RGB value is (191,79,81).

  • red value is 191;
  • green value is 79;
  • blue value is 81.
RGB:
(191,79,81)
(75%,31%,32%)

RGB channels and saturation

R 191 of 255 = 75%
G 79 of 255 = 31%
B 81 of 255 = 32%

191
79
81

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

Portions of RGB colors in percentages

R + G + B =
191 + 79 + 81 = 351 (100%)
R 191 of 351 ~ 54.42%
G 79 of 351 ~ 22.51%
B 81 of 351 ~ 23.08%

%54.42
%22.51
%23.08

CMYK color model

#BF4F51 color CMYK value is (0,59,58,25).

  • cyan value is 0.00%
  • magenta value is 58.64%
  • yellow value is 57.59%
  • key color value is 25.10%
CMYK:
(0,59,58,25)
C0M59Y58K25 
(0%,59%,58%,25%)
(0.00/0.59/0.58/0.25)	

CMYK percentages

%0
%58.64
%57.59
%25.1

Codes

Color #BF4F51 in popluar color models

BF4F51
RGB1917981
HSL359°46.67%52.94%
HSB/HSV359°58.64%74.90%
CMYK0.00%58.64%57.59%
25.10%

Color #BF4F51 in popluar number systems.

HEXBF4F51
Decimal1917981
Binary1011111110011111010001
Octal277117121

Shades and tints

Shades of #BF4F51

#BF4F51
(191,79,81)
#AE484A
(174,72,74)
#9D4143
(157,65,67)
#8C3A3C
(140,58,60)
#7B3335
(123,51,53)
#6A2C2E
(106,44,46)
#592527
(89,37,39)
#481E20
(72,30,32)
#371719
(55,23,25)
#261012
(38,16,18)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #BF4F51

#BF4F51
(191,79,81)
#C45F60
(196,95,96)
#C96F6F
(201,111,111)
#CE7F7E
(206,127,126)
#D38F8D
(211,143,141)
#D89F9C
(216,159,156)
#DDAFAB
(221,175,171)
#E2BFBA
(226,191,186)
#E7CFC9
(231,207,201)
#ECDFD8
(236,223,216)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF4F51 color. Also use rgb(191,79,81) instead hex code.

Text Font Color

.myTextColor { color: #BF4F51; }

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

This text font color is #BF4F51.


Background Color

.myBgColor { background-color: #BF4F51; }

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

This div background color is #BF4F51.


Border color

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

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

This div border color is #BF4F51.


Opacity

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

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

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

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

This text has shadow with #BF4F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4F51 on black background.


Color preview on white background

This text has color #BF4F51 on white background.



Black color preview on #BF4F51 background

This text has black color on #BF4F51 background.


White color preview on #BF4F51 background

This text has white color on #BF4F51 background.