COLOR #BC834E

HEX: #BC834E
RGB: (188,131,78)

Color info

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

RGB color model

#BC834E color RGB value is (188,131,78).

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

RGB channels and saturation

R 188 of 255 = 74%
G 131 of 255 = 51%
B 78 of 255 = 31%

188
131
78

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

Portions of RGB colors in percentages

R + G + B =
188 + 131 + 78 = 397 (100%)
R 188 of 397 ~ 47.36%
G 131 of 397 ~ 33%
B 78 of 397 ~ 19.65%

%47.36
%33
%19.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.32%
  • 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
%30.32
%58.51
%26.27

Codes

Color #BC834E in popluar color models

BC834E
RGB18813178
HSL29°45.08%52.16%
HSB/HSV29°58.51%73.73%
CMYK0.00%30.32%58.51%
26.27%

Color #BC834E in popluar number systems.

HEXBC834E
Decimal18813178
Binary10111100100000111001110
Octal274203116

Shades and tints

Shades of #BC834E

#BC834E
(188,131,78)
#AB7847
(171,120,71)
#9A6D40
(154,109,64)
#896239
(137,98,57)
#785732
(120,87,50)
#674C2B
(103,76,43)
#564124
(86,65,36)
#45361D
(69,54,29)
#342B16
(52,43,22)
#23200F
(35,32,15)
#121508
(18,21,8)
#000000
(0,0,0)

Tints of #BC834E

#BC834E
(188,131,78)
#C28E5E
(194,142,94)
#C8996E
(200,153,110)
#CEA47E
(206,164,126)
#D4AF8E
(212,175,142)
#DABA9E
(218,186,158)
#E0C5AE
(224,197,174)
#E6D0BE
(230,208,190)
#ECDBCE
(236,219,206)
#F2E6DE
(242,230,222)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC834E; }

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

This text font color is #BC834E.


Background Color

.myBgColor { background-color: #BC834E; }

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

This div background color is #BC834E.


Border color

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

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

This div border color is #BC834E.


Opacity

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

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

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

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

This text has shadow with #BC834E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC834E on black background.


Color preview on white background

This text has color #BC834E on white background.



Black color preview on #BC834E background

This text has black color on #BC834E background.


White color preview on #BC834E background

This text has white color on #BC834E background.