COLOR #BC6D16

HEX: #BC6D16
RGB: (188,109,22)

Color info

#BC6D16 contains mainly red color. Web safe color of #BC6D16 is #CC6600 (or #C60).

RGB color model

#BC6D16 color RGB value is (188,109,22).

  • red value is 188;
  • green value is 109;
  • blue value is 22.
RGB:
(188,109,22)
(74%,43%,9%)

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 22 of 255 = 9%

188
109
22

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

Portions of RGB colors in percentages

R + G + B =
188 + 109 + 22 = 319 (100%)
R 188 of 319 ~ 58.93%
G 109 of 319 ~ 34.17%
B 22 of 319 ~ 6.9%

%58.93
%34.17

CMYK color model

#BC6D16 color CMYK value is (0,42,88,26).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 88.30%
  • key color value is 26.27%
CMYK:
(0,42,88,26)
C0M42Y88K26 
(0%,42%,88%,26%)
(0.00/0.42/0.88/0.26)	

CMYK percentages

%0
%42.02
%88.3
%26.27

Codes

Color #BC6D16 in popluar color models

BC6D16
RGB18810922
HSL31°79.05%41.18%
HSB/HSV31°88.30%73.73%
CMYK0.00%42.02%88.30%
26.27%

Color #BC6D16 in popluar number systems.

HEXBC6D16
Decimal18810922
Binary10111100110110110110
Octal27415526

Shades and tints

Shades of #BC6D16

#BC6D16
(188,109,22)
#AB6414
(171,100,20)
#9A5B12
(154,91,18)
#895210
(137,82,16)
#78490E
(120,73,14)
#67400C
(103,64,12)
#56370A
(86,55,10)
#452E08
(69,46,8)
#342506
(52,37,6)
#231C04
(35,28,4)
#121302
(18,19,2)
#000000
(0,0,0)

Tints of #BC6D16

#BC6D16
(188,109,22)
#C27A2B
(194,122,43)
#C88740
(200,135,64)
#CE9455
(206,148,85)
#D4A16A
(212,161,106)
#DAAE7F
(218,174,127)
#E0BB94
(224,187,148)
#E6C8A9
(230,200,169)
#ECD5BE
(236,213,190)
#F2E2D3
(242,226,211)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6D16 color. Also use rgb(188,109,22) instead hex code.

Text Font Color

.myTextColor { color: #BC6D16; }

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

This text font color is #BC6D16.


Background Color

.myBgColor { background-color: #BC6D16; }

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

This div background color is #BC6D16.


Border color

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

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

This div border color is #BC6D16.


Opacity

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

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

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

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

This text has shadow with #BC6D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6D16 on black background.


Color preview on white background

This text has color #BC6D16 on white background.



Black color preview on #BC6D16 background

This text has black color on #BC6D16 background.


White color preview on #BC6D16 background

This text has white color on #BC6D16 background.