COLOR #BC641A

HEX: #BC641A
RGB: (188,100,26)

Color info

#BC641A contains mainly red color. Web safe color of #BC641A is #CC6600 (or #C60).

RGB color model

#BC641A color RGB value is (188,100,26).

  • red value is 188;
  • green value is 100;
  • blue value is 26.
RGB:
(188,100,26)
(74%,39%,10%)

RGB channels and saturation

R 188 of 255 = 74%
G 100 of 255 = 39%
B 26 of 255 = 10%

188
100
26

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

Portions of RGB colors in percentages

R + G + B =
188 + 100 + 26 = 314 (100%)
R 188 of 314 ~ 59.87%
G 100 of 314 ~ 31.85%
B 26 of 314 ~ 8.28%

%59.87
%31.85

CMYK color model

#BC641A color CMYK value is (0,47,86,26).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 86.17%
  • key color value is 26.27%
CMYK:
(0,47,86,26)
C0M47Y86K26 
(0%,47%,86%,26%)
(0.00/0.47/0.86/0.26)	

CMYK percentages

%0
%46.81
%86.17
%26.27

Codes

Color #BC641A in popluar color models

BC641A
RGB18810026
HSL27°75.70%41.96%
HSB/HSV27°86.17%73.73%
CMYK0.00%46.81%86.17%
26.27%

Color #BC641A in popluar number systems.

HEXBC641A
Decimal18810026
Binary10111100110010011010
Octal27414432

Shades and tints

Shades of #BC641A

#BC641A
(188,100,26)
#AB5B18
(171,91,24)
#9A5216
(154,82,22)
#894914
(137,73,20)
#784012
(120,64,18)
#673710
(103,55,16)
#562E0E
(86,46,14)
#45250C
(69,37,12)
#341C0A
(52,28,10)
#231308
(35,19,8)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #BC641A

#BC641A
(188,100,26)
#C2722E
(194,114,46)
#C88042
(200,128,66)
#CE8E56
(206,142,86)
#D49C6A
(212,156,106)
#DAAA7E
(218,170,126)
#E0B892
(224,184,146)
#E6C6A6
(230,198,166)
#ECD4BA
(236,212,186)
#F2E2CE
(242,226,206)
#F8F0E2
(248,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC641A color. Also use rgb(188,100,26) instead hex code.

Text Font Color

.myTextColor { color: #BC641A; }

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

This text font color is #BC641A.


Background Color

.myBgColor { background-color: #BC641A; }

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

This div background color is #BC641A.


Border color

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

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

This div border color is #BC641A.


Opacity

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

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

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

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

This text has shadow with #BC641A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC641A on black background.


Color preview on white background

This text has color #BC641A on white background.



Black color preview on #BC641A background

This text has black color on #BC641A background.


White color preview on #BC641A background

This text has white color on #BC641A background.