COLOR #BF706F

HEX: #BF706F RGB: (191,112,111)

Color info

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

RGB color model

#BF706F color RGB value is (191,112,111).

RGB: (191,112,111) (75%, 44%, 44%)

RGB channels and saturation

R 191 of 255 = 75%
G 112 of 255 = 44%
B 111 of 255 = 44%

191
112
111

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

Portions of RGB colors in percentages

R + G + B = 191 + 112 + 111 = 414 (100%)
R 191 of 414 ~ 46.14%
G 112 of 414 ~ 27.05%
B 111 of 414 ~ 26.81'%

%46.14
%27.05
%26.81

CMYK color model

#BF706F color CMYK value is (0,41,42,25).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 41.88%
  • key color value is 25.10%

CMYK: (0,41,42,25)
C0M41Y42K25 (0%, 41%, 42%, 25%)
(0.00 / 0.41 / 0.42 / 0.25)

CMYK percentages

%0
%41.36
%41.88
%25.1

Codes

Color #BF706F in popluar color models

BF 70 6F
RGB 191 112 111
HSL 38.46% 59.22%
HSB/HSV 41.88% 74.90%
CMYK 0.00% 41.36% 41.88%
25.10%

Color #BF706F in popluar number systems.

HEX BF 70 6F
Decimal 191 112 111
Binary 10111111 1110000 1101111
Octal 277 160 157

Shades and tints

Shades of #BF706F

#BF706F
(191,112,111)
#AE6665
(174,102,101)
#9D5C5B
(157,92,91)
#8C5251
(140,82,81)
#7B4847
(123,72,71)
#6A3E3D
(106,62,61)
#593433
(89,52,51)
#482A29
(72,42,41)
#37201F
(55,32,31)
#261615
(38,22,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #BF706F

#BF706F
(191,112,111)
#C47D7C
(196,125,124)
#C98A89
(201,138,137)
#CE9796
(206,151,150)
#D3A4A3
(211,164,163)
#D8B1B0
(216,177,176)
#DDBEBD
(221,190,189)
#E2CBCA
(226,203,202)
#E7D8D7
(231,216,215)
#ECE5E4
(236,229,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF706F; }

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

This text font color is #BF706F.

Background Color

.myBgColor { background-color: #BF706F; }

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

This div background color is #BF706F.

Border color

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

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

This div border color is #BF706F.

Opacity

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

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

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

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

This text has shadow with #BF706F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF706F.

Preview

Color preview on black background

This text has color #BF706F on black background.


Color preview on white background

This text has color #BF706F on white background.


Black color preview on #BF706F background

This text has black color on #BF706F background.


White color preview on #BF706F background

This text has white color on #BF706F background.


Related colors

Complementary color

Complementary color for #hex is #408F90.


I love getcolorcode.com

Triadic colors

1 #6FBF70 and #706FBF with #BF706F are triadic colors.

2 #6F70BF and #70BF6F with #BF706F are triadic colors.