COLOR #BF705D

HEX: #BF705D
RGB: (191,112,93)

Color info

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

RGB color model

#BF705D color RGB value is (191,112,93).

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

RGB channels and saturation

R 191 of 255 = 75%
G 112 of 255 = 44%
B 93 of 255 = 36%

191
112
93

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

Portions of RGB colors in percentages

R + G + B =
191 + 112 + 93 = 396 (100%)
R 191 of 396 ~ 48.23%
G 112 of 396 ~ 28.28%
B 93 of 396 ~ 23.48%

%48.23
%28.28
%23.48

CMYK color model

#BF705D color CMYK value is (0,41,51,25).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 51.31%
  • key color value is 25.10%
CMYK:
(0,41,51,25)
C0M41Y51K25 
(0%,41%,51%,25%)
(0.00/0.41/0.51/0.25)	

CMYK percentages

%0
%41.36
%51.31
%25.1

Codes

Color #BF705D in popluar color models

BF705D
RGB19111293
HSL12°43.36%55.69%
HSB/HSV12°51.31%74.90%
CMYK0.00%41.36%51.31%
25.10%

Color #BF705D in popluar number systems.

HEXBF705D
Decimal19111293
Binary1011111111100001011101
Octal277160135

Shades and tints

Shades of #BF705D

#BF705D
(191,112,93)
#AE6655
(174,102,85)
#9D5C4D
(157,92,77)
#8C5245
(140,82,69)
#7B483D
(123,72,61)
#6A3E35
(106,62,53)
#59342D
(89,52,45)
#482A25
(72,42,37)
#37201D
(55,32,29)
#261615
(38,22,21)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #BF705D

#BF705D
(191,112,93)
#C47D6B
(196,125,107)
#C98A79
(201,138,121)
#CE9787
(206,151,135)
#D3A495
(211,164,149)
#D8B1A3
(216,177,163)
#DDBEB1
(221,190,177)
#E2CBBF
(226,203,191)
#E7D8CD
(231,216,205)
#ECE5DB
(236,229,219)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF705D; }

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

This text font color is #BF705D.


Background Color

.myBgColor { background-color: #BF705D; }

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

This div background color is #BF705D.


Border color

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

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

This div border color is #BF705D.


Opacity

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

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

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

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

This text has shadow with #BF705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF705D on black background.


Color preview on white background

This text has color #BF705D on white background.



Black color preview on #BF705D background

This text has black color on #BF705D background.


White color preview on #BF705D background

This text has white color on #BF705D background.