COLOR #BC8B95

HEX: #BC8B95
RGB: (188,139,149)

Color info

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

RGB color model

#BC8B95 color RGB value is (188,139,149).

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

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 149 of 255 = 58%

188
139
149

R + G + B ~ 62%. #BC8B95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 149 = 476 (100%)
R 188 of 476 ~ 39.5%
G 139 of 476 ~ 29.2%
B 149 of 476 ~ 31.3%

%39.5
%29.2
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK:
(0,26,21,26)
C0M26Y21K26 
(0%,26%,21%,26%)
(0.00/0.26/0.21/0.26)	

CMYK percentages

%0
%26.06
%20.74
%26.27

Codes

Color #BC8B95 in popluar color models

BC8B95
RGB188139149
HSL348°26.78%64.12%
HSB/HSV348°26.06%73.73%
CMYK0.00%26.06%20.74%
26.27%

Color #BC8B95 in popluar number systems.

HEXBC8B95
Decimal188139149
Binary101111001000101110010101
Octal274213225

Shades and tints

Shades of #BC8B95

#BC8B95
(188,139,149)
#AB7F88
(171,127,136)
#9A737B
(154,115,123)
#89676E
(137,103,110)
#785B61
(120,91,97)
#674F54
(103,79,84)
#564347
(86,67,71)
#45373A
(69,55,58)
#342B2D
(52,43,45)
#231F20
(35,31,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC8B95

#BC8B95
(188,139,149)
#C2959E
(194,149,158)
#C89FA7
(200,159,167)
#CEA9B0
(206,169,176)
#D4B3B9
(212,179,185)
#DABDC2
(218,189,194)
#E0C7CB
(224,199,203)
#E6D1D4
(230,209,212)
#ECDBDD
(236,219,221)
#F2E5E6
(242,229,230)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8B95; }

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

This text font color is #BC8B95.


Background Color

.myBgColor { background-color: #BC8B95; }

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

This div background color is #BC8B95.


Border color

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

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

This div border color is #BC8B95.


Opacity

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

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

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

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

This text has shadow with #BC8B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8B95 on black background.


Color preview on white background

This text has color #BC8B95 on white background.



Black color preview on #BC8B95 background

This text has black color on #BC8B95 background.


White color preview on #BC8B95 background

This text has white color on #BC8B95 background.