COLOR #BC9A8B

HEX: #BC9A8B
RGB: (188,154,139)

Color info

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

RGB color model

#BC9A8B color RGB value is (188,154,139).

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

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 139 of 255 = 55%

188
154
139

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

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 139 = 481 (100%)
R 188 of 481 ~ 39.09%
G 154 of 481 ~ 32.02%
B 139 of 481 ~ 28.9%

%39.09
%32.02
%28.9

CMYK color model

#BC9A8B color CMYK value is (0,18,26,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(0,18,26,26)
C0M18Y26K26 
(0%,18%,26%,26%)
(0.00/0.18/0.26/0.26)	

CMYK percentages

%0
%18.09
%26.06
%26.27

Codes

Color #BC9A8B in popluar color models

BC9A8B
RGB188154139
HSL18°26.78%64.12%
HSB/HSV18°26.06%73.73%
CMYK0.00%18.09%26.06%
26.27%

Color #BC9A8B in popluar number systems.

HEXBC9A8B
Decimal188154139
Binary101111001001101010001011
Octal274232213

Shades and tints

Shades of #BC9A8B

#BC9A8B
(188,154,139)
#AB8C7F
(171,140,127)
#9A7E73
(154,126,115)
#897067
(137,112,103)
#78625B
(120,98,91)
#67544F
(103,84,79)
#564643
(86,70,67)
#453837
(69,56,55)
#342A2B
(52,42,43)
#231C1F
(35,28,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #BC9A8B

#BC9A8B
(188,154,139)
#C2A395
(194,163,149)
#C8AC9F
(200,172,159)
#CEB5A9
(206,181,169)
#D4BEB3
(212,190,179)
#DAC7BD
(218,199,189)
#E0D0C7
(224,208,199)
#E6D9D1
(230,217,209)
#ECE2DB
(236,226,219)
#F2EBE5
(242,235,229)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9A8B; }

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

This text font color is #BC9A8B.


Background Color

.myBgColor { background-color: #BC9A8B; }

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

This div background color is #BC9A8B.


Border color

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

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

This div border color is #BC9A8B.


Opacity

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

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

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

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

This text has shadow with #BC9A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9A8B on black background.


Color preview on white background

This text has color #BC9A8B on white background.



Black color preview on #BC9A8B background

This text has black color on #BC9A8B background.


White color preview on #BC9A8B background

This text has white color on #BC9A8B background.