COLOR #BC5A33

HEX: #BC5A33
RGB: (188,90,51)

Color info

#BC5A33 contains mainly red color. Web safe color of #BC5A33 is #CC6633 (or #C63).

RGB color model

#BC5A33 color RGB value is (188,90,51).

  • red value is 188;
  • green value is 90;
  • blue value is 51.
RGB:
(188,90,51)
(74%,35%,20%)

RGB channels and saturation

R 188 of 255 = 74%
G 90 of 255 = 35%
B 51 of 255 = 20%

188
90
51

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

Portions of RGB colors in percentages

R + G + B =
188 + 90 + 51 = 329 (100%)
R 188 of 329 ~ 57.14%
G 90 of 329 ~ 27.36%
B 51 of 329 ~ 15.5%

%57.14
%27.36
%15.5

CMYK color model

#BC5A33 color CMYK value is (0,52,73,26).

  • cyan value is 0.00%
  • magenta value is 52.13%
  • yellow value is 72.87%
  • key color value is 26.27%
CMYK:
(0,52,73,26)
C0M52Y73K26 
(0%,52%,73%,26%)
(0.00/0.52/0.73/0.26)	

CMYK percentages

%0
%52.13
%72.87
%26.27

Codes

Color #BC5A33 in popluar color models

BC5A33
RGB1889051
HSL17°57.32%46.86%
HSB/HSV17°72.87%73.73%
CMYK0.00%52.13%72.87%
26.27%

Color #BC5A33 in popluar number systems.

HEXBC5A33
Decimal1889051
Binary101111001011010110011
Octal27413263

Shades and tints

Shades of #BC5A33

#BC5A33
(188,90,51)
#AB522F
(171,82,47)
#9A4A2B
(154,74,43)
#894227
(137,66,39)
#783A23
(120,58,35)
#67321F
(103,50,31)
#562A1B
(86,42,27)
#452217
(69,34,23)
#341A13
(52,26,19)
#23120F
(35,18,15)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #BC5A33

#BC5A33
(188,90,51)
#C26945
(194,105,69)
#C87857
(200,120,87)
#CE8769
(206,135,105)
#D4967B
(212,150,123)
#DAA58D
(218,165,141)
#E0B49F
(224,180,159)
#E6C3B1
(230,195,177)
#ECD2C3
(236,210,195)
#F2E1D5
(242,225,213)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5A33 color. Also use rgb(188,90,51) instead hex code.

Text Font Color

.myTextColor { color: #BC5A33; }

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

This text font color is #BC5A33.


Background Color

.myBgColor { background-color: #BC5A33; }

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

This div background color is #BC5A33.


Border color

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

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

This div border color is #BC5A33.


Opacity

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

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

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

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

This text has shadow with #BC5A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5A33 on black background.


Color preview on white background

This text has color #BC5A33 on white background.



Black color preview on #BC5A33 background

This text has black color on #BC5A33 background.


White color preview on #BC5A33 background

This text has white color on #BC5A33 background.