COLOR #BC7E65

HEX: #BC7E65
RGB: (188,126,101)

Color info

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

RGB color model

#BC7E65 color RGB value is (188,126,101).

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

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 101 of 255 = 40%

188
126
101

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

Portions of RGB colors in percentages

R + G + B =
188 + 126 + 101 = 415 (100%)
R 188 of 415 ~ 45.3%
G 126 of 415 ~ 30.36%
B 101 of 415 ~ 24.34%

%45.3
%30.36
%24.34

CMYK color model

#BC7E65 color CMYK value is (0,33,46,26).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK:
(0,33,46,26)
C0M33Y46K26 
(0%,33%,46%,26%)
(0.00/0.33/0.46/0.26)	

CMYK percentages

%0
%32.98
%46.28
%26.27

Codes

Color #BC7E65 in popluar color models

BC7E65
RGB188126101
HSL17°39.37%56.67%
HSB/HSV17°46.28%73.73%
CMYK0.00%32.98%46.28%
26.27%

Color #BC7E65 in popluar number systems.

HEXBC7E65
Decimal188126101
Binary1011110011111101100101
Octal274176145

Shades and tints

Shades of #BC7E65

#BC7E65
(188,126,101)
#AB735C
(171,115,92)
#9A6853
(154,104,83)
#895D4A
(137,93,74)
#785241
(120,82,65)
#674738
(103,71,56)
#563C2F
(86,60,47)
#453126
(69,49,38)
#34261D
(52,38,29)
#231B14
(35,27,20)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #BC7E65

#BC7E65
(188,126,101)
#C28973
(194,137,115)
#C89481
(200,148,129)
#CE9F8F
(206,159,143)
#D4AA9D
(212,170,157)
#DAB5AB
(218,181,171)
#E0C0B9
(224,192,185)
#E6CBC7
(230,203,199)
#ECD6D5
(236,214,213)
#F2E1E3
(242,225,227)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7E65; }

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

This text font color is #BC7E65.


Background Color

.myBgColor { background-color: #BC7E65; }

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

This div background color is #BC7E65.


Border color

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

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

This div border color is #BC7E65.


Opacity

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

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

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

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

This text has shadow with #BC7E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E65 on black background.


Color preview on white background

This text has color #BC7E65 on white background.



Black color preview on #BC7E65 background

This text has black color on #BC7E65 background.


White color preview on #BC7E65 background

This text has white color on #BC7E65 background.