COLOR #BC6D46

HEX: #BC6D46 RGB: (188,109,70)

Color info

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

RGB color model

#BC6D46 color RGB value is (188,109,70).

RGB: (188,109,70) (74%, 43%, 27%)

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 70 of 255 = 27%

188
109
70

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

Portions of RGB colors in percentages

R + G + B = 188 + 109 + 70 = 367 (100%)
R 188 of 367 ~ 51.23%
G 109 of 367 ~ 29.7%
B 70 of 367 ~ 19.07'%

%51.23
%29.7
%19.07

CMYK color model

#BC6D46 color CMYK value is (0,42,63,26).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 62.77%
  • key color value is 26.27%

CMYK: (0,42,63,26)
C0M42Y63K26 (0%, 42%, 63%, 26%)
(0.00 / 0.42 / 0.63 / 0.26)

CMYK percentages

%0
%42.02
%62.77
%26.27

Codes

Color #BC6D46 in popluar color models

BC 6D 46
RGB 188 109 70
HSL 20° 46.83% 50.59%
HSB/HSV 20° 62.77% 73.73%
CMYK 0.00% 42.02% 62.77%
26.27%

Color #BC6D46 in popluar number systems.

HEX BC 6D 46
Decimal 188 109 70
Binary 10111100 1101101 1000110
Octal 274 155 106

Shades and tints

Shades of #BC6D46

#BC6D46
(188,109,70)
#AB6440
(171,100,64)
#9A5B3A
(154,91,58)
#895234
(137,82,52)
#78492E
(120,73,46)
#674028
(103,64,40)
#563722
(86,55,34)
#452E1C
(69,46,28)
#342516
(52,37,22)
#231C10
(35,28,16)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #BC6D46

#BC6D46
(188,109,70)
#C27A56
(194,122,86)
#C88766
(200,135,102)
#CE9476
(206,148,118)
#D4A186
(212,161,134)
#DAAE96
(218,174,150)
#E0BBA6
(224,187,166)
#E6C8B6
(230,200,182)
#ECD5C6
(236,213,198)
#F2E2D6
(242,226,214)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6D46 color. Also use rgb(188,109,70) instead hex code.

Text Font Color

.myTextColor { color: #BC6D46; }

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

This text font color is #BC6D46.

Background Color

.myBgColor { background-color: #BC6D46; }

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

This div background color is #BC6D46.

Border color

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

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

This div border color is #BC6D46.

Opacity

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

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

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

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

This text has shadow with #BC6D46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6D46.

Preview

Color preview on black background

This text has color #BC6D46 on black background.


Color preview on white background

This text has color #BC6D46 on white background.


Black color preview on #BC6D46 background

This text has black color on #BC6D46 background.


White color preview on #BC6D46 background

This text has white color on #BC6D46 background.


Related colors

Complementary color

Complementary color for #hex is #4392B9.


I love getcolorcode.com

Triadic colors

1 #46BC6D and #6D46BC with #BC6D46 are triadic colors.

2 #466DBC and #6DBC46 with #BC6D46 are triadic colors.