COLOR #BC4B76

HEX: #BC4B76
RGB: (188,75,118)

Color info

#BC4B76 contains mainly red color. Web safe color of #BC4B76 is #CC3366 (or #C36).

RGB color model

#BC4B76 color RGB value is (188,75,118).

  • red value is 188;
  • green value is 75;
  • blue value is 118.
RGB:
(188,75,118)
(74%,29%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 75 of 255 = 29%
B 118 of 255 = 46%

188
75
118

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

Portions of RGB colors in percentages

R + G + B =
188 + 75 + 118 = 381 (100%)
R 188 of 381 ~ 49.34%
G 75 of 381 ~ 19.69%
B 118 of 381 ~ 30.97%

%49.34
%19.69
%30.97

CMYK color model

#BC4B76 color CMYK value is (0,60,37,26).

  • cyan value is 0.00%
  • magenta value is 60.11%
  • yellow value is 37.23%
  • key color value is 26.27%
CMYK:
(0,60,37,26)
C0M60Y37K26 
(0%,60%,37%,26%)
(0.00/0.60/0.37/0.26)	

CMYK percentages

%0
%60.11
%37.23
%26.27

Codes

Color #BC4B76 in popluar color models

BC4B76
RGB18875118
HSL337°45.75%51.57%
HSB/HSV337°60.11%73.73%
CMYK0.00%60.11%37.23%
26.27%

Color #BC4B76 in popluar number systems.

HEXBC4B76
Decimal18875118
Binary1011110010010111110110
Octal274113166

Shades and tints

Shades of #BC4B76

#BC4B76
(188,75,118)
#AB456C
(171,69,108)
#9A3F62
(154,63,98)
#893958
(137,57,88)
#78334E
(120,51,78)
#672D44
(103,45,68)
#56273A
(86,39,58)
#452130
(69,33,48)
#341B26
(52,27,38)
#23151C
(35,21,28)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC4B76

#BC4B76
(188,75,118)
#C25B82
(194,91,130)
#C86B8E
(200,107,142)
#CE7B9A
(206,123,154)
#D48BA6
(212,139,166)
#DA9BB2
(218,155,178)
#E0ABBE
(224,171,190)
#E6BBCA
(230,187,202)
#ECCBD6
(236,203,214)
#F2DBE2
(242,219,226)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4B76; }

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

This text font color is #BC4B76.


Background Color

.myBgColor { background-color: #BC4B76; }

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

This div background color is #BC4B76.


Border color

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

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

This div border color is #BC4B76.


Opacity

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

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

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

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

This text has shadow with #BC4B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4B76 on black background.


Color preview on white background

This text has color #BC4B76 on white background.



Black color preview on #BC4B76 background

This text has black color on #BC4B76 background.


White color preview on #BC4B76 background

This text has white color on #BC4B76 background.