COLOR #BC9486

HEX: #BC9486
RGB: (188,148,134)

Color info

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

RGB color model

#BC9486 color RGB value is (188,148,134).

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

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 134 of 255 = 53%

188
148
134

R + G + B ~ 62%. #BC9486 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 134 = 470 (100%)
R 188 of 470 ~ 40%
G 148 of 470 ~ 31.49%
B 134 of 470 ~ 28.51%

%40
%31.49
%28.51

CMYK color model

#BC9486 color CMYK value is (0,21,29,26).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(0,21,29,26)
C0M21Y29K26 
(0%,21%,29%,26%)
(0.00/0.21/0.29/0.26)	

CMYK percentages

%0
%21.28
%28.72
%26.27

Codes

Color #BC9486 in popluar color models

BC9486
RGB188148134
HSL16°28.72%63.14%
HSB/HSV16°28.72%73.73%
CMYK0.00%21.28%28.72%
26.27%

Color #BC9486 in popluar number systems.

HEXBC9486
Decimal188148134
Binary101111001001010010000110
Octal274224206

Shades and tints

Shades of #BC9486

#BC9486
(188,148,134)
#AB877A
(171,135,122)
#9A7A6E
(154,122,110)
#896D62
(137,109,98)
#786056
(120,96,86)
#67534A
(103,83,74)
#56463E
(86,70,62)
#453932
(69,57,50)
#342C26
(52,44,38)
#231F1A
(35,31,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #BC9486

#BC9486
(188,148,134)
#C29D91
(194,157,145)
#C8A69C
(200,166,156)
#CEAFA7
(206,175,167)
#D4B8B2
(212,184,178)
#DAC1BD
(218,193,189)
#E0CAC8
(224,202,200)
#E6D3D3
(230,211,211)
#ECDCDE
(236,220,222)
#F2E5E9
(242,229,233)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9486; }

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

This text font color is #BC9486.


Background Color

.myBgColor { background-color: #BC9486; }

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

This div background color is #BC9486.


Border color

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

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

This div border color is #BC9486.


Opacity

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

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

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

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

This text has shadow with #BC9486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9486 on black background.


Color preview on white background

This text has color #BC9486 on white background.



Black color preview on #BC9486 background

This text has black color on #BC9486 background.


White color preview on #BC9486 background

This text has white color on #BC9486 background.