COLOR #BF7E70

HEX: #BF7E70
RGB: (191,126,112)

Color info

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

RGB color model

#BF7E70 color RGB value is (191,126,112).

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

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 112 of 255 = 44%

191
126
112

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

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 112 = 429 (100%)
R 191 of 429 ~ 44.52%
G 126 of 429 ~ 29.37%
B 112 of 429 ~ 26.11%

%44.52
%29.37
%26.11

CMYK color model

#BF7E70 color CMYK value is (0,34,41,25).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 41.36%
  • key color value is 25.10%
CMYK:
(0,34,41,25)
C0M34Y41K25 
(0%,34%,41%,25%)
(0.00/0.34/0.41/0.25)	

CMYK percentages

%0
%34.03
%41.36
%25.1

Codes

Color #BF7E70 in popluar color models

BF7E70
RGB191126112
HSL11°38.16%59.41%
HSB/HSV11°41.36%74.90%
CMYK0.00%34.03%41.36%
25.10%

Color #BF7E70 in popluar number systems.

HEXBF7E70
Decimal191126112
Binary1011111111111101110000
Octal277176160

Shades and tints

Shades of #BF7E70

#BF7E70
(191,126,112)
#AE7366
(174,115,102)
#9D685C
(157,104,92)
#8C5D52
(140,93,82)
#7B5248
(123,82,72)
#6A473E
(106,71,62)
#593C34
(89,60,52)
#48312A
(72,49,42)
#372620
(55,38,32)
#261B16
(38,27,22)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #BF7E70

#BF7E70
(191,126,112)
#C4897D
(196,137,125)
#C9948A
(201,148,138)
#CE9F97
(206,159,151)
#D3AAA4
(211,170,164)
#D8B5B1
(216,181,177)
#DDC0BE
(221,192,190)
#E2CBCB
(226,203,203)
#E7D6D8
(231,214,216)
#ECE1E5
(236,225,229)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E70; }

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

This text font color is #BF7E70.


Background Color

.myBgColor { background-color: #BF7E70; }

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

This div background color is #BF7E70.


Border color

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

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

This div border color is #BF7E70.


Opacity

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

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

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

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

This text has shadow with #BF7E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E70 on black background.


Color preview on white background

This text has color #BF7E70 on white background.



Black color preview on #BF7E70 background

This text has black color on #BF7E70 background.


White color preview on #BF7E70 background

This text has white color on #BF7E70 background.