COLOR #BC724F

HEX: #BC724F
RGB: (188,114,79)

Color info

#BC724F contains mainly red color. Web safe color of #BC724F is #CC6666 (or #C66).

RGB color model

#BC724F color RGB value is (188,114,79).

  • red value is 188;
  • green value is 114;
  • blue value is 79.
RGB:
(188,114,79)
(74%,45%,31%)

RGB channels and saturation

R 188 of 255 = 74%
G 114 of 255 = 45%
B 79 of 255 = 31%

188
114
79

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

Portions of RGB colors in percentages

R + G + B =
188 + 114 + 79 = 381 (100%)
R 188 of 381 ~ 49.34%
G 114 of 381 ~ 29.92%
B 79 of 381 ~ 20.73%

%49.34
%29.92
%20.73

CMYK color model

#BC724F color CMYK value is (0,39,58,26).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 57.98%
  • key color value is 26.27%
CMYK:
(0,39,58,26)
C0M39Y58K26 
(0%,39%,58%,26%)
(0.00/0.39/0.58/0.26)	

CMYK percentages

%0
%39.36
%57.98
%26.27

Codes

Color #BC724F in popluar color models

BC724F
RGB18811479
HSL19°44.86%52.35%
HSB/HSV19°57.98%73.73%
CMYK0.00%39.36%57.98%
26.27%

Color #BC724F in popluar number systems.

HEXBC724F
Decimal18811479
Binary1011110011100101001111
Octal274162117

Shades and tints

Shades of #BC724F

#BC724F
(188,114,79)
#AB6848
(171,104,72)
#9A5E41
(154,94,65)
#89543A
(137,84,58)
#784A33
(120,74,51)
#67402C
(103,64,44)
#563625
(86,54,37)
#452C1E
(69,44,30)
#342217
(52,34,23)
#231810
(35,24,16)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #BC724F

#BC724F
(188,114,79)
#C27E5F
(194,126,95)
#C88A6F
(200,138,111)
#CE967F
(206,150,127)
#D4A28F
(212,162,143)
#DAAE9F
(218,174,159)
#E0BAAF
(224,186,175)
#E6C6BF
(230,198,191)
#ECD2CF
(236,210,207)
#F2DEDF
(242,222,223)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC724F color. Also use rgb(188,114,79) instead hex code.

Text Font Color

.myTextColor { color: #BC724F; }

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

This text font color is #BC724F.


Background Color

.myBgColor { background-color: #BC724F; }

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

This div background color is #BC724F.


Border color

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

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

This div border color is #BC724F.


Opacity

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

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

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

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

This text has shadow with #BC724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC724F on black background.


Color preview on white background

This text has color #BC724F on white background.



Black color preview on #BC724F background

This text has black color on #BC724F background.


White color preview on #BC724F background

This text has white color on #BC724F background.