COLOR #BC7507

HEX: #BC7507
RGB: (188,117,7)

Color info

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

RGB color model

#BC7507 color RGB value is (188,117,7).

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

RGB channels and saturation

R 188 of 255 = 74%
G 117 of 255 = 46%
B 7 of 255 = 3%

188
117
7

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

Portions of RGB colors in percentages

R + G + B =
188 + 117 + 7 = 312 (100%)
R 188 of 312 ~ 60.26%
G 117 of 312 ~ 37.5%
B 7 of 312 ~ 2.24%

%60.26
%37.5

CMYK color model

#BC7507 color CMYK value is (0,38,96,26).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 96.28%
  • key color value is 26.27%
CMYK:
(0,38,96,26)
C0M38Y96K26 
(0%,38%,96%,26%)
(0.00/0.38/0.96/0.26)	

CMYK percentages

%0
%37.77
%96.28
%26.27

Codes

Color #BC7507 in popluar color models

BC7507
RGB1881177
HSL36°92.82%38.24%
HSB/HSV36°96.28%73.73%
CMYK0.00%37.77%96.28%
26.27%

Color #BC7507 in popluar number systems.

HEXBC7507
Decimal1881177
Binary101111001110101111
Octal2741657

Shades and tints

Shades of #BC7507

#BC7507
(188,117,7)
#AB6B07
(171,107,7)
#9A6107
(154,97,7)
#895707
(137,87,7)
#784D07
(120,77,7)
#674307
(103,67,7)
#563907
(86,57,7)
#452F07
(69,47,7)
#342507
(52,37,7)
#231B07
(35,27,7)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #BC7507

#BC7507
(188,117,7)
#C2811D
(194,129,29)
#C88D33
(200,141,51)
#CE9949
(206,153,73)
#D4A55F
(212,165,95)
#DAB175
(218,177,117)
#E0BD8B
(224,189,139)
#E6C9A1
(230,201,161)
#ECD5B7
(236,213,183)
#F2E1CD
(242,225,205)
#F8EDE3
(248,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7507; }

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

This text font color is #BC7507.


Background Color

.myBgColor { background-color: #BC7507; }

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

This div background color is #BC7507.


Border color

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

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

This div border color is #BC7507.


Opacity

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

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

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

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

This text has shadow with #BC7507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7507 on black background.


Color preview on white background

This text has color #BC7507 on white background.



Black color preview on #BC7507 background

This text has black color on #BC7507 background.


White color preview on #BC7507 background

This text has white color on #BC7507 background.