COLOR #BC903E

HEX: #BC903E
RGB: (188,144,62)

Color info

#BC903E contains mainly red and green colors. Web safe color of #BC903E is #CC9933 (or #C93).

RGB color model

#BC903E color RGB value is (188,144,62).

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

RGB channels and saturation

R 188 of 255 = 74%
G 144 of 255 = 56%
B 62 of 255 = 24%

188
144
62

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

Portions of RGB colors in percentages

R + G + B =
188 + 144 + 62 = 394 (100%)
R 188 of 394 ~ 47.72%
G 144 of 394 ~ 36.55%
B 62 of 394 ~ 15.74%

%47.72
%36.55
%15.74

CMYK color model

#BC903E color CMYK value is (0,23,67,26).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 67.02%
  • key color value is 26.27%
CMYK:
(0,23,67,26)
C0M23Y67K26 
(0%,23%,67%,26%)
(0.00/0.23/0.67/0.26)	

CMYK percentages

%0
%23.4
%67.02
%26.27

Codes

Color #BC903E in popluar color models

BC903E
RGB18814462
HSL39°50.40%49.02%
HSB/HSV39°67.02%73.73%
CMYK0.00%23.40%67.02%
26.27%

Color #BC903E in popluar number systems.

HEXBC903E
Decimal18814462
Binary1011110010010000111110
Octal27422076

Shades and tints

Shades of #BC903E

#BC903E
(188,144,62)
#AB8339
(171,131,57)
#9A7634
(154,118,52)
#89692F
(137,105,47)
#785C2A
(120,92,42)
#674F25
(103,79,37)
#564220
(86,66,32)
#45351B
(69,53,27)
#342816
(52,40,22)
#231B11
(35,27,17)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #BC903E

#BC903E
(188,144,62)
#C29A4F
(194,154,79)
#C8A460
(200,164,96)
#CEAE71
(206,174,113)
#D4B882
(212,184,130)
#DAC293
(218,194,147)
#E0CCA4
(224,204,164)
#E6D6B5
(230,214,181)
#ECE0C6
(236,224,198)
#F2EAD7
(242,234,215)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC903E; }

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

This text font color is #BC903E.


Background Color

.myBgColor { background-color: #BC903E; }

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

This div background color is #BC903E.


Border color

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

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

This div border color is #BC903E.


Opacity

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

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

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

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

This text has shadow with #BC903E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC903E on black background.


Color preview on white background

This text has color #BC903E on white background.



Black color preview on #BC903E background

This text has black color on #BC903E background.


White color preview on #BC903E background

This text has white color on #BC903E background.