COLOR #BC9C87

HEX: #BC9C87
RGB: (188,156,135)

Color info

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

RGB color model

#BC9C87 color RGB value is (188,156,135).

  • red value is 188;
  • green value is 156;
  • blue value is 135.
RGB: (188,156,135) (74%,61%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 135 of 255 = 53%

188
156
135

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

Portions of RGB colors in percentages

R + G + B =
188 + 156 + 135 = 479 (100%)
R 188 of 479 ~ 39.25%
G 156 of 479 ~ 32.57%
B 135 of 479 ~ 28.18%

%39.25
%32.57
%28.18

CMYK color model

#BC9C87 color CMYK value is (0,17,28,26).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK: (0,17,28,26) C0M17Y28K26 (0%,17%,28%,26%) (0.00/0.17/0.28/0.26)

CMYK percentages

%0
%17.02
%28.19
%26.27

Codes

Color #BC9C87 in popluar color models

BC9C87
RGB188156135
HSL24°28.34%63.33%
HSB/HSV24°28.19%73.73%
CMYK0.00%17.02%28.19%
26.27%

Color #BC9C87 in popluar number systems.

HEXBC9C87
Decimal188156135
Binary101111001001110010000111
Octal274234207

Shades and tints

Shades of #BC9C87

#BC9C87
(188,156,135)
#AB8E7B
(171,142,123)
#9A806F
(154,128,111)
#897263
(137,114,99)
#786457
(120,100,87)
#67564B
(103,86,75)
#56483F
(86,72,63)
#453A33
(69,58,51)
#342C27
(52,44,39)
#231E1B
(35,30,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC9C87

#BC9C87
(188,156,135)
#C2A591
(194,165,145)
#C8AE9B
(200,174,155)
#CEB7A5
(206,183,165)
#D4C0AF
(212,192,175)
#DAC9B9
(218,201,185)
#E0D2C3
(224,210,195)
#E6DBCD
(230,219,205)
#ECE4D7
(236,228,215)
#F2EDE1
(242,237,225)
#F8F6EB
(248,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9C87 color. Also use rgb(188,156,135) instead hex code.

Text Font Color

.myTextColor { color: #BC9C87; }

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

This text font color is #BC9C87.


Background Color

.myBgColor { background-color: #BC9C87; }

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

This div background color is #BC9C87.


Border color

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

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

This div border color is #BC9C87.


Opacity

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

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

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

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

This text has shadow with #BC9C87 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC9C87 on black background.


Color preview on white background

This text has color #BC9C87 on white background.



Black color preview on #BC9C87 background

This text has black color on #BC9C87 background.


White color preview on #BC9C87 background

This text has white color on #BC9C87 background.