COLOR #BC8586

HEX: #BC8586
RGB: (188,133,134)

Color info

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

RGB color model

#BC8586 color RGB value is (188,133,134).

  • red value is 188;
  • green value is 133;
  • blue value is 134.
RGB:
(188,133,134)
(74%,52%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 133 of 255 = 52%
B 134 of 255 = 53%

188
133
134

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

Portions of RGB colors in percentages

R + G + B =
188 + 133 + 134 = 455 (100%)
R 188 of 455 ~ 41.32%
G 133 of 455 ~ 29.23%
B 134 of 455 ~ 29.45%

%41.32
%29.23
%29.45

CMYK color model

#BC8586 color CMYK value is (0,29,29,26).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(0,29,29,26)
C0M29Y29K26 
(0%,29%,29%,26%)
(0.00/0.29/0.29/0.26)	

CMYK percentages

%0
%29.26
%28.72
%26.27

Codes

Color #BC8586 in popluar color models

BC8586
RGB188133134
HSL359°29.10%62.94%
HSB/HSV359°29.26%73.73%
CMYK0.00%29.26%28.72%
26.27%

Color #BC8586 in popluar number systems.

HEXBC8586
Decimal188133134
Binary101111001000010110000110
Octal274205206

Shades and tints

Shades of #BC8586

#BC8586
(188,133,134)
#AB797A
(171,121,122)
#9A6D6E
(154,109,110)
#896162
(137,97,98)
#785556
(120,85,86)
#67494A
(103,73,74)
#563D3E
(86,61,62)
#453132
(69,49,50)
#342526
(52,37,38)
#23191A
(35,25,26)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #BC8586

#BC8586
(188,133,134)
#C29091
(194,144,145)
#C89B9C
(200,155,156)
#CEA6A7
(206,166,167)
#D4B1B2
(212,177,178)
#DABCBD
(218,188,189)
#E0C7C8
(224,199,200)
#E6D2D3
(230,210,211)
#ECDDDE
(236,221,222)
#F2E8E9
(242,232,233)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8586 color. Also use rgb(188,133,134) instead hex code.

Text Font Color

.myTextColor { color: #BC8586; }

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

This text font color is #BC8586.


Background Color

.myBgColor { background-color: #BC8586; }

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

This div background color is #BC8586.


Border color

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

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

This div border color is #BC8586.


Opacity

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

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

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

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

This text has shadow with #BC8586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8586 on black background.


Color preview on white background

This text has color #BC8586 on white background.



Black color preview on #BC8586 background

This text has black color on #BC8586 background.


White color preview on #BC8586 background

This text has white color on #BC8586 background.