COLOR #BC5F0C

HEX: #BC5F0C
RGB: (188,95,12)

Color info

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

RGB color model

#BC5F0C color RGB value is (188,95,12).

  • red value is 188;
  • green value is 95;
  • blue value is 12.
RGB:
(188,95,12)
(74%,37%,5%)

RGB channels and saturation

R 188 of 255 = 74%
G 95 of 255 = 37%
B 12 of 255 = 5%

188
95
12

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

Portions of RGB colors in percentages

R + G + B =
188 + 95 + 12 = 295 (100%)
R 188 of 295 ~ 63.73%
G 95 of 295 ~ 32.2%
B 12 of 295 ~ 4.07%

%63.73
%32.2

CMYK color model

#BC5F0C color CMYK value is (0,49,94,26).

  • cyan value is 0.00%
  • magenta value is 49.47%
  • yellow value is 93.62%
  • key color value is 26.27%
CMYK:
(0,49,94,26)
C0M49Y94K26 
(0%,49%,94%,26%)
(0.00/0.49/0.94/0.26)	

CMYK percentages

%0
%49.47
%93.62
%26.27

Codes

Color #BC5F0C in popluar color models

BC5F0C
RGB1889512
HSL28°88.00%39.22%
HSB/HSV28°93.62%73.73%
CMYK0.00%49.47%93.62%
26.27%

Color #BC5F0C in popluar number systems.

HEXBC5F0C
Decimal1889512
Binary1011110010111111100
Octal27413714

Shades and tints

Shades of #BC5F0C

#BC5F0C
(188,95,12)
#AB570B
(171,87,11)
#9A4F0A
(154,79,10)
#894709
(137,71,9)
#783F08
(120,63,8)
#673707
(103,55,7)
#562F06
(86,47,6)
#452705
(69,39,5)
#341F04
(52,31,4)
#231703
(35,23,3)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #BC5F0C

#BC5F0C
(188,95,12)
#C26D22
(194,109,34)
#C87B38
(200,123,56)
#CE894E
(206,137,78)
#D49764
(212,151,100)
#DAA57A
(218,165,122)
#E0B390
(224,179,144)
#E6C1A6
(230,193,166)
#ECCFBC
(236,207,188)
#F2DDD2
(242,221,210)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5F0C color. Also use rgb(188,95,12) instead hex code.

Text Font Color

.myTextColor { color: #BC5F0C; }

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

This text font color is #BC5F0C.


Background Color

.myBgColor { background-color: #BC5F0C; }

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

This div background color is #BC5F0C.


Border color

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

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

This div border color is #BC5F0C.


Opacity

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

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

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

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

This text has shadow with #BC5F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5F0C on black background.


Color preview on white background

This text has color #BC5F0C on white background.



Black color preview on #BC5F0C background

This text has black color on #BC5F0C background.


White color preview on #BC5F0C background

This text has white color on #BC5F0C background.