COLOR #BC6184

HEX: #BC6184
RGB: (188,97,132)

Color info

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

RGB color model

#BC6184 color RGB value is (188,97,132).

  • red value is 188;
  • green value is 97;
  • blue value is 132.
RGB:
(188,97,132)
(74%,38%,52%)

RGB channels and saturation

R 188 of 255 = 74%
G 97 of 255 = 38%
B 132 of 255 = 52%

188
97
132

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

Portions of RGB colors in percentages

R + G + B =
188 + 97 + 132 = 417 (100%)
R 188 of 417 ~ 45.08%
G 97 of 417 ~ 23.26%
B 132 of 417 ~ 31.65%

%45.08
%23.26
%31.65

CMYK color model

#BC6184 color CMYK value is (0,48,30,26).

  • cyan value is 0.00%
  • magenta value is 48.40%
  • yellow value is 29.79%
  • key color value is 26.27%
CMYK:
(0,48,30,26)
C0M48Y30K26 
(0%,48%,30%,26%)
(0.00/0.48/0.30/0.26)	

CMYK percentages

%0
%48.4
%29.79
%26.27

Codes

Color #BC6184 in popluar color models

BC6184
RGB18897132
HSL337°40.44%55.88%
HSB/HSV337°48.40%73.73%
CMYK0.00%48.40%29.79%
26.27%

Color #BC6184 in popluar number systems.

HEXBC6184
Decimal18897132
Binary10111100110000110000100
Octal274141204

Shades and tints

Shades of #BC6184

#BC6184
(188,97,132)
#AB5978
(171,89,120)
#9A516C
(154,81,108)
#894960
(137,73,96)
#784154
(120,65,84)
#673948
(103,57,72)
#56313C
(86,49,60)
#452930
(69,41,48)
#342124
(52,33,36)
#231918
(35,25,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BC6184

#BC6184
(188,97,132)
#C26F8F
(194,111,143)
#C87D9A
(200,125,154)
#CE8BA5
(206,139,165)
#D499B0
(212,153,176)
#DAA7BB
(218,167,187)
#E0B5C6
(224,181,198)
#E6C3D1
(230,195,209)
#ECD1DC
(236,209,220)
#F2DFE7
(242,223,231)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6184; }

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

This text font color is #BC6184.


Background Color

.myBgColor { background-color: #BC6184; }

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

This div background color is #BC6184.


Border color

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

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

This div border color is #BC6184.


Opacity

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

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

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

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

This text has shadow with #BC6184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6184 on black background.


Color preview on white background

This text has color #BC6184 on white background.



Black color preview on #BC6184 background

This text has black color on #BC6184 background.


White color preview on #BC6184 background

This text has white color on #BC6184 background.