COLOR #BC7F78

HEX: #BC7F78 RGB: (188,127,120)

Color info

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

RGB color model

#BC7F78 color RGB value is (188,127,120).

RGB: (188,127,120) (74%, 50%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 120 of 255 = 47%

188
127
120

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

Portions of RGB colors in percentages

R + G + B = 188 + 127 + 120 = 435 (100%)
R 188 of 435 ~ 43.22%
G 127 of 435 ~ 29.2%
B 120 of 435 ~ 27.59'%

%43.22
%29.2
%27.59

CMYK color model

#BC7F78 color CMYK value is (0,32,36,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 36.17%
  • key color value is 26.27%

CMYK: (0,32,36,26)
C0M32Y36K26 (0%, 32%, 36%, 26%)
(0.00 / 0.32 / 0.36 / 0.26)

CMYK percentages

%0
%32.45
%36.17
%26.27

Codes

Color #BC7F78 in popluar color models

BC 7F 78
RGB 188 127 120
HSL 33.66% 60.39%
HSB/HSV 36.17% 73.73%
CMYK 0.00% 32.45% 36.17%
26.27%

Color #BC7F78 in popluar number systems.

HEX BC 7F 78
Decimal 188 127 120
Binary 10111100 1111111 1111000
Octal 274 177 170

Shades and tints

Shades of #BC7F78

#BC7F78
(188,127,120)
#AB746E
(171,116,110)
#9A6964
(154,105,100)
#895E5A
(137,94,90)
#785350
(120,83,80)
#674846
(103,72,70)
#563D3C
(86,61,60)
#453232
(69,50,50)
#342728
(52,39,40)
#231C1E
(35,28,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BC7F78

#BC7F78
(188,127,120)
#C28A84
(194,138,132)
#C89590
(200,149,144)
#CEA09C
(206,160,156)
#D4ABA8
(212,171,168)
#DAB6B4
(218,182,180)
#E0C1C0
(224,193,192)
#E6CCCC
(230,204,204)
#ECD7D8
(236,215,216)
#F2E2E4
(242,226,228)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7F78 color. Also use rgb(188,127,120) instead hex code.

Text Font Color

.myTextColor { color: #BC7F78; }

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

This text font color is #BC7F78.

Background Color

.myBgColor { background-color: #BC7F78; }

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

This div background color is #BC7F78.

Border color

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

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

This div border color is #BC7F78.

Opacity

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

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

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

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

This text has shadow with #BC7F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7F78.

Preview

Color preview on black background

This text has color #BC7F78 on black background.


Color preview on white background

This text has color #BC7F78 on white background.


Black color preview on #BC7F78 background

This text has black color on #BC7F78 background.


White color preview on #BC7F78 background

This text has white color on #BC7F78 background.


Related colors

Complementary color

Complementary color for #hex is #438087.


I love getcolorcode.com

Triadic colors

1 #78BC7F and #7F78BC with #BC7F78 are triadic colors.

2 #787FBC and #7FBC78 with #BC7F78 are triadic colors.