COLOR #BC7882

HEX: #BC7882
RGB: (188,120,130)

Color info

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

RGB color model

#BC7882 color RGB value is (188,120,130).

  • red value is 188;
  • green value is 120;
  • blue value is 130.
RGB:
(188,120,130)
(74%,47%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 120 of 255 = 47%
B 130 of 255 = 51%

188
120
130

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

Portions of RGB colors in percentages

R + G + B =
188 + 120 + 130 = 438 (100%)
R 188 of 438 ~ 42.92%
G 120 of 438 ~ 27.4%
B 130 of 438 ~ 29.68%

%42.92
%27.4
%29.68

CMYK color model

#BC7882 color CMYK value is (0,36,31,26).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(0,36,31,26)
C0M36Y31K26 
(0%,36%,31%,26%)
(0.00/0.36/0.31/0.26)	

CMYK percentages

%0
%36.17
%30.85
%26.27

Codes

Color #BC7882 in popluar color models

BC7882
RGB188120130
HSL351°33.66%60.39%
HSB/HSV351°36.17%73.73%
CMYK0.00%36.17%30.85%
26.27%

Color #BC7882 in popluar number systems.

HEXBC7882
Decimal188120130
Binary10111100111100010000010
Octal274170202

Shades and tints

Shades of #BC7882

#BC7882
(188,120,130)
#AB6E77
(171,110,119)
#9A646C
(154,100,108)
#895A61
(137,90,97)
#785056
(120,80,86)
#67464B
(103,70,75)
#563C40
(86,60,64)
#453235
(69,50,53)
#34282A
(52,40,42)
#231E1F
(35,30,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BC7882

#BC7882
(188,120,130)
#C2848D
(194,132,141)
#C89098
(200,144,152)
#CE9CA3
(206,156,163)
#D4A8AE
(212,168,174)
#DAB4B9
(218,180,185)
#E0C0C4
(224,192,196)
#E6CCCF
(230,204,207)
#ECD8DA
(236,216,218)
#F2E4E5
(242,228,229)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7882; }

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

This text font color is #BC7882.


Background Color

.myBgColor { background-color: #BC7882; }

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

This div background color is #BC7882.


Border color

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

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

This div border color is #BC7882.


Opacity

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

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

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

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

This text has shadow with #BC7882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7882 on black background.


Color preview on white background

This text has color #BC7882 on white background.



Black color preview on #BC7882 background

This text has black color on #BC7882 background.


White color preview on #BC7882 background

This text has white color on #BC7882 background.