COLOR #BC895C

HEX: #BC895C
RGB: (188,137,92)

Color info

#BC895C contains mainly red and green colors. Web safe color of #BC895C is #CC9966 (or #C96).

RGB color model

#BC895C color RGB value is (188,137,92).

  • red value is 188;
  • green value is 137;
  • blue value is 92.
RGB:
(188,137,92)
(74%,54%,36%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 92 of 255 = 36%

188
137
92

R + G + B ~ 55%. #BC895C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 137 + 92 = 417 (100%)
R 188 of 417 ~ 45.08%
G 137 of 417 ~ 32.85%
B 92 of 417 ~ 22.06%

%45.08
%32.85
%22.06

CMYK color model

#BC895C color CMYK value is (0,27,51,26).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 51.06%
  • key color value is 26.27%
CMYK:
(0,27,51,26)
C0M27Y51K26 
(0%,27%,51%,26%)
(0.00/0.27/0.51/0.26)	

CMYK percentages

%0
%27.13
%51.06
%26.27

Codes

Color #BC895C in popluar color models

BC895C
RGB18813792
HSL28°41.74%54.90%
HSB/HSV28°51.06%73.73%
CMYK0.00%27.13%51.06%
26.27%

Color #BC895C in popluar number systems.

HEXBC895C
Decimal18813792
Binary10111100100010011011100
Octal274211134

Shades and tints

Shades of #BC895C

#BC895C
(188,137,92)
#AB7D54
(171,125,84)
#9A714C
(154,113,76)
#896544
(137,101,68)
#78593C
(120,89,60)
#674D34
(103,77,52)
#56412C
(86,65,44)
#453524
(69,53,36)
#34291C
(52,41,28)
#231D14
(35,29,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BC895C

#BC895C
(188,137,92)
#C2936A
(194,147,106)
#C89D78
(200,157,120)
#CEA786
(206,167,134)
#D4B194
(212,177,148)
#DABBA2
(218,187,162)
#E0C5B0
(224,197,176)
#E6CFBE
(230,207,190)
#ECD9CC
(236,217,204)
#F2E3DA
(242,227,218)
#F8EDE8
(248,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC895C color. Also use rgb(188,137,92) instead hex code.

Text Font Color

.myTextColor { color: #BC895C; }

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

This text font color is #BC895C.


Background Color

.myBgColor { background-color: #BC895C; }

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

This div background color is #BC895C.


Border color

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

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

This div border color is #BC895C.


Opacity

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

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

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

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

This text has shadow with #BC895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC895C on black background.


Color preview on white background

This text has color #BC895C on white background.



Black color preview on #BC895C background

This text has black color on #BC895C background.


White color preview on #BC895C background

This text has white color on #BC895C background.