COLOR #BC531F

HEX: #BC531F
RGB: (188,83,31)

Color info

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

RGB color model

#BC531F color RGB value is (188,83,31).

  • red value is 188;
  • green value is 83;
  • blue value is 31.
RGB:
(188,83,31)
(74%,33%,12%)

RGB channels and saturation

R 188 of 255 = 74%
G 83 of 255 = 33%
B 31 of 255 = 12%

188
83
31

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

Portions of RGB colors in percentages

R + G + B =
188 + 83 + 31 = 302 (100%)
R 188 of 302 ~ 62.25%
G 83 of 302 ~ 27.48%
B 31 of 302 ~ 10.26%

%62.25
%27.48
%10.26

CMYK color model

#BC531F color CMYK value is (0,56,84,26).

  • cyan value is 0.00%
  • magenta value is 55.85%
  • yellow value is 83.51%
  • key color value is 26.27%
CMYK:
(0,56,84,26)
C0M56Y84K26 
(0%,56%,84%,26%)
(0.00/0.56/0.84/0.26)	

CMYK percentages

%0
%55.85
%83.51
%26.27

Codes

Color #BC531F in popluar color models

BC531F
RGB1888331
HSL20°71.69%42.94%
HSB/HSV20°83.51%73.73%
CMYK0.00%55.85%83.51%
26.27%

Color #BC531F in popluar number systems.

HEXBC531F
Decimal1888331
Binary10111100101001111111
Octal27412337

Shades and tints

Shades of #BC531F

#BC531F
(188,83,31)
#AB4C1D
(171,76,29)
#9A451B
(154,69,27)
#893E19
(137,62,25)
#783717
(120,55,23)
#673015
(103,48,21)
#562913
(86,41,19)
#452211
(69,34,17)
#341B0F
(52,27,15)
#23140D
(35,20,13)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #BC531F

#BC531F
(188,83,31)
#C26233
(194,98,51)
#C87147
(200,113,71)
#CE805B
(206,128,91)
#D48F6F
(212,143,111)
#DA9E83
(218,158,131)
#E0AD97
(224,173,151)
#E6BCAB
(230,188,171)
#ECCBBF
(236,203,191)
#F2DAD3
(242,218,211)
#F8E9E7
(248,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC531F color. Also use rgb(188,83,31) instead hex code.

Text Font Color

.myTextColor { color: #BC531F; }

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

This text font color is #BC531F.


Background Color

.myBgColor { background-color: #BC531F; }

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

This div background color is #BC531F.


Border color

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

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

This div border color is #BC531F.


Opacity

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

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

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

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

This text has shadow with #BC531F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC531F on black background.


Color preview on white background

This text has color #BC531F on white background.



Black color preview on #BC531F background

This text has black color on #BC531F background.


White color preview on #BC531F background

This text has white color on #BC531F background.