COLOR #BC6C53

HEX: #BC6C53
RGB: (188,108,83)

Color info

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

RGB color model

#BC6C53 color RGB value is (188,108,83).

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

RGB channels and saturation

R 188 of 255 = 74%
G 108 of 255 = 42%
B 83 of 255 = 33%

188
108
83

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

Portions of RGB colors in percentages

R + G + B =
188 + 108 + 83 = 379 (100%)
R 188 of 379 ~ 49.6%
G 108 of 379 ~ 28.5%
B 83 of 379 ~ 21.9%

%49.6
%28.5
%21.9

CMYK color model

#BC6C53 color CMYK value is (0,43,56,26).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 55.85%
  • key color value is 26.27%
CMYK:
(0,43,56,26)
C0M43Y56K26 
(0%,43%,56%,26%)
(0.00/0.43/0.56/0.26)	

CMYK percentages

%0
%42.55
%55.85
%26.27

Codes

Color #BC6C53 in popluar color models

BC6C53
RGB18810883
HSL14°43.93%53.14%
HSB/HSV14°55.85%73.73%
CMYK0.00%42.55%55.85%
26.27%

Color #BC6C53 in popluar number systems.

HEXBC6C53
Decimal18810883
Binary1011110011011001010011
Octal274154123

Shades and tints

Shades of #BC6C53

#BC6C53
(188,108,83)
#AB634C
(171,99,76)
#9A5A45
(154,90,69)
#89513E
(137,81,62)
#784837
(120,72,55)
#673F30
(103,63,48)
#563629
(86,54,41)
#452D22
(69,45,34)
#34241B
(52,36,27)
#231B14
(35,27,20)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BC6C53

#BC6C53
(188,108,83)
#C27962
(194,121,98)
#C88671
(200,134,113)
#CE9380
(206,147,128)
#D4A08F
(212,160,143)
#DAAD9E
(218,173,158)
#E0BAAD
(224,186,173)
#E6C7BC
(230,199,188)
#ECD4CB
(236,212,203)
#F2E1DA
(242,225,218)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6C53; }

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

This text font color is #BC6C53.


Background Color

.myBgColor { background-color: #BC6C53; }

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

This div background color is #BC6C53.


Border color

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

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

This div border color is #BC6C53.


Opacity

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

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

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

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

This text has shadow with #BC6C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6C53 on black background.


Color preview on white background

This text has color #BC6C53 on white background.



Black color preview on #BC6C53 background

This text has black color on #BC6C53 background.


White color preview on #BC6C53 background

This text has white color on #BC6C53 background.