COLOR #BC6D74

HEX: #BC6D74
RGB: (188,109,116)

Color info

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

RGB color model

#BC6D74 color RGB value is (188,109,116).

  • red value is 188;
  • green value is 109;
  • blue value is 116.
RGB:
(188,109,116)
(74%,43%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 116 of 255 = 45%

188
109
116

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

Portions of RGB colors in percentages

R + G + B =
188 + 109 + 116 = 413 (100%)
R 188 of 413 ~ 45.52%
G 109 of 413 ~ 26.39%
B 116 of 413 ~ 28.09%

%45.52
%26.39
%28.09

CMYK color model

#BC6D74 color CMYK value is (0,42,38,26).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK:
(0,42,38,26)
C0M42Y38K26 
(0%,42%,38%,26%)
(0.00/0.42/0.38/0.26)	

CMYK percentages

%0
%42.02
%38.3
%26.27

Codes

Color #BC6D74 in popluar color models

BC6D74
RGB188109116
HSL355°37.09%58.24%
HSB/HSV355°42.02%73.73%
CMYK0.00%42.02%38.30%
26.27%

Color #BC6D74 in popluar number systems.

HEXBC6D74
Decimal188109116
Binary1011110011011011110100
Octal274155164

Shades and tints

Shades of #BC6D74

#BC6D74
(188,109,116)
#AB646A
(171,100,106)
#9A5B60
(154,91,96)
#895256
(137,82,86)
#78494C
(120,73,76)
#674042
(103,64,66)
#563738
(86,55,56)
#452E2E
(69,46,46)
#342524
(52,37,36)
#231C1A
(35,28,26)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC6D74

#BC6D74
(188,109,116)
#C27A80
(194,122,128)
#C8878C
(200,135,140)
#CE9498
(206,148,152)
#D4A1A4
(212,161,164)
#DAAEB0
(218,174,176)
#E0BBBC
(224,187,188)
#E6C8C8
(230,200,200)
#ECD5D4
(236,213,212)
#F2E2E0
(242,226,224)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6D74 color. Also use rgb(188,109,116) instead hex code.

Text Font Color

.myTextColor { color: #BC6D74; }

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

This text font color is #BC6D74.


Background Color

.myBgColor { background-color: #BC6D74; }

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

This div background color is #BC6D74.


Border color

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

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

This div border color is #BC6D74.


Opacity

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

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

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

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

This text has shadow with #BC6D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6D74 on black background.


Color preview on white background

This text has color #BC6D74 on white background.



Black color preview on #BC6D74 background

This text has black color on #BC6D74 background.


White color preview on #BC6D74 background

This text has white color on #BC6D74 background.