COLOR #BF4A76

HEX: #BF4A76
RGB: (191,74,118)

Color info

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

RGB color model

#BF4A76 color RGB value is (191,74,118).

  • red value is 191;
  • green value is 74;
  • blue value is 118.
RGB:
(191,74,118)
(75%,29%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 74 of 255 = 29%
B 118 of 255 = 46%

191
74
118

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

Portions of RGB colors in percentages

R + G + B =
191 + 74 + 118 = 383 (100%)
R 191 of 383 ~ 49.87%
G 74 of 383 ~ 19.32%
B 118 of 383 ~ 30.81%

%49.87
%19.32
%30.81

CMYK color model

#BF4A76 color CMYK value is (0,61,38,25).

  • cyan value is 0.00%
  • magenta value is 61.26%
  • yellow value is 38.22%
  • key color value is 25.10%
CMYK:
(0,61,38,25)
C0M61Y38K25 
(0%,61%,38%,25%)
(0.00/0.61/0.38/0.25)	

CMYK percentages

%0
%61.26
%38.22
%25.1

Codes

Color #BF4A76 in popluar color models

BF4A76
RGB19174118
HSL337°47.76%51.96%
HSB/HSV337°61.26%74.90%
CMYK0.00%61.26%38.22%
25.10%

Color #BF4A76 in popluar number systems.

HEXBF4A76
Decimal19174118
Binary1011111110010101110110
Octal277112166

Shades and tints

Shades of #BF4A76

#BF4A76
(191,74,118)
#AE446C
(174,68,108)
#9D3E62
(157,62,98)
#8C3858
(140,56,88)
#7B324E
(123,50,78)
#6A2C44
(106,44,68)
#59263A
(89,38,58)
#482030
(72,32,48)
#371A26
(55,26,38)
#26141C
(38,20,28)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #BF4A76

#BF4A76
(191,74,118)
#C45A82
(196,90,130)
#C96A8E
(201,106,142)
#CE7A9A
(206,122,154)
#D38AA6
(211,138,166)
#D89AB2
(216,154,178)
#DDAABE
(221,170,190)
#E2BACA
(226,186,202)
#E7CAD6
(231,202,214)
#ECDAE2
(236,218,226)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF4A76; }

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

This text font color is #BF4A76.


Background Color

.myBgColor { background-color: #BF4A76; }

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

This div background color is #BF4A76.


Border color

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

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

This div border color is #BF4A76.


Opacity

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

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

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

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

This text has shadow with #BF4A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF4A76 on black background.


Color preview on white background

This text has color #BF4A76 on white background.



Black color preview on #BF4A76 background

This text has black color on #BF4A76 background.


White color preview on #BF4A76 background

This text has white color on #BF4A76 background.