COLOR #BC9B93

HEX: #BC9B93
RGB: (188,155,147)

Color info

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

RGB color model

#BC9B93 color RGB value is (188,155,147).

  • red value is 188;
  • green value is 155;
  • blue value is 147.
RGB:
(188,155,147)
(74%,61%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 155 of 255 = 61%
B 147 of 255 = 58%

188
155
147

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

Portions of RGB colors in percentages

R + G + B =
188 + 155 + 147 = 490 (100%)
R 188 of 490 ~ 38.37%
G 155 of 490 ~ 31.63%
B 147 of 490 ~ 30%

%38.37
%31.63
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(0,18,22,26)
C0M18Y22K26 
(0%,18%,22%,26%)
(0.00/0.18/0.22/0.26)	

CMYK percentages

%0
%17.55
%21.81
%26.27

Codes

Color #BC9B93 in popluar color models

BC9B93
RGB188155147
HSL12°23.43%65.69%
HSB/HSV12°21.81%73.73%
CMYK0.00%17.55%21.81%
26.27%

Color #BC9B93 in popluar number systems.

HEXBC9B93
Decimal188155147
Binary101111001001101110010011
Octal274233223

Shades and tints

Shades of #BC9B93

#BC9B93
(188,155,147)
#AB8D86
(171,141,134)
#9A7F79
(154,127,121)
#89716C
(137,113,108)
#78635F
(120,99,95)
#675552
(103,85,82)
#564745
(86,71,69)
#453938
(69,57,56)
#342B2B
(52,43,43)
#231D1E
(35,29,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #BC9B93

#BC9B93
(188,155,147)
#C2A49C
(194,164,156)
#C8ADA5
(200,173,165)
#CEB6AE
(206,182,174)
#D4BFB7
(212,191,183)
#DAC8C0
(218,200,192)
#E0D1C9
(224,209,201)
#E6DAD2
(230,218,210)
#ECE3DB
(236,227,219)
#F2ECE4
(242,236,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9B93 color. Also use rgb(188,155,147) instead hex code.

Text Font Color

.myTextColor { color: #BC9B93; }

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

This text font color is #BC9B93.


Background Color

.myBgColor { background-color: #BC9B93; }

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

This div background color is #BC9B93.


Border color

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

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

This div border color is #BC9B93.


Opacity

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

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

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

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

This text has shadow with #BC9B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9B93 on black background.


Color preview on white background

This text has color #BC9B93 on white background.



Black color preview on #BC9B93 background

This text has black color on #BC9B93 background.


White color preview on #BC9B93 background

This text has white color on #BC9B93 background.