COLOR #BC9393

HEX: #BC9393
RGB: (188,147,147)

Color info

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

RGB color model

#BC9393 color RGB value is (188,147,147).

  • red value is 188;
  • green value is 147;
  • blue value is 147.
RGB:
(188,147,147)
(74%,58%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 147 of 255 = 58%

188
147
147

R + G + B ~ 63%. #BC9393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 147 = 482 (100%)
R 188 of 482 ~ 39%
G 147 of 482 ~ 30.5%
B 147 of 482 ~ 30.5%

%39
%30.5
%30.5

CMYK color model

#BC9393 color CMYK value is (0,22,22,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(0,22,22,26)
C0M22Y22K26 
(0%,22%,22%,26%)
(0.00/0.22/0.22/0.26)	

CMYK percentages

%0
%21.81
%21.81
%26.27

Codes

Color #BC9393 in popluar color models

BC9393
RGB188147147
HSL23.43%65.69%
HSB/HSV21.81%73.73%
CMYK0.00%21.81%21.81%
26.27%

Color #BC9393 in popluar number systems.

HEXBC9393
Decimal188147147
Binary101111001001001110010011
Octal274223223

Shades and tints

Shades of #BC9393

#BC9393
(188,147,147)
#AB8686
(171,134,134)
#9A7979
(154,121,121)
#896C6C
(137,108,108)
#785F5F
(120,95,95)
#675252
(103,82,82)
#564545
(86,69,69)
#453838
(69,56,56)
#342B2B
(52,43,43)
#231E1E
(35,30,30)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BC9393

#BC9393
(188,147,147)
#C29C9C
(194,156,156)
#C8A5A5
(200,165,165)
#CEAEAE
(206,174,174)
#D4B7B7
(212,183,183)
#DAC0C0
(218,192,192)
#E0C9C9
(224,201,201)
#E6D2D2
(230,210,210)
#ECDBDB
(236,219,219)
#F2E4E4
(242,228,228)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9393; }

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

This text font color is #BC9393.


Background Color

.myBgColor { background-color: #BC9393; }

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

This div background color is #BC9393.


Border color

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

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

This div border color is #BC9393.


Opacity

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

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

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

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

This text has shadow with #BC9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9393 on black background.


Color preview on white background

This text has color #BC9393 on white background.



Black color preview on #BC9393 background

This text has black color on #BC9393 background.


White color preview on #BC9393 background

This text has white color on #BC9393 background.