COLOR #BF7F73

HEX: #BF7F73
RGB: (191,127,115)

Color info

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

RGB color model

#BF7F73 color RGB value is (191,127,115).

  • red value is 191;
  • green value is 127;
  • blue value is 115.
RGB:
(191,127,115)
(75%,50%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 127 of 255 = 50%
B 115 of 255 = 45%

191
127
115

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

Portions of RGB colors in percentages

R + G + B =
191 + 127 + 115 = 433 (100%)
R 191 of 433 ~ 44.11%
G 127 of 433 ~ 29.33%
B 115 of 433 ~ 26.56%

%44.11
%29.33
%26.56

CMYK color model

#BF7F73 color CMYK value is (0,34,40,25).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK:
(0,34,40,25)
C0M34Y40K25 
(0%,34%,40%,25%)
(0.00/0.34/0.40/0.25)	

CMYK percentages

%0
%33.51
%39.79
%25.1

Codes

Color #BF7F73 in popluar color models

BF7F73
RGB191127115
HSL37.25%60.00%
HSB/HSV39.79%74.90%
CMYK0.00%33.51%39.79%
25.10%

Color #BF7F73 in popluar number systems.

HEXBF7F73
Decimal191127115
Binary1011111111111111110011
Octal277177163

Shades and tints

Shades of #BF7F73

#BF7F73
(191,127,115)
#AE7469
(174,116,105)
#9D695F
(157,105,95)
#8C5E55
(140,94,85)
#7B534B
(123,83,75)
#6A4841
(106,72,65)
#593D37
(89,61,55)
#48322D
(72,50,45)
#372723
(55,39,35)
#261C19
(38,28,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BF7F73

#BF7F73
(191,127,115)
#C48A7F
(196,138,127)
#C9958B
(201,149,139)
#CEA097
(206,160,151)
#D3ABA3
(211,171,163)
#D8B6AF
(216,182,175)
#DDC1BB
(221,193,187)
#E2CCC7
(226,204,199)
#E7D7D3
(231,215,211)
#ECE2DF
(236,226,223)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7F73; }

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

This text font color is #BF7F73.


Background Color

.myBgColor { background-color: #BF7F73; }

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

This div background color is #BF7F73.


Border color

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

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

This div border color is #BF7F73.


Opacity

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

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

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

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

This text has shadow with #BF7F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7F73 on black background.


Color preview on white background

This text has color #BF7F73 on white background.



Black color preview on #BF7F73 background

This text has black color on #BF7F73 background.


White color preview on #BF7F73 background

This text has white color on #BF7F73 background.