COLOR #BC6F76

HEX: #BC6F76 RGB: (188,111,118)

Color info

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

RGB color model

#BC6F76 color RGB value is (188,111,118).

RGB: (188,111,118) (74%, 44%, 46%)

RGB channels and saturation

R 188 of 255 = 74%
G 111 of 255 = 44%
B 118 of 255 = 46%

188
111
118

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

Portions of RGB colors in percentages

R + G + B = 188 + 111 + 118 = 417 (100%)
R 188 of 417 ~ 45.08%
G 111 of 417 ~ 26.62%
B 118 of 417 ~ 28.3'%

%45.08
%26.62
%28.3

CMYK color model

#BC6F76 color CMYK value is (0,41,37,26).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 37.23%
  • key color value is 26.27%

CMYK: (0,41,37,26)
C0M41Y37K26 (0%, 41%, 37%, 26%)
(0.00 / 0.41 / 0.37 / 0.26)

CMYK percentages

%0
%40.96
%37.23
%26.27

Codes

Color #BC6F76 in popluar color models

BC 6F 76
RGB 188 111 118
HSL 355° 36.49% 58.63%
HSB/HSV 355° 40.96% 73.73%
CMYK 0.00% 40.96% 37.23%
26.27%

Color #BC6F76 in popluar number systems.

HEX BC 6F 76
Decimal 188 111 118
Binary 10111100 1101111 1110110
Octal 274 157 166

Shades and tints

Shades of #BC6F76

#BC6F76
(188,111,118)
#AB656C
(171,101,108)
#9A5B62
(154,91,98)
#895158
(137,81,88)
#78474E
(120,71,78)
#673D44
(103,61,68)
#56333A
(86,51,58)
#452930
(69,41,48)
#341F26
(52,31,38)
#23151C
(35,21,28)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #BC6F76

#BC6F76
(188,111,118)
#C27C82
(194,124,130)
#C8898E
(200,137,142)
#CE969A
(206,150,154)
#D4A3A6
(212,163,166)
#DAB0B2
(218,176,178)
#E0BDBE
(224,189,190)
#E6CACA
(230,202,202)
#ECD7D6
(236,215,214)
#F2E4E2
(242,228,226)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6F76 color. Also use rgb(188,111,118) instead hex code.

Text Font Color

.myTextColor { color: #BC6F76; }

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

This text font color is #BC6F76.

Background Color

.myBgColor { background-color: #BC6F76; }

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

This div background color is #BC6F76.

Border color

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

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

This div border color is #BC6F76.

Opacity

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

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

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

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

This text has shadow with #BC6F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6F76.

Preview

Color preview on black background

This text has color #BC6F76 on black background.


Color preview on white background

This text has color #BC6F76 on white background.


Black color preview on #BC6F76 background

This text has black color on #BC6F76 background.


White color preview on #BC6F76 background

This text has white color on #BC6F76 background.


Related colors

Complementary color

Complementary color for #hex is #439089.


I love getcolorcode.com

Triadic colors

1 #76BC6F and #6F76BC with #BC6F76 are triadic colors.

2 #766FBC and #6FBC76 with #BC6F76 are triadic colors.