COLOR #BC7E5F

HEX: #BC7E5F
RGB: (188,126,95)

Color info

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

RGB color model

#BC7E5F color RGB value is (188,126,95).

  • red value is 188;
  • green value is 126;
  • blue value is 95.
RGB:
(188,126,95)
(74%,49%,37%)

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 95 of 255 = 37%

188
126
95

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

Portions of RGB colors in percentages

R + G + B =
188 + 126 + 95 = 409 (100%)
R 188 of 409 ~ 45.97%
G 126 of 409 ~ 30.81%
B 95 of 409 ~ 23.23%

%45.97
%30.81
%23.23

CMYK color model

#BC7E5F color CMYK value is (0,33,49,26).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 49.47%
  • key color value is 26.27%
CMYK:
(0,33,49,26)
C0M33Y49K26 
(0%,33%,49%,26%)
(0.00/0.33/0.49/0.26)	

CMYK percentages

%0
%32.98
%49.47
%26.27

Codes

Color #BC7E5F in popluar color models

BC7E5F
RGB18812695
HSL20°40.97%55.49%
HSB/HSV20°49.47%73.73%
CMYK0.00%32.98%49.47%
26.27%

Color #BC7E5F in popluar number systems.

HEXBC7E5F
Decimal18812695
Binary1011110011111101011111
Octal274176137

Shades and tints

Shades of #BC7E5F

#BC7E5F
(188,126,95)
#AB7357
(171,115,87)
#9A684F
(154,104,79)
#895D47
(137,93,71)
#78523F
(120,82,63)
#674737
(103,71,55)
#563C2F
(86,60,47)
#453127
(69,49,39)
#34261F
(52,38,31)
#231B17
(35,27,23)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC7E5F

#BC7E5F
(188,126,95)
#C2896D
(194,137,109)
#C8947B
(200,148,123)
#CE9F89
(206,159,137)
#D4AA97
(212,170,151)
#DAB5A5
(218,181,165)
#E0C0B3
(224,192,179)
#E6CBC1
(230,203,193)
#ECD6CF
(236,214,207)
#F2E1DD
(242,225,221)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7E5F color. Also use rgb(188,126,95) instead hex code.

Text Font Color

.myTextColor { color: #BC7E5F; }

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

This text font color is #BC7E5F.


Background Color

.myBgColor { background-color: #BC7E5F; }

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

This div background color is #BC7E5F.


Border color

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

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

This div border color is #BC7E5F.


Opacity

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

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

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

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

This text has shadow with #BC7E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E5F on black background.


Color preview on white background

This text has color #BC7E5F on white background.



Black color preview on #BC7E5F background

This text has black color on #BC7E5F background.


White color preview on #BC7E5F background

This text has white color on #BC7E5F background.