COLOR #BC9794

HEX: #BC9794
RGB: (188,151,148)

Color info

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

RGB color model

#BC9794 color RGB value is (188,151,148).

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

RGB channels and saturation

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

188
151
148

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

Portions of RGB colors in percentages

R + G + B =
188 + 151 + 148 = 487 (100%)
R 188 of 487 ~ 38.6%
G 151 of 487 ~ 31.01%
B 148 of 487 ~ 30.39%

%38.6
%31.01
%30.39

CMYK color model

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

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

CMYK percentages

%0
%19.68
%21.28
%26.27

Codes

Color #BC9794 in popluar color models

BC9794
RGB188151148
HSL22.99%65.88%
HSB/HSV21.28%73.73%
CMYK0.00%19.68%21.28%
26.27%

Color #BC9794 in popluar number systems.

HEXBC9794
Decimal188151148
Binary101111001001011110010100
Octal274227224

Shades and tints

Shades of #BC9794

#BC9794
(188,151,148)
#AB8A87
(171,138,135)
#9A7D7A
(154,125,122)
#89706D
(137,112,109)
#786360
(120,99,96)
#675653
(103,86,83)
#564946
(86,73,70)
#453C39
(69,60,57)
#342F2C
(52,47,44)
#23221F
(35,34,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BC9794

#BC9794
(188,151,148)
#C2A09D
(194,160,157)
#C8A9A6
(200,169,166)
#CEB2AF
(206,178,175)
#D4BBB8
(212,187,184)
#DAC4C1
(218,196,193)
#E0CDCA
(224,205,202)
#E6D6D3
(230,214,211)
#ECDFDC
(236,223,220)
#F2E8E5
(242,232,229)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9794; }

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

This text font color is #BC9794.


Background Color

.myBgColor { background-color: #BC9794; }

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

This div background color is #BC9794.


Border color

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

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

This div border color is #BC9794.


Opacity

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

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

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

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

This text has shadow with #BC9794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9794 on black background.


Color preview on white background

This text has color #BC9794 on white background.



Black color preview on #BC9794 background

This text has black color on #BC9794 background.


White color preview on #BC9794 background

This text has white color on #BC9794 background.