COLOR #BC8D91

HEX: #BC8D91
RGB: (188,141,145)

Color info

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

RGB color model

#BC8D91 color RGB value is (188,141,145).

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

RGB channels and saturation

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

188
141
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 141 + 145 = 474 (100%)
R 188 of 474 ~ 39.66%
G 141 of 474 ~ 29.75%
B 145 of 474 ~ 30.59%

%39.66
%29.75
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK: (0,25,23,26) C0M25Y23K26 (0%,25%,23%,26%) (0.00/0.25/0.23/0.26)

CMYK percentages

%0
%25
%22.87
%26.27

Codes

Color #BC8D91 in popluar color models

BC8D91
RGB188141145
HSL355°25.97%64.51%
HSB/HSV355°25.00%73.73%
CMYK0.00%25.00%22.87%
26.27%

Color #BC8D91 in popluar number systems.

HEXBC8D91
Decimal188141145
Binary101111001000110110010001
Octal274215221

Shades and tints

Shades of #BC8D91

#BC8D91
(188,141,145)
#AB8184
(171,129,132)
#9A7577
(154,117,119)
#89696A
(137,105,106)
#785D5D
(120,93,93)
#675150
(103,81,80)
#564543
(86,69,67)
#453936
(69,57,54)
#342D29
(52,45,41)
#23211C
(35,33,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #BC8D91

#BC8D91
(188,141,145)
#C2979B
(194,151,155)
#C8A1A5
(200,161,165)
#CEABAF
(206,171,175)
#D4B5B9
(212,181,185)
#DABFC3
(218,191,195)
#E0C9CD
(224,201,205)
#E6D3D7
(230,211,215)
#ECDDE1
(236,221,225)
#F2E7EB
(242,231,235)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8D91; }

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

This text font color is #BC8D91.


Background Color

.myBgColor { background-color: #BC8D91; }

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

This div background color is #BC8D91.


Border color

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

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

This div border color is #BC8D91.


Opacity

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

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

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

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

This text has shadow with #BC8D91 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC8D91 on black background.


Color preview on white background

This text has color #BC8D91 on white background.



Black color preview on #BC8D91 background

This text has black color on #BC8D91 background.


White color preview on #BC8D91 background

This text has white color on #BC8D91 background.