COLOR #BC9317

HEX: #BC9317
RGB: (188,147,23)

Color info

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

RGB color model

#BC9317 color RGB value is (188,147,23).

  • red value is 188;
  • green value is 147;
  • blue value is 23.
RGB:
(188,147,23)
(74%,58%,9%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 23 of 255 = 9%

188
147
23

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

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 23 = 358 (100%)
R 188 of 358 ~ 52.51%
G 147 of 358 ~ 41.06%
B 23 of 358 ~ 6.42%

%52.51
%41.06

CMYK color model

#BC9317 color CMYK value is (0,22,88,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 87.77%
  • key color value is 26.27%
CMYK:
(0,22,88,26)
C0M22Y88K26 
(0%,22%,88%,26%)
(0.00/0.22/0.88/0.26)	

CMYK percentages

%0
%21.81
%87.77
%26.27

Codes

Color #BC9317 in popluar color models

BC9317
RGB18814723
HSL45°78.20%41.37%
HSB/HSV45°87.77%73.73%
CMYK0.00%21.81%87.77%
26.27%

Color #BC9317 in popluar number systems.

HEXBC9317
Decimal18814723
Binary101111001001001110111
Octal27422327

Shades and tints

Shades of #BC9317

#BC9317
(188,147,23)
#AB8615
(171,134,21)
#9A7913
(154,121,19)
#896C11
(137,108,17)
#785F0F
(120,95,15)
#67520D
(103,82,13)
#56450B
(86,69,11)
#453809
(69,56,9)
#342B07
(52,43,7)
#231E05
(35,30,5)
#121103
(18,17,3)
#000000
(0,0,0)

Tints of #BC9317

#BC9317
(188,147,23)
#C29C2C
(194,156,44)
#C8A541
(200,165,65)
#CEAE56
(206,174,86)
#D4B76B
(212,183,107)
#DAC080
(218,192,128)
#E0C995
(224,201,149)
#E6D2AA
(230,210,170)
#ECDBBF
(236,219,191)
#F2E4D4
(242,228,212)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9317 color. Also use rgb(188,147,23) instead hex code.

Text Font Color

.myTextColor { color: #BC9317; }

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

This text font color is #BC9317.


Background Color

.myBgColor { background-color: #BC9317; }

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

This div background color is #BC9317.


Border color

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

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

This div border color is #BC9317.


Opacity

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

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

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

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

This text has shadow with #BC9317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9317 on black background.


Color preview on white background

This text has color #BC9317 on white background.



Black color preview on #BC9317 background

This text has black color on #BC9317 background.


White color preview on #BC9317 background

This text has white color on #BC9317 background.