COLOR #BC4520

HEX: #BC4520 RGB: (188,69,32)

Color info

#BC4520 contains mainly red color. Web safe color of #BC4520 is #CC3333 (or #C33).

RGB color model

#BC4520 color RGB value is (188,69,32).

RGB: (188,69,32) (74%, 27%, 13%)

RGB channels and saturation

R 188 of 255 = 74%
G 69 of 255 = 27%
B 32 of 255 = 13%

188
69
32

R + G + B ~ 38%. #BC4520 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 188 + 69 + 32 = 289 (100%)
R 188 of 289 ~ 65.05%
G 69 of 289 ~ 23.88%
B 32 of 289 ~ 11.07'%

%65.05
%23.88
%11.07

CMYK color model

#BC4520 color CMYK value is (0,63,83,26).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 82.98%
  • key color value is 26.27%
CMYK: (0,63,83,26) C0M63Y83K26 (0%,63%,83%,26%) (0.00/0.63/0.83/0.26) 

CMYK percentages

%0
%63.3
%82.98
%26.27

Codes

Color #BC4520 in popluar color models

BC 45 20
RGB 188 69 32
HSL 14° 70.91% 43.14%
HSB/HSV 14° 82.98% 73.73%
CMYK 0.00% 63.30% 82.98%
26.27%

Color #BC4520 in popluar number systems.

HEX BC 45 20
Decimal 188 69 32
Binary 10111100 1000101 100000
Octal 274 105 40

Shades and tints

Shades of #BC4520

#BC4520
(188,69,32)
#AB3F1E
(171,63,30)
#9A391C
(154,57,28)
#89331A
(137,51,26)
#782D18
(120,45,24)
#672716
(103,39,22)
#562114
(86,33,20)
#451B12
(69,27,18)
#341510
(52,21,16)
#230F0E
(35,15,14)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #BC4520

#BC4520
(188,69,32)
#C25534
(194,85,52)
#C86548
(200,101,72)
#CE755C
(206,117,92)
#D48570
(212,133,112)
#DA9584
(218,149,132)
#E0A598
(224,165,152)
#E6B5AC
(230,181,172)
#ECC5C0
(236,197,192)
#F2D5D4
(242,213,212)
#F8E5E8
(248,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4520 color. Also use rgb(188,69,32) instead hex code.

Text Font Color

.myTextColor { color: #BC4520; }

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

This text font color is #BC4520.

Background Color

.myBgColor { background-color: #BC4520; }

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

This div background color is #BC4520.

Border color

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

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

This div border color is #BC4520.

Opacity

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

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

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

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

This text has shadow with #BC4520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC4520.

Preview

Color preview on black background

This text has color #BC4520 on black background.


Color preview on white background

This text has color #BC4520 on white background.


Black color preview on #BC4520 background

This text has black color on #BC4520 background.


White color preview on #BC4520 background

This text has white color on #BC4520 background.


Related colors

Complementary color

Complementary color for #hex is #43BADF.


I love getcolorcode.com

Triadic colors

1 #20BC45 and #4520BC with #BC4520 are triadic colors.

2 #2045BC and #45BC20 with #BC4520 are triadic colors.