COLOR #BC8991

HEX: #BC8991
RGB: (188,137,145)

Color info

#BC8991 contains red, green and blue colors in about the same proportion. Web safe color of #BC8991 is #CC9999 (or #C99).

RGB color model

#BC8991 color RGB value is (188,137,145).

  • red value is 188;
  • green value is 137;
  • blue value is 145.
RGB:
(188,137,145)
(74%,54%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 145 of 255 = 57%

188
137
145

R + G + B ~ 62%. #BC8991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 137 + 145 = 470 (100%)
R 188 of 470 ~ 40%
G 137 of 470 ~ 29.15%
B 145 of 470 ~ 30.85%

%40
%29.15
%30.85

CMYK color model

#BC8991 color CMYK value is (0,27,23,26).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(0,27,23,26)
C0M27Y23K26 
(0%,27%,23%,26%)
(0.00/0.27/0.23/0.26)	

CMYK percentages

%0
%27.13
%22.87
%26.27

Codes

Color #BC8991 in popluar color models

BC8991
RGB188137145
HSL351°27.57%63.73%
HSB/HSV351°27.13%73.73%
CMYK0.00%27.13%22.87%
26.27%

Color #BC8991 in popluar number systems.

HEXBC8991
Decimal188137145
Binary101111001000100110010001
Octal274211221

Shades and tints

Shades of #BC8991

#BC8991
(188,137,145)
#AB7D84
(171,125,132)
#9A7177
(154,113,119)
#89656A
(137,101,106)
#78595D
(120,89,93)
#674D50
(103,77,80)
#564143
(86,65,67)
#453536
(69,53,54)
#342929
(52,41,41)
#231D1C
(35,29,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #BC8991

#BC8991
(188,137,145)
#C2939B
(194,147,155)
#C89DA5
(200,157,165)
#CEA7AF
(206,167,175)
#D4B1B9
(212,177,185)
#DABBC3
(218,187,195)
#E0C5CD
(224,197,205)
#E6CFD7
(230,207,215)
#ECD9E1
(236,217,225)
#F2E3EB
(242,227,235)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8991 color. Also use rgb(188,137,145) instead hex code.

Text Font Color

.myTextColor { color: #BC8991; }

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

This text font color is #BC8991.


Background Color

.myBgColor { background-color: #BC8991; }

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

This div background color is #BC8991.


Border color

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

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

This div border color is #BC8991.


Opacity

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

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

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

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

This text has shadow with #BC8991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8991 on black background.


Color preview on white background

This text has color #BC8991 on white background.



Black color preview on #BC8991 background

This text has black color on #BC8991 background.


White color preview on #BC8991 background

This text has white color on #BC8991 background.