COLOR #BC9008

HEX: #BC9008
RGB: (188,144,8)

Color info

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

RGB color model

#BC9008 color RGB value is (188,144,8).

  • red value is 188;
  • green value is 144;
  • blue value is 8.
RGB:
(188,144,8)
(74%,56%,3%)

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 8 of 255 = 3%

188
144
8

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

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 8 = 340 (100%)
R 188 of 340 ~ 55.29%
G 144 of 340 ~ 42.35%
B 8 of 340 ~ 2.35%

%55.29
%42.35

CMYK color model

#BC9008 color CMYK value is (0,23,96,26).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 95.74%
  • key color value is 26.27%
CMYK:
(0,23,96,26)
C0M23Y96K26 
(0%,23%,96%,26%)
(0.00/0.23/0.96/0.26)	

CMYK percentages

%0
%23.4
%95.74
%26.27

Codes

Color #BC9008 in popluar color models

BC9008
RGB1881448
HSL45°91.84%38.43%
HSB/HSV45°95.74%73.73%
CMYK0.00%23.40%95.74%
26.27%

Color #BC9008 in popluar number systems.

HEXBC9008
Decimal1881448
Binary10111100100100001000
Octal27422010

Shades and tints

Shades of #BC9008

#BC9008
(188,144,8)
#AB8308
(171,131,8)
#9A7608
(154,118,8)
#896908
(137,105,8)
#785C08
(120,92,8)
#674F08
(103,79,8)
#564208
(86,66,8)
#453508
(69,53,8)
#342808
(52,40,8)
#231B08
(35,27,8)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #BC9008

#BC9008
(188,144,8)
#C29A1E
(194,154,30)
#C8A434
(200,164,52)
#CEAE4A
(206,174,74)
#D4B860
(212,184,96)
#DAC276
(218,194,118)
#E0CC8C
(224,204,140)
#E6D6A2
(230,214,162)
#ECE0B8
(236,224,184)
#F2EACE
(242,234,206)
#F8F4E4
(248,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9008 color. Also use rgb(188,144,8) instead hex code.

Text Font Color

.myTextColor { color: #BC9008; }

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

This text font color is #BC9008.


Background Color

.myBgColor { background-color: #BC9008; }

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

This div background color is #BC9008.


Border color

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

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

This div border color is #BC9008.


Opacity

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

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

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

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

This text has shadow with #BC9008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9008 on black background.


Color preview on white background

This text has color #BC9008 on white background.



Black color preview on #BC9008 background

This text has black color on #BC9008 background.


White color preview on #BC9008 background

This text has white color on #BC9008 background.