COLOR #BC844E

HEX: #BC844E
RGB: (188,132,78)

Color info

#BC844E contains mainly red and green colors. Web safe color of #BC844E is #CC9966 (or #C96).

RGB color model

#BC844E color RGB value is (188,132,78).

  • red value is 188;
  • green value is 132;
  • blue value is 78.
RGB:
(188,132,78)
(74%,52%,31%)

RGB channels and saturation

R 188 of 255 = 74%
G 132 of 255 = 52%
B 78 of 255 = 31%

188
132
78

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

Portions of RGB colors in percentages

R + G + B =
188 + 132 + 78 = 398 (100%)
R 188 of 398 ~ 47.24%
G 132 of 398 ~ 33.17%
B 78 of 398 ~ 19.6%

%47.24
%33.17
%19.6

CMYK color model

#BC844E color CMYK value is (0,30,59,26).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 58.51%
  • key color value is 26.27%
CMYK:
(0,30,59,26)
C0M30Y59K26 
(0%,30%,59%,26%)
(0.00/0.30/0.59/0.26)	

CMYK percentages

%0
%29.79
%58.51
%26.27

Codes

Color #BC844E in popluar color models

BC844E
RGB18813278
HSL29°45.08%52.16%
HSB/HSV29°58.51%73.73%
CMYK0.00%29.79%58.51%
26.27%

Color #BC844E in popluar number systems.

HEXBC844E
Decimal18813278
Binary10111100100001001001110
Octal274204116

Shades and tints

Shades of #BC844E

#BC844E
(188,132,78)
#AB7847
(171,120,71)
#9A6C40
(154,108,64)
#896039
(137,96,57)
#785432
(120,84,50)
#67482B
(103,72,43)
#563C24
(86,60,36)
#45301D
(69,48,29)
#342416
(52,36,22)
#23180F
(35,24,15)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #BC844E

#BC844E
(188,132,78)
#C28F5E
(194,143,94)
#C89A6E
(200,154,110)
#CEA57E
(206,165,126)
#D4B08E
(212,176,142)
#DABB9E
(218,187,158)
#E0C6AE
(224,198,174)
#E6D1BE
(230,209,190)
#ECDCCE
(236,220,206)
#F2E7DE
(242,231,222)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC844E color. Also use rgb(188,132,78) instead hex code.

Text Font Color

.myTextColor { color: #BC844E; }

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

This text font color is #BC844E.


Background Color

.myBgColor { background-color: #BC844E; }

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

This div background color is #BC844E.


Border color

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

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

This div border color is #BC844E.


Opacity

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

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

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

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

This text has shadow with #BC844E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC844E on black background.


Color preview on white background

This text has color #BC844E on white background.



Black color preview on #BC844E background

This text has black color on #BC844E background.


White color preview on #BC844E background

This text has white color on #BC844E background.