COLOR #BC910C

HEX: #BC910C
RGB: (188,145,12)

Color info

#BC910C contains mainly red and green colors. Web safe color of #BC910C is #CC9900 (or #C90).

RGB color model

#BC910C color RGB value is (188,145,12).

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

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 12 of 255 = 5%

188
145
12

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

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 12 = 345 (100%)
R 188 of 345 ~ 54.49%
G 145 of 345 ~ 42.03%
B 12 of 345 ~ 3.48%

%54.49
%42.03

CMYK color model

#BC910C color CMYK value is (0,23,94,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 93.62%
  • key color value is 26.27%
CMYK:
(0,23,94,26)
C0M23Y94K26 
(0%,23%,94%,26%)
(0.00/0.23/0.94/0.26)	

CMYK percentages

%0
%22.87
%93.62
%26.27

Codes

Color #BC910C in popluar color models

BC910C
RGB18814512
HSL45°88.00%39.22%
HSB/HSV45°93.62%73.73%
CMYK0.00%22.87%93.62%
26.27%

Color #BC910C in popluar number systems.

HEXBC910C
Decimal18814512
Binary10111100100100011100
Octal27422114

Shades and tints

Shades of #BC910C

#BC910C
(188,145,12)
#AB840B
(171,132,11)
#9A770A
(154,119,10)
#896A09
(137,106,9)
#785D08
(120,93,8)
#675007
(103,80,7)
#564306
(86,67,6)
#453605
(69,54,5)
#342904
(52,41,4)
#231C03
(35,28,3)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #BC910C

#BC910C
(188,145,12)
#C29B22
(194,155,34)
#C8A538
(200,165,56)
#CEAF4E
(206,175,78)
#D4B964
(212,185,100)
#DAC37A
(218,195,122)
#E0CD90
(224,205,144)
#E6D7A6
(230,215,166)
#ECE1BC
(236,225,188)
#F2EBD2
(242,235,210)
#F8F5E8
(248,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC910C; }

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

This text font color is #BC910C.


Background Color

.myBgColor { background-color: #BC910C; }

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

This div background color is #BC910C.


Border color

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

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

This div border color is #BC910C.


Opacity

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

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

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

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

This text has shadow with #BC910C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC910C on black background.


Color preview on white background

This text has color #BC910C on white background.



Black color preview on #BC910C background

This text has black color on #BC910C background.


White color preview on #BC910C background

This text has white color on #BC910C background.