COLOR #BF7E7B

HEX: #BF7E7B
RGB: (191,126,123)

Color info

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

RGB color model

#BF7E7B color RGB value is (191,126,123).

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

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 123 of 255 = 48%

191
126
123

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

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 123 = 440 (100%)
R 191 of 440 ~ 43.41%
G 126 of 440 ~ 28.64%
B 123 of 440 ~ 27.95%

%43.41
%28.64
%27.95

CMYK color model

#BF7E7B color CMYK value is (0,34,36,25).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 35.60%
  • key color value is 25.10%
CMYK:
(0,34,36,25)
C0M34Y36K25 
(0%,34%,36%,25%)
(0.00/0.34/0.36/0.25)	

CMYK percentages

%0
%34.03
%35.6
%25.1

Codes

Color #BF7E7B in popluar color models

BF7E7B
RGB191126123
HSL34.69%61.57%
HSB/HSV35.60%74.90%
CMYK0.00%34.03%35.60%
25.10%

Color #BF7E7B in popluar number systems.

HEXBF7E7B
Decimal191126123
Binary1011111111111101111011
Octal277176173

Shades and tints

Shades of #BF7E7B

#BF7E7B
(191,126,123)
#AE7370
(174,115,112)
#9D6865
(157,104,101)
#8C5D5A
(140,93,90)
#7B524F
(123,82,79)
#6A4744
(106,71,68)
#593C39
(89,60,57)
#48312E
(72,49,46)
#372623
(55,38,35)
#261B18
(38,27,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #BF7E7B

#BF7E7B
(191,126,123)
#C48987
(196,137,135)
#C99493
(201,148,147)
#CE9F9F
(206,159,159)
#D3AAAB
(211,170,171)
#D8B5B7
(216,181,183)
#DDC0C3
(221,192,195)
#E2CBCF
(226,203,207)
#E7D6DB
(231,214,219)
#ECE1E7
(236,225,231)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E7B; }

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

This text font color is #BF7E7B.


Background Color

.myBgColor { background-color: #BF7E7B; }

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

This div background color is #BF7E7B.


Border color

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

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

This div border color is #BF7E7B.


Opacity

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

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

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

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

This text has shadow with #BF7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E7B on black background.


Color preview on white background

This text has color #BF7E7B on white background.



Black color preview on #BF7E7B background

This text has black color on #BF7E7B background.


White color preview on #BF7E7B background

This text has white color on #BF7E7B background.