COLOR #BC5E12

HEX: #BC5E12
RGB: (188,94,18)

Color info

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

RGB color model

#BC5E12 color RGB value is (188,94,18).

  • red value is 188;
  • green value is 94;
  • blue value is 18.
RGB:
(188,94,18)
(74%,37%,7%)

RGB channels and saturation

R 188 of 255 = 74%
G 94 of 255 = 37%
B 18 of 255 = 7%

188
94
18

R + G + B ~ 39%. #BC5E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 94 + 18 = 300 (100%)
R 188 of 300 ~ 62.67%
G 94 of 300 ~ 31.33%
B 18 of 300 ~ 6%

%62.67
%31.33

CMYK color model

#BC5E12 color CMYK value is (0,50,90,26).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 90.43%
  • key color value is 26.27%
CMYK:
(0,50,90,26)
C0M50Y90K26 
(0%,50%,90%,26%)
(0.00/0.50/0.90/0.26)	

CMYK percentages

%0
%50
%90.43
%26.27

Codes

Color #BC5E12 in popluar color models

BC5E12
RGB1889418
HSL27°82.52%40.39%
HSB/HSV27°90.43%73.73%
CMYK0.00%50.00%90.43%
26.27%

Color #BC5E12 in popluar number systems.

HEXBC5E12
Decimal1889418
Binary10111100101111010010
Octal27413622

Shades and tints

Shades of #BC5E12

#BC5E12
(188,94,18)
#AB5611
(171,86,17)
#9A4E10
(154,78,16)
#89460F
(137,70,15)
#783E0E
(120,62,14)
#67360D
(103,54,13)
#562E0C
(86,46,12)
#45260B
(69,38,11)
#341E0A
(52,30,10)
#231609
(35,22,9)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #BC5E12

#BC5E12
(188,94,18)
#C26C27
(194,108,39)
#C87A3C
(200,122,60)
#CE8851
(206,136,81)
#D49666
(212,150,102)
#DAA47B
(218,164,123)
#E0B290
(224,178,144)
#E6C0A5
(230,192,165)
#ECCEBA
(236,206,186)
#F2DCCF
(242,220,207)
#F8EAE4
(248,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5E12 color. Also use rgb(188,94,18) instead hex code.

Text Font Color

.myTextColor { color: #BC5E12; }

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

This text font color is #BC5E12.


Background Color

.myBgColor { background-color: #BC5E12; }

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

This div background color is #BC5E12.


Border color

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

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

This div border color is #BC5E12.


Opacity

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

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

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

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

This text has shadow with #BC5E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5E12 on black background.


Color preview on white background

This text has color #BC5E12 on white background.



Black color preview on #BC5E12 background

This text has black color on #BC5E12 background.


White color preview on #BC5E12 background

This text has white color on #BC5E12 background.