COLOR #BC6C28

HEX: #BC6C28
RGB: (188,108,40)

Color info

#BC6C28 contains mainly red color. Web safe color of #BC6C28 is #CC6633 (or #C63).

RGB color model

#BC6C28 color RGB value is (188,108,40).

  • red value is 188;
  • green value is 108;
  • blue value is 40.
RGB:
(188,108,40)
(74%,42%,16%)

RGB channels and saturation

R 188 of 255 = 74%
G 108 of 255 = 42%
B 40 of 255 = 16%

188
108
40

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

Portions of RGB colors in percentages

R + G + B =
188 + 108 + 40 = 336 (100%)
R 188 of 336 ~ 55.95%
G 108 of 336 ~ 32.14%
B 40 of 336 ~ 11.9%

%55.95
%32.14
%11.9

CMYK color model

#BC6C28 color CMYK value is (0,43,79,26).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 78.72%
  • key color value is 26.27%
CMYK:
(0,43,79,26)
C0M43Y79K26 
(0%,43%,79%,26%)
(0.00/0.43/0.79/0.26)	

CMYK percentages

%0
%42.55
%78.72
%26.27

Codes

Color #BC6C28 in popluar color models

BC6C28
RGB18810840
HSL28°64.91%44.71%
HSB/HSV28°78.72%73.73%
CMYK0.00%42.55%78.72%
26.27%

Color #BC6C28 in popluar number systems.

HEXBC6C28
Decimal18810840
Binary101111001101100101000
Octal27415450

Shades and tints

Shades of #BC6C28

#BC6C28
(188,108,40)
#AB6325
(171,99,37)
#9A5A22
(154,90,34)
#89511F
(137,81,31)
#78481C
(120,72,28)
#673F19
(103,63,25)
#563616
(86,54,22)
#452D13
(69,45,19)
#342410
(52,36,16)
#231B0D
(35,27,13)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #BC6C28

#BC6C28
(188,108,40)
#C2793B
(194,121,59)
#C8864E
(200,134,78)
#CE9361
(206,147,97)
#D4A074
(212,160,116)
#DAAD87
(218,173,135)
#E0BA9A
(224,186,154)
#E6C7AD
(230,199,173)
#ECD4C0
(236,212,192)
#F2E1D3
(242,225,211)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6C28 color. Also use rgb(188,108,40) instead hex code.

Text Font Color

.myTextColor { color: #BC6C28; }

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

This text font color is #BC6C28.


Background Color

.myBgColor { background-color: #BC6C28; }

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

This div background color is #BC6C28.


Border color

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

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

This div border color is #BC6C28.


Opacity

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

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

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

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

This text has shadow with #BC6C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6C28 on black background.


Color preview on white background

This text has color #BC6C28 on white background.



Black color preview on #BC6C28 background

This text has black color on #BC6C28 background.


White color preview on #BC6C28 background

This text has white color on #BC6C28 background.