COLOR #BC9396

HEX: #BC9396
RGB: (188,147,150)

Color info

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

RGB color model

#BC9396 color RGB value is (188,147,150).

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

RGB channels and saturation

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

188
147
150

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

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 150 = 485 (100%)
R 188 of 485 ~ 38.76%
G 147 of 485 ~ 30.31%
B 150 of 485 ~ 30.93%

%38.76
%30.31
%30.93

CMYK color model

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

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

CMYK percentages

%0
%21.81
%20.21
%26.27

Codes

Color #BC9396 in popluar color models

BC9396
RGB188147150
HSL356°23.43%65.69%
HSB/HSV356°21.81%73.73%
CMYK0.00%21.81%20.21%
26.27%

Color #BC9396 in popluar number systems.

HEXBC9396
Decimal188147150
Binary101111001001001110010110
Octal274223226

Shades and tints

Shades of #BC9396

#BC9396
(188,147,150)
#AB8689
(171,134,137)
#9A797C
(154,121,124)
#896C6F
(137,108,111)
#785F62
(120,95,98)
#675255
(103,82,85)
#564548
(86,69,72)
#45383B
(69,56,59)
#342B2E
(52,43,46)
#231E21
(35,30,33)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BC9396

#BC9396
(188,147,150)
#C29C9F
(194,156,159)
#C8A5A8
(200,165,168)
#CEAEB1
(206,174,177)
#D4B7BA
(212,183,186)
#DAC0C3
(218,192,195)
#E0C9CC
(224,201,204)
#E6D2D5
(230,210,213)
#ECDBDE
(236,219,222)
#F2E4E7
(242,228,231)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9396; }

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

This text font color is #BC9396.


Background Color

.myBgColor { background-color: #BC9396; }

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

This div background color is #BC9396.


Border color

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

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

This div border color is #BC9396.


Opacity

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

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

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

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

This text has shadow with #BC9396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9396 on black background.


Color preview on white background

This text has color #BC9396 on white background.



Black color preview on #BC9396 background

This text has black color on #BC9396 background.


White color preview on #BC9396 background

This text has white color on #BC9396 background.