COLOR #BC7C84

HEX: #BC7C84 RGB: (188,124,132)

Color info

#BC7C84 contains mainly red and blue colors. Web safe color of #BC7C84 is #CC6699 (or #C69).

RGB color model

#BC7C84 color RGB value is (188,124,132).

RGB: (188,124,132) (74%, 49%, 52%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 132 of 255 = 52%

188
124
132

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

Portions of RGB colors in percentages

R + G + B = 188 + 124 + 132 = 444 (100%)
R 188 of 444 ~ 42.34%
G 124 of 444 ~ 27.93%
B 132 of 444 ~ 29.73'%

%42.34
%27.93
%29.73

CMYK color model

#BC7C84 color CMYK value is (0,34,30,26).

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

CMYK: (0,34,30,26)
C0M34Y30K26 (0%, 34%, 30%, 26%)
(0.00 / 0.34 / 0.30 / 0.26)

CMYK percentages

%0
%34.04
%29.79
%26.27

Codes

Color #BC7C84 in popluar color models

BC 7C 84
RGB 188 124 132
HSL 353° 32.32% 61.18%
HSB/HSV 353° 34.04% 73.73%
CMYK 0.00% 34.04% 29.79%
26.27%

Color #BC7C84 in popluar number systems.

HEX BC 7C 84
Decimal 188 124 132
Binary 10111100 1111100 10000100
Octal 274 174 204

Shades and tints

Shades of #BC7C84

#BC7C84
(188,124,132)
#AB7178
(171,113,120)
#9A666C
(154,102,108)
#895B60
(137,91,96)
#785054
(120,80,84)
#674548
(103,69,72)
#563A3C
(86,58,60)
#452F30
(69,47,48)
#342424
(52,36,36)
#231918
(35,25,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #BC7C84

#BC7C84
(188,124,132)
#C2878F
(194,135,143)
#C8929A
(200,146,154)
#CE9DA5
(206,157,165)
#D4A8B0
(212,168,176)
#DAB3BB
(218,179,187)
#E0BEC6
(224,190,198)
#E6C9D1
(230,201,209)
#ECD4DC
(236,212,220)
#F2DFE7
(242,223,231)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7C84; }

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

This text font color is #BC7C84.

Background Color

.myBgColor { background-color: #BC7C84; }

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

This div background color is #BC7C84.

Border color

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

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

This div border color is #BC7C84.

Opacity

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

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

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

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

This text has shadow with #BC7C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7C84.

Preview

Color preview on black background

This text has color #BC7C84 on black background.


Color preview on white background

This text has color #BC7C84 on white background.


Black color preview on #BC7C84 background

This text has black color on #BC7C84 background.


White color preview on #BC7C84 background

This text has white color on #BC7C84 background.


Related colors

Complementary color

Complementary color for #hex is #43837B.


I love getcolorcode.com

Triadic colors

1 #84BC7C and #7C84BC with #BC7C84 are triadic colors.

2 #847CBC and #7CBC84 with #BC7C84 are triadic colors.