COLOR #BF4F65

HEX: #BF4F65
RGB: (191,79,101)

Color info

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

RGB color model

#BF4F65 color RGB value is (191,79,101).

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

RGB channels and saturation

R 191 of 255 = 75%
G 79 of 255 = 31%
B 101 of 255 = 40%

191
79
101

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

Portions of RGB colors in percentages

R + G + B =
191 + 79 + 101 = 371 (100%)
R 191 of 371 ~ 51.48%
G 79 of 371 ~ 21.29%
B 101 of 371 ~ 27.22%

%51.48
%21.29
%27.22

CMYK color model

#BF4F65 color CMYK value is (0,59,47,25).

  • cyan value is 0.00%
  • magenta value is 58.64%
  • yellow value is 47.12%
  • key color value is 25.10%
CMYK:
(0,59,47,25)
C0M59Y47K25 
(0%,59%,47%,25%)
(0.00/0.59/0.47/0.25)	

CMYK percentages

%0
%58.64
%47.12
%25.1

Codes

Color #BF4F65 in popluar color models

BF4F65
RGB19179101
HSL348°46.67%52.94%
HSB/HSV348°58.64%74.90%
CMYK0.00%58.64%47.12%
25.10%

Color #BF4F65 in popluar number systems.

HEXBF4F65
Decimal19179101
Binary1011111110011111100101
Octal277117145

Shades and tints

Shades of #BF4F65

#BF4F65
(191,79,101)
#AE485C
(174,72,92)
#9D4153
(157,65,83)
#8C3A4A
(140,58,74)
#7B3341
(123,51,65)
#6A2C38
(106,44,56)
#59252F
(89,37,47)
#481E26
(72,30,38)
#37171D
(55,23,29)
#261014
(38,16,20)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #BF4F65

#BF4F65
(191,79,101)
#C45F73
(196,95,115)
#C96F81
(201,111,129)
#CE7F8F
(206,127,143)
#D38F9D
(211,143,157)
#D89FAB
(216,159,171)
#DDAFB9
(221,175,185)
#E2BFC7
(226,191,199)
#E7CFD5
(231,207,213)
#ECDFE3
(236,223,227)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF4F65; }

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

This text font color is #BF4F65.


Background Color

.myBgColor { background-color: #BF4F65; }

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

This div background color is #BF4F65.


Border color

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

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

This div border color is #BF4F65.


Opacity

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

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

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

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

This text has shadow with #BF4F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4F65 on black background.


Color preview on white background

This text has color #BF4F65 on white background.



Black color preview on #BF4F65 background

This text has black color on #BF4F65 background.


White color preview on #BF4F65 background

This text has white color on #BF4F65 background.