COLOR #BC9797

HEX: #BC9797
RGB: (188,151,151)

Color info

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

RGB color model

#BC9797 color RGB value is (188,151,151).

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

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 151 of 255 = 59%

188
151
151

R + G + B ~ 64%. #BC9797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 151 = 490 (100%)
R 188 of 490 ~ 38.37%
G 151 of 490 ~ 30.82%
B 151 of 490 ~ 30.82%

%38.37
%30.82
%30.82

CMYK color model

#BC9797 color CMYK value is (0,20,20,26).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(0,20,20,26)
C0M20Y20K26 
(0%,20%,20%,26%)
(0.00/0.20/0.20/0.26)	

CMYK percentages

%0
%19.68
%19.68
%26.27

Codes

Color #BC9797 in popluar color models

BC9797
RGB188151151
HSL21.64%66.47%
HSB/HSV19.68%73.73%
CMYK0.00%19.68%19.68%
26.27%

Color #BC9797 in popluar number systems.

HEXBC9797
Decimal188151151
Binary101111001001011110010111
Octal274227227

Shades and tints

Shades of #BC9797

#BC9797
(188,151,151)
#AB8A8A
(171,138,138)
#9A7D7D
(154,125,125)
#897070
(137,112,112)
#786363
(120,99,99)
#675656
(103,86,86)
#564949
(86,73,73)
#453C3C
(69,60,60)
#342F2F
(52,47,47)
#232222
(35,34,34)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BC9797

#BC9797
(188,151,151)
#C2A0A0
(194,160,160)
#C8A9A9
(200,169,169)
#CEB2B2
(206,178,178)
#D4BBBB
(212,187,187)
#DAC4C4
(218,196,196)
#E0CDCD
(224,205,205)
#E6D6D6
(230,214,214)
#ECDFDF
(236,223,223)
#F2E8E8
(242,232,232)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9797; }

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

This text font color is #BC9797.


Background Color

.myBgColor { background-color: #BC9797; }

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

This div background color is #BC9797.


Border color

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

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

This div border color is #BC9797.


Opacity

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

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

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

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

This text has shadow with #BC9797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9797 on black background.


Color preview on white background

This text has color #BC9797 on white background.



Black color preview on #BC9797 background

This text has black color on #BC9797 background.


White color preview on #BC9797 background

This text has white color on #BC9797 background.