COLOR #BC7541

HEX: #BC7541
RGB: (188,117,65)

Color info

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

RGB color model

#BC7541 color RGB value is (188,117,65).

  • red value is 188;
  • green value is 117;
  • blue value is 65.
RGB:
(188,117,65)
(74%,46%,25%)

RGB channels and saturation

R 188 of 255 = 74%
G 117 of 255 = 46%
B 65 of 255 = 25%

188
117
65

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

Portions of RGB colors in percentages

R + G + B =
188 + 117 + 65 = 370 (100%)
R 188 of 370 ~ 50.81%
G 117 of 370 ~ 31.62%
B 65 of 370 ~ 17.57%

%50.81
%31.62
%17.57

CMYK color model

#BC7541 color CMYK value is (0,38,65,26).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 65.43%
  • key color value is 26.27%
CMYK:
(0,38,65,26)
C0M38Y65K26 
(0%,38%,65%,26%)
(0.00/0.38/0.65/0.26)	

CMYK percentages

%0
%37.77
%65.43
%26.27

Codes

Color #BC7541 in popluar color models

BC7541
RGB18811765
HSL25°48.62%49.61%
HSB/HSV25°65.43%73.73%
CMYK0.00%37.77%65.43%
26.27%

Color #BC7541 in popluar number systems.

HEXBC7541
Decimal18811765
Binary1011110011101011000001
Octal274165101

Shades and tints

Shades of #BC7541

#BC7541
(188,117,65)
#AB6B3C
(171,107,60)
#9A6137
(154,97,55)
#895732
(137,87,50)
#784D2D
(120,77,45)
#674328
(103,67,40)
#563923
(86,57,35)
#452F1E
(69,47,30)
#342519
(52,37,25)
#231B14
(35,27,20)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #BC7541

#BC7541
(188,117,65)
#C28152
(194,129,82)
#C88D63
(200,141,99)
#CE9974
(206,153,116)
#D4A585
(212,165,133)
#DAB196
(218,177,150)
#E0BDA7
(224,189,167)
#E6C9B8
(230,201,184)
#ECD5C9
(236,213,201)
#F2E1DA
(242,225,218)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7541; }

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

This text font color is #BC7541.


Background Color

.myBgColor { background-color: #BC7541; }

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

This div background color is #BC7541.


Border color

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

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

This div border color is #BC7541.


Opacity

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

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

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

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

This text has shadow with #BC7541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7541 on black background.


Color preview on white background

This text has color #BC7541 on white background.



Black color preview on #BC7541 background

This text has black color on #BC7541 background.


White color preview on #BC7541 background

This text has white color on #BC7541 background.