COLOR #BC8B03

HEX: #BC8B03
RGB: (188,139,3)

Color info

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

RGB color model

#BC8B03 color RGB value is (188,139,3).

  • red value is 188;
  • green value is 139;
  • blue value is 3.
RGB:
(188,139,3)
(74%,55%,1%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 3 of 255 = 1%

188
139
3

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

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 3 = 330 (100%)
R 188 of 330 ~ 56.97%
G 139 of 330 ~ 42.12%
B 3 of 330 ~ 0.91%

%56.97
%42.12

CMYK color model

#BC8B03 color CMYK value is (0,26,98,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 98.40%
  • key color value is 26.27%
CMYK:
(0,26,98,26)
C0M26Y98K26 
(0%,26%,98%,26%)
(0.00/0.26/0.98/0.26)	

CMYK percentages

%0
%26.06
%98.4
%26.27

Codes

Color #BC8B03 in popluar color models

BC8B03
RGB1881393
HSL44°96.86%37.45%
HSB/HSV44°98.40%73.73%
CMYK0.00%26.06%98.40%
26.27%

Color #BC8B03 in popluar number systems.

HEXBC8B03
Decimal1881393
Binary101111001000101111
Octal2742133

Shades and tints

Shades of #BC8B03

#BC8B03
(188,139,3)
#AB7F03
(171,127,3)
#9A7303
(154,115,3)
#896703
(137,103,3)
#785B03
(120,91,3)
#674F03
(103,79,3)
#564303
(86,67,3)
#453703
(69,55,3)
#342B03
(52,43,3)
#231F03
(35,31,3)
#121303
(18,19,3)
#000000
(0,0,0)

Tints of #BC8B03

#BC8B03
(188,139,3)
#C29519
(194,149,25)
#C89F2F
(200,159,47)
#CEA945
(206,169,69)
#D4B35B
(212,179,91)
#DABD71
(218,189,113)
#E0C787
(224,199,135)
#E6D19D
(230,209,157)
#ECDBB3
(236,219,179)
#F2E5C9
(242,229,201)
#F8EFDF
(248,239,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8B03 color. Also use rgb(188,139,3) instead hex code.

Text Font Color

.myTextColor { color: #BC8B03; }

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

This text font color is #BC8B03.


Background Color

.myBgColor { background-color: #BC8B03; }

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

This div background color is #BC8B03.


Border color

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

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

This div border color is #BC8B03.


Opacity

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

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

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

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

This text has shadow with #BC8B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8B03 on black background.


Color preview on white background

This text has color #BC8B03 on white background.



Black color preview on #BC8B03 background

This text has black color on #BC8B03 background.


White color preview on #BC8B03 background

This text has white color on #BC8B03 background.