COLOR #BC7547

HEX: #BC7547 RGB: (188,117,71)

Color info

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

RGB color model

#BC7547 color RGB value is (188,117,71).

RGB: (188,117,71) (74%, 46%, 28%)

RGB channels and saturation

R 188 of 255 = 74%
G 117 of 255 = 46%
B 71 of 255 = 28%

188
117
71

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

Portions of RGB colors in percentages

R + G + B = 188 + 117 + 71 = 376 (100%)
R 188 of 376 ~ 50%
G 117 of 376 ~ 31.12%
B 71 of 376 ~ 18.88'%

%50
%31.12
%18.88

CMYK color model

#BC7547 color CMYK value is (0,38,62,26).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 62.23%
  • key color value is 26.27%

CMYK: (0,38,62,26)
C0M38Y62K26 (0%, 38%, 62%, 26%)
(0.00 / 0.38 / 0.62 / 0.26)

CMYK percentages

%0
%37.77
%62.23
%26.27

Codes

Color #BC7547 in popluar color models

BC 75 47
RGB 188 117 71
HSL 24° 46.61% 50.78%
HSB/HSV 24° 62.23% 73.73%
CMYK 0.00% 37.77% 62.23%
26.27%

Color #BC7547 in popluar number systems.

HEX BC 75 47
Decimal 188 117 71
Binary 10111100 1110101 1000111
Octal 274 165 107

Shades and tints

Shades of #BC7547

#BC7547
(188,117,71)
#AB6B41
(171,107,65)
#9A613B
(154,97,59)
#895735
(137,87,53)
#784D2F
(120,77,47)
#674329
(103,67,41)
#563923
(86,57,35)
#452F1D
(69,47,29)
#342517
(52,37,23)
#231B11
(35,27,17)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #BC7547

#BC7547
(188,117,71)
#C28157
(194,129,87)
#C88D67
(200,141,103)
#CE9977
(206,153,119)
#D4A587
(212,165,135)
#DAB197
(218,177,151)
#E0BDA7
(224,189,167)
#E6C9B7
(230,201,183)
#ECD5C7
(236,213,199)
#F2E1D7
(242,225,215)
#F8EDE7
(248,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7547 color. Also use rgb(188,117,71) instead hex code.

Text Font Color

.myTextColor { color: #BC7547; }

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

This text font color is #BC7547.

Background Color

.myBgColor { background-color: #BC7547; }

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

This div background color is #BC7547.

Border color

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

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

This div border color is #BC7547.

Opacity

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

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

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

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

This text has shadow with #BC7547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7547.

Preview

Color preview on black background

This text has color #BC7547 on black background.


Color preview on white background

This text has color #BC7547 on white background.


Black color preview on #BC7547 background

This text has black color on #BC7547 background.


White color preview on #BC7547 background

This text has white color on #BC7547 background.


Related colors

Complementary color

Complementary color for #hex is #438AB8.


I love getcolorcode.com

Triadic colors

1 #47BC75 and #7547BC with #BC7547 are triadic colors.

2 #4775BC and #75BC47 with #BC7547 are triadic colors.