COLOR #BC9E85

HEX: #BC9E85
RGB: (188,158,133)

Color info

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

RGB color model

#BC9E85 color RGB value is (188,158,133).

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

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 133 of 255 = 52%

188
158
133

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

Portions of RGB colors in percentages

R + G + B =
188 + 158 + 133 = 479 (100%)
R 188 of 479 ~ 39.25%
G 158 of 479 ~ 32.99%
B 133 of 479 ~ 27.77%

%39.25
%32.99
%27.77

CMYK color model

#BC9E85 color CMYK value is (0,16,29,26).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 29.26%
  • key color value is 26.27%
CMYK:
(0,16,29,26)
C0M16Y29K26 
(0%,16%,29%,26%)
(0.00/0.16/0.29/0.26)	

CMYK percentages

%0
%15.96
%29.26
%26.27

Codes

Color #BC9E85 in popluar color models

BC9E85
RGB188158133
HSL27°29.10%62.94%
HSB/HSV27°29.26%73.73%
CMYK0.00%15.96%29.26%
26.27%

Color #BC9E85 in popluar number systems.

HEXBC9E85
Decimal188158133
Binary101111001001111010000101
Octal274236205

Shades and tints

Shades of #BC9E85

#BC9E85
(188,158,133)
#AB9079
(171,144,121)
#9A826D
(154,130,109)
#897461
(137,116,97)
#786655
(120,102,85)
#675849
(103,88,73)
#564A3D
(86,74,61)
#453C31
(69,60,49)
#342E25
(52,46,37)
#232019
(35,32,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BC9E85

#BC9E85
(188,158,133)
#C2A690
(194,166,144)
#C8AE9B
(200,174,155)
#CEB6A6
(206,182,166)
#D4BEB1
(212,190,177)
#DAC6BC
(218,198,188)
#E0CEC7
(224,206,199)
#E6D6D2
(230,214,210)
#ECDEDD
(236,222,221)
#F2E6E8
(242,230,232)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9E85; }

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

This text font color is #BC9E85.


Background Color

.myBgColor { background-color: #BC9E85; }

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

This div background color is #BC9E85.


Border color

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

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

This div border color is #BC9E85.


Opacity

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

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

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

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

This text has shadow with #BC9E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9E85 on black background.


Color preview on white background

This text has color #BC9E85 on white background.



Black color preview on #BC9E85 background

This text has black color on #BC9E85 background.


White color preview on #BC9E85 background

This text has white color on #BC9E85 background.