COLOR #BC4907

HEX: #BC4907
RGB: (188,73,7)

Color info

#BC4907 contains mainly red color. Web safe color of #BC4907 is #CC3300 (or #C30).

RGB color model

#BC4907 color RGB value is (188,73,7).

  • red value is 188;
  • green value is 73;
  • blue value is 7.
RGB:
(188,73,7)
(74%,29%,3%)

RGB channels and saturation

R 188 of 255 = 74%
G 73 of 255 = 29%
B 7 of 255 = 3%

188
73
7

R + G + B ~ 35%. #BC4907 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 73 + 7 = 268 (100%)
R 188 of 268 ~ 70.15%
G 73 of 268 ~ 27.24%
B 7 of 268 ~ 2.61%

%70.15
%27.24

CMYK color model

#BC4907 color CMYK value is (0,61,96,26).

  • cyan value is 0.00%
  • magenta value is 61.17%
  • yellow value is 96.28%
  • key color value is 26.27%
CMYK:
(0,61,96,26)
C0M61Y96K26 
(0%,61%,96%,26%)
(0.00/0.61/0.96/0.26)	

CMYK percentages

%0
%61.17
%96.28
%26.27

Codes

Color #BC4907 in popluar color models

BC4907
RGB188737
HSL22°92.82%38.24%
HSB/HSV22°96.28%73.73%
CMYK0.00%61.17%96.28%
26.27%

Color #BC4907 in popluar number systems.

HEXBC4907
Decimal188737
Binary101111001001001111
Octal2741117

Shades and tints

Shades of #BC4907

#BC4907
(188,73,7)
#AB4307
(171,67,7)
#9A3D07
(154,61,7)
#893707
(137,55,7)
#783107
(120,49,7)
#672B07
(103,43,7)
#562507
(86,37,7)
#451F07
(69,31,7)
#341907
(52,25,7)
#231307
(35,19,7)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #BC4907

#BC4907
(188,73,7)
#C2591D
(194,89,29)
#C86933
(200,105,51)
#CE7949
(206,121,73)
#D4895F
(212,137,95)
#DA9975
(218,153,117)
#E0A98B
(224,169,139)
#E6B9A1
(230,185,161)
#ECC9B7
(236,201,183)
#F2D9CD
(242,217,205)
#F8E9E3
(248,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4907 color. Also use rgb(188,73,7) instead hex code.

Text Font Color

.myTextColor { color: #BC4907; }

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

This text font color is #BC4907.


Background Color

.myBgColor { background-color: #BC4907; }

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

This div background color is #BC4907.


Border color

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

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

This div border color is #BC4907.


Opacity

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

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

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

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

This text has shadow with #BC4907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4907 on black background.


Color preview on white background

This text has color #BC4907 on white background.



Black color preview on #BC4907 background

This text has black color on #BC4907 background.


White color preview on #BC4907 background

This text has white color on #BC4907 background.