COLOR #BC7123

HEX: #BC7123
RGB: (188,113,35)

Color info

#BC7123 contains mainly red color. Web safe color of #BC7123 is #CC6633 (or #C63).

RGB color model

#BC7123 color RGB value is (188,113,35).

  • red value is 188;
  • green value is 113;
  • blue value is 35.
RGB:
(188,113,35)
(74%,44%,14%)

RGB channels and saturation

R 188 of 255 = 74%
G 113 of 255 = 44%
B 35 of 255 = 14%

188
113
35

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

Portions of RGB colors in percentages

R + G + B =
188 + 113 + 35 = 336 (100%)
R 188 of 336 ~ 55.95%
G 113 of 336 ~ 33.63%
B 35 of 336 ~ 10.42%

%55.95
%33.63
%10.42

CMYK color model

#BC7123 color CMYK value is (0,40,81,26).

  • cyan value is 0.00%
  • magenta value is 39.89%
  • yellow value is 81.38%
  • key color value is 26.27%
CMYK:
(0,40,81,26)
C0M40Y81K26 
(0%,40%,81%,26%)
(0.00/0.40/0.81/0.26)	

CMYK percentages

%0
%39.89
%81.38
%26.27

Codes

Color #BC7123 in popluar color models

BC7123
RGB18811335
HSL31°68.61%43.73%
HSB/HSV31°81.38%73.73%
CMYK0.00%39.89%81.38%
26.27%

Color #BC7123 in popluar number systems.

HEXBC7123
Decimal18811335
Binary101111001110001100011
Octal27416143

Shades and tints

Shades of #BC7123

#BC7123
(188,113,35)
#AB6720
(171,103,32)
#9A5D1D
(154,93,29)
#89531A
(137,83,26)
#784917
(120,73,23)
#673F14
(103,63,20)
#563511
(86,53,17)
#452B0E
(69,43,14)
#34210B
(52,33,11)
#231708
(35,23,8)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #BC7123

#BC7123
(188,113,35)
#C27D37
(194,125,55)
#C8894B
(200,137,75)
#CE955F
(206,149,95)
#D4A173
(212,161,115)
#DAAD87
(218,173,135)
#E0B99B
(224,185,155)
#E6C5AF
(230,197,175)
#ECD1C3
(236,209,195)
#F2DDD7
(242,221,215)
#F8E9EB
(248,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7123 color. Also use rgb(188,113,35) instead hex code.

Text Font Color

.myTextColor { color: #BC7123; }

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

This text font color is #BC7123.


Background Color

.myBgColor { background-color: #BC7123; }

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

This div background color is #BC7123.


Border color

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

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

This div border color is #BC7123.


Opacity

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

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

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

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

This text has shadow with #BC7123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7123 on black background.


Color preview on white background

This text has color #BC7123 on white background.



Black color preview on #BC7123 background

This text has black color on #BC7123 background.


White color preview on #BC7123 background

This text has white color on #BC7123 background.