COLOR #BC7C78

HEX: #BC7C78 RGB: (188,124,120)

Color info

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

RGB color model

#BC7C78 color RGB value is (188,124,120).

RGB: (188,124,120) (74%, 49%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 120 of 255 = 47%

188
124
120

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

Portions of RGB colors in percentages

R + G + B = 188 + 124 + 120 = 432 (100%)
R 188 of 432 ~ 43.52%
G 124 of 432 ~ 28.7%
B 120 of 432 ~ 27.78'%

%43.52
%28.7
%27.78

CMYK color model

#BC7C78 color CMYK value is (0,34,36,26).

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

CMYK: (0,34,36,26)
C0M34Y36K26 (0%, 34%, 36%, 26%)
(0.00 / 0.34 / 0.36 / 0.26)

CMYK percentages

%0
%34.04
%36.17
%26.27

Codes

Color #BC7C78 in popluar color models

BC 7C 78
RGB 188 124 120
HSL 33.66% 60.39%
HSB/HSV 36.17% 73.73%
CMYK 0.00% 34.04% 36.17%
26.27%

Color #BC7C78 in popluar number systems.

HEX BC 7C 78
Decimal 188 124 120
Binary 10111100 1111100 1111000
Octal 274 174 170

Shades and tints

Shades of #BC7C78

#BC7C78
(188,124,120)
#AB716E
(171,113,110)
#9A6664
(154,102,100)
#895B5A
(137,91,90)
#785050
(120,80,80)
#674546
(103,69,70)
#563A3C
(86,58,60)
#452F32
(69,47,50)
#342428
(52,36,40)
#23191E
(35,25,30)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #BC7C78

#BC7C78
(188,124,120)
#C28784
(194,135,132)
#C89290
(200,146,144)
#CE9D9C
(206,157,156)
#D4A8A8
(212,168,168)
#DAB3B4
(218,179,180)
#E0BEC0
(224,190,192)
#E6C9CC
(230,201,204)
#ECD4D8
(236,212,216)
#F2DFE4
(242,223,228)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7C78; }

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

This text font color is #BC7C78.

Background Color

.myBgColor { background-color: #BC7C78; }

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

This div background color is #BC7C78.

Border color

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

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

This div border color is #BC7C78.

Opacity

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

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

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

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

This text has shadow with #BC7C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7C78.

Preview

Color preview on black background

This text has color #BC7C78 on black background.


Color preview on white background

This text has color #BC7C78 on white background.


Black color preview on #BC7C78 background

This text has black color on #BC7C78 background.


White color preview on #BC7C78 background

This text has white color on #BC7C78 background.


Related colors

Complementary color

Complementary color for #hex is #438387.


I love getcolorcode.com

Triadic colors

1 #78BC7C and #7C78BC with #BC7C78 are triadic colors.

2 #787CBC and #7CBC78 with #BC7C78 are triadic colors.