COLOR #BC9592

HEX: #BC9592
RGB: (188,149,146)

Color info

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

RGB color model

#BC9592 color RGB value is (188,149,146).

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

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 146 of 255 = 57%

188
149
146

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 146 = 483 (100%)
R 188 of 483 ~ 38.92%
G 149 of 483 ~ 30.85%
B 146 of 483 ~ 30.23%

%38.92
%30.85
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 22.34%
  • key color value is 26.27%
CMYK:
(0,21,22,26)
C0M21Y22K26 
(0%,21%,22%,26%)
(0.00/0.21/0.22/0.26)	

CMYK percentages

%0
%20.74
%22.34
%26.27

Codes

Color #BC9592 in popluar color models

BC9592
RGB188149146
HSL23.86%65.49%
HSB/HSV22.34%73.73%
CMYK0.00%20.74%22.34%
26.27%

Color #BC9592 in popluar number systems.

HEXBC9592
Decimal188149146
Binary101111001001010110010010
Octal274225222

Shades and tints

Shades of #BC9592

#BC9592
(188,149,146)
#AB8885
(171,136,133)
#9A7B78
(154,123,120)
#896E6B
(137,110,107)
#78615E
(120,97,94)
#675451
(103,84,81)
#564744
(86,71,68)
#453A37
(69,58,55)
#342D2A
(52,45,42)
#23201D
(35,32,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9592

#BC9592
(188,149,146)
#C29E9B
(194,158,155)
#C8A7A4
(200,167,164)
#CEB0AD
(206,176,173)
#D4B9B6
(212,185,182)
#DAC2BF
(218,194,191)
#E0CBC8
(224,203,200)
#E6D4D1
(230,212,209)
#ECDDDA
(236,221,218)
#F2E6E3
(242,230,227)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9592; }

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

This text font color is #BC9592.


Background Color

.myBgColor { background-color: #BC9592; }

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

This div background color is #BC9592.


Border color

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

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

This div border color is #BC9592.


Opacity

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

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

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

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

This text has shadow with #BC9592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9592 on black background.


Color preview on white background

This text has color #BC9592 on white background.



Black color preview on #BC9592 background

This text has black color on #BC9592 background.


White color preview on #BC9592 background

This text has white color on #BC9592 background.