COLOR #BC8386

HEX: #BC8386
RGB: (188,131,134)

Color info

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

RGB color model

#BC8386 color RGB value is (188,131,134).

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

RGB channels and saturation

R 188 of 255 = 74%
G 131 of 255 = 51%
B 134 of 255 = 53%

188
131
134

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

Portions of RGB colors in percentages

R + G + B =
188 + 131 + 134 = 453 (100%)
R 188 of 453 ~ 41.5%
G 131 of 453 ~ 28.92%
B 134 of 453 ~ 29.58%

%41.5
%28.92
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(0,30,29,26)
C0M30Y29K26 
(0%,30%,29%,26%)
(0.00/0.30/0.29/0.26)	

CMYK percentages

%0
%30.32
%28.72
%26.27

Codes

Color #BC8386 in popluar color models

BC8386
RGB188131134
HSL357°29.84%62.55%
HSB/HSV357°30.32%73.73%
CMYK0.00%30.32%28.72%
26.27%

Color #BC8386 in popluar number systems.

HEXBC8386
Decimal188131134
Binary101111001000001110000110
Octal274203206

Shades and tints

Shades of #BC8386

#BC8386
(188,131,134)
#AB787A
(171,120,122)
#9A6D6E
(154,109,110)
#896262
(137,98,98)
#785756
(120,87,86)
#674C4A
(103,76,74)
#56413E
(86,65,62)
#453632
(69,54,50)
#342B26
(52,43,38)
#23201A
(35,32,26)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BC8386

#BC8386
(188,131,134)
#C28E91
(194,142,145)
#C8999C
(200,153,156)
#CEA4A7
(206,164,167)
#D4AFB2
(212,175,178)
#DABABD
(218,186,189)
#E0C5C8
(224,197,200)
#E6D0D3
(230,208,211)
#ECDBDE
(236,219,222)
#F2E6E9
(242,230,233)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8386; }

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

This text font color is #BC8386.


Background Color

.myBgColor { background-color: #BC8386; }

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

This div background color is #BC8386.


Border color

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

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

This div border color is #BC8386.


Opacity

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

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

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

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

This text has shadow with #BC8386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8386 on black background.


Color preview on white background

This text has color #BC8386 on white background.



Black color preview on #BC8386 background

This text has black color on #BC8386 background.


White color preview on #BC8386 background

This text has white color on #BC8386 background.