COLOR #BC9E94

HEX: #BC9E94
RGB: (188,158,148)

Color info

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

RGB color model

#BC9E94 color RGB value is (188,158,148).

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

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 148 of 255 = 58%

188
158
148

R + G + B ~ 65%. #BC9E94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 158 + 148 = 494 (100%)
R 188 of 494 ~ 38.06%
G 158 of 494 ~ 31.98%
B 148 of 494 ~ 29.96%

%38.06
%31.98
%29.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 21.28%
  • key color value is 26.27%
CMYK:
(0,16,21,26)
C0M16Y21K26 
(0%,16%,21%,26%)
(0.00/0.16/0.21/0.26)	

CMYK percentages

%0
%15.96
%21.28
%26.27

Codes

Color #BC9E94 in popluar color models

BC9E94
RGB188158148
HSL15°22.99%65.88%
HSB/HSV15°21.28%73.73%
CMYK0.00%15.96%21.28%
26.27%

Color #BC9E94 in popluar number systems.

HEXBC9E94
Decimal188158148
Binary101111001001111010010100
Octal274236224

Shades and tints

Shades of #BC9E94

#BC9E94
(188,158,148)
#AB9087
(171,144,135)
#9A827A
(154,130,122)
#89746D
(137,116,109)
#786660
(120,102,96)
#675853
(103,88,83)
#564A46
(86,74,70)
#453C39
(69,60,57)
#342E2C
(52,46,44)
#23201F
(35,32,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #BC9E94

#BC9E94
(188,158,148)
#C2A69D
(194,166,157)
#C8AEA6
(200,174,166)
#CEB6AF
(206,182,175)
#D4BEB8
(212,190,184)
#DAC6C1
(218,198,193)
#E0CECA
(224,206,202)
#E6D6D3
(230,214,211)
#ECDEDC
(236,222,220)
#F2E6E5
(242,230,229)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9E94; }

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

This text font color is #BC9E94.


Background Color

.myBgColor { background-color: #BC9E94; }

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

This div background color is #BC9E94.


Border color

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

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

This div border color is #BC9E94.


Opacity

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

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

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

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

This text has shadow with #BC9E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9E94 on black background.


Color preview on white background

This text has color #BC9E94 on white background.



Black color preview on #BC9E94 background

This text has black color on #BC9E94 background.


White color preview on #BC9E94 background

This text has white color on #BC9E94 background.