COLOR #BC7382

HEX: #BC7382 RGB: (188,115,130)

Color info

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

RGB color model

#BC7382 color RGB value is (188,115,130).

RGB: (188,115,130) (74%, 45%, 51%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 130 of 255 = 51%

188
115
130

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 130 = 433 (100%)
R 188 of 433 ~ 43.42%
G 115 of 433 ~ 26.56%
B 130 of 433 ~ 30.02'%

%43.42
%26.56
%30.02

CMYK color model

#BC7382 color CMYK value is (0,39,31,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK: (0,39,31,26) C0M39Y31K26 (0%,39%,31%,26%) (0.00/0.39/0.31/0.26) 

CMYK percentages

%0
%38.83
%30.85
%26.27

Codes

Color #BC7382 in popluar color models

BC 73 82
RGB 188 115 130
HSL 348° 35.27% 59.41%
HSB/HSV 348° 38.83% 73.73%
CMYK 0.00% 38.83% 30.85%
26.27%

Color #BC7382 in popluar number systems.

HEX BC 73 82
Decimal 188 115 130
Binary 10111100 1110011 10000010
Octal 274 163 202

Shades and tints

Shades of #BC7382

#BC7382
(188,115,130)
#AB6977
(171,105,119)
#9A5F6C
(154,95,108)
#895561
(137,85,97)
#784B56
(120,75,86)
#67414B
(103,65,75)
#563740
(86,55,64)
#452D35
(69,45,53)
#34232A
(52,35,42)
#23191F
(35,25,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #BC7382

#BC7382
(188,115,130)
#C27F8D
(194,127,141)
#C88B98
(200,139,152)
#CE97A3
(206,151,163)
#D4A3AE
(212,163,174)
#DAAFB9
(218,175,185)
#E0BBC4
(224,187,196)
#E6C7CF
(230,199,207)
#ECD3DA
(236,211,218)
#F2DFE5
(242,223,229)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7382 color. Also use rgb(188,115,130) instead hex code.

Text Font Color

.myTextColor { color: #BC7382; }

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

This text font color is #BC7382.

Background Color

.myBgColor { background-color: #BC7382; }

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

This div background color is #BC7382.

Border color

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

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

This div border color is #BC7382.

Opacity

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

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

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

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

This text has shadow with #BC7382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7382.

Preview

Color preview on black background

This text has color #BC7382 on black background.


Color preview on white background

This text has color #BC7382 on white background.


Black color preview on #BC7382 background

This text has black color on #BC7382 background.


White color preview on #BC7382 background

This text has white color on #BC7382 background.


Related colors

Complementary color

Complementary color for #hex is #438C7D.


I love getcolorcode.com

Triadic colors

1 #82BC73 and #7382BC with #BC7382 are triadic colors.

2 #8273BC and #73BC82 with #BC7382 are triadic colors.