COLOR #BC8B91

HEX: #BC8B91
RGB: (188,139,145)

Color info

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

RGB color model

#BC8B91 color RGB value is (188,139,145).

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

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 145 of 255 = 57%

188
139
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 145 = 472 (100%)
R 188 of 472 ~ 39.83%
G 139 of 472 ~ 29.45%
B 145 of 472 ~ 30.72%

%39.83
%29.45
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(0,26,23,26)
C0M26Y23K26 
(0%,26%,23%,26%)
(0.00/0.26/0.23/0.26)	

CMYK percentages

%0
%26.06
%22.87
%26.27

Codes

Color #BC8B91 in popluar color models

BC8B91
RGB188139145
HSL353°26.78%64.12%
HSB/HSV353°26.06%73.73%
CMYK0.00%26.06%22.87%
26.27%

Color #BC8B91 in popluar number systems.

HEXBC8B91
Decimal188139145
Binary101111001000101110010001
Octal274213221

Shades and tints

Shades of #BC8B91

#BC8B91
(188,139,145)
#AB7F84
(171,127,132)
#9A7377
(154,115,119)
#89676A
(137,103,106)
#785B5D
(120,91,93)
#674F50
(103,79,80)
#564343
(86,67,67)
#453736
(69,55,54)
#342B29
(52,43,41)
#231F1C
(35,31,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BC8B91

#BC8B91
(188,139,145)
#C2959B
(194,149,155)
#C89FA5
(200,159,165)
#CEA9AF
(206,169,175)
#D4B3B9
(212,179,185)
#DABDC3
(218,189,195)
#E0C7CD
(224,199,205)
#E6D1D7
(230,209,215)
#ECDBE1
(236,219,225)
#F2E5EB
(242,229,235)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8B91; }

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

This text font color is #BC8B91.


Background Color

.myBgColor { background-color: #BC8B91; }

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

This div background color is #BC8B91.


Border color

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

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

This div border color is #BC8B91.


Opacity

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

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

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

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

This text has shadow with #BC8B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8B91 on black background.


Color preview on white background

This text has color #BC8B91 on white background.



Black color preview on #BC8B91 background

This text has black color on #BC8B91 background.


White color preview on #BC8B91 background

This text has white color on #BC8B91 background.