COLOR #BF7074

HEX: #BF7074
RGB: (191,112,116)

Color info

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

RGB color model

#BF7074 color RGB value is (191,112,116).

  • red value is 191;
  • green value is 112;
  • blue value is 116.
RGB:
(191,112,116)
(75%,44%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 112 of 255 = 44%
B 116 of 255 = 45%

191
112
116

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

Portions of RGB colors in percentages

R + G + B =
191 + 112 + 116 = 419 (100%)
R 191 of 419 ~ 45.58%
G 112 of 419 ~ 26.73%
B 116 of 419 ~ 27.68%

%45.58
%26.73
%27.68

CMYK color model

#BF7074 color CMYK value is (0,41,39,25).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 39.27%
  • key color value is 25.10%
CMYK:
(0,41,39,25)
C0M41Y39K25 
(0%,41%,39%,25%)
(0.00/0.41/0.39/0.25)	

CMYK percentages

%0
%41.36
%39.27
%25.1

Codes

Color #BF7074 in popluar color models

BF7074
RGB191112116
HSL357°38.16%59.41%
HSB/HSV357°41.36%74.90%
CMYK0.00%41.36%39.27%
25.10%

Color #BF7074 in popluar number systems.

HEXBF7074
Decimal191112116
Binary1011111111100001110100
Octal277160164

Shades and tints

Shades of #BF7074

#BF7074
(191,112,116)
#AE666A
(174,102,106)
#9D5C60
(157,92,96)
#8C5256
(140,82,86)
#7B484C
(123,72,76)
#6A3E42
(106,62,66)
#593438
(89,52,56)
#482A2E
(72,42,46)
#372024
(55,32,36)
#26161A
(38,22,26)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #BF7074

#BF7074
(191,112,116)
#C47D80
(196,125,128)
#C98A8C
(201,138,140)
#CE9798
(206,151,152)
#D3A4A4
(211,164,164)
#D8B1B0
(216,177,176)
#DDBEBC
(221,190,188)
#E2CBC8
(226,203,200)
#E7D8D4
(231,216,212)
#ECE5E0
(236,229,224)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7074; }

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

This text font color is #BF7074.


Background Color

.myBgColor { background-color: #BF7074; }

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

This div background color is #BF7074.


Border color

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

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

This div border color is #BF7074.


Opacity

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

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

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

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

This text has shadow with #BF7074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7074 on black background.


Color preview on white background

This text has color #BF7074 on white background.



Black color preview on #BF7074 background

This text has black color on #BF7074 background.


White color preview on #BF7074 background

This text has white color on #BF7074 background.