COLOR #BF5151

HEX: #BF5151
RGB: (191,81,81)

Color info

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

RGB color model

#BF5151 color RGB value is (191,81,81).

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

RGB channels and saturation

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

191
81
81

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

Portions of RGB colors in percentages

R + G + B =
191 + 81 + 81 = 353 (100%)
R 191 of 353 ~ 54.11%
G 81 of 353 ~ 22.95%
B 81 of 353 ~ 22.95%

%54.11
%22.95
%22.95

CMYK color model

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

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

CMYK percentages

%0
%57.59
%57.59
%25.1

Codes

Color #BF5151 in popluar color models

BF5151
RGB1918181
HSL46.22%53.33%
HSB/HSV57.59%74.90%
CMYK0.00%57.59%57.59%
25.10%

Color #BF5151 in popluar number systems.

HEXBF5151
Decimal1918181
Binary1011111110100011010001
Octal277121121

Shades and tints

Shades of #BF5151

#BF5151
(191,81,81)
#AE4A4A
(174,74,74)
#9D4343
(157,67,67)
#8C3C3C
(140,60,60)
#7B3535
(123,53,53)
#6A2E2E
(106,46,46)
#592727
(89,39,39)
#482020
(72,32,32)
#371919
(55,25,25)
#261212
(38,18,18)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #BF5151

#BF5151
(191,81,81)
#C46060
(196,96,96)
#C96F6F
(201,111,111)
#CE7E7E
(206,126,126)
#D38D8D
(211,141,141)
#D89C9C
(216,156,156)
#DDABAB
(221,171,171)
#E2BABA
(226,186,186)
#E7C9C9
(231,201,201)
#ECD8D8
(236,216,216)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5151; }

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

This text font color is #BF5151.


Background Color

.myBgColor { background-color: #BF5151; }

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

This div background color is #BF5151.


Border color

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

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

This div border color is #BF5151.


Opacity

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

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

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

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

This text has shadow with #BF5151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5151 on black background.


Color preview on white background

This text has color #BF5151 on white background.



Black color preview on #BF5151 background

This text has black color on #BF5151 background.


White color preview on #BF5151 background

This text has white color on #BF5151 background.