COLOR #BC854D

HEX: #BC854D RGB: (188,133,77)

Color info

#BC854D contains mainly red and green colors. Web safe color of #BC854D is #CC9933 (or #C93).

RGB color model

#BC854D color RGB value is (188,133,77).

RGB: (188,133,77) (74%, 52%, 30%)

RGB channels and saturation

R 188 of 255 = 74%
G 133 of 255 = 52%
B 77 of 255 = 30%

188
133
77

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

Portions of RGB colors in percentages

R + G + B = 188 + 133 + 77 = 398 (100%)
R 188 of 398 ~ 47.24%
G 133 of 398 ~ 33.42%
B 77 of 398 ~ 19.35'%

%47.24
%33.42
%19.35

CMYK color model

#BC854D color CMYK value is (0,29,59,26).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 59.04%
  • key color value is 26.27%

CMYK: (0,29,59,26)
C0M29Y59K26 (0%, 29%, 59%, 26%)
(0.00 / 0.29 / 0.59 / 0.26)

CMYK percentages

%0
%29.26
%59.04
%26.27

Codes

Color #BC854D in popluar color models

BC 85 4D
RGB 188 133 77
HSL 30° 45.31% 51.96%
HSB/HSV 30° 59.04% 73.73%
CMYK 0.00% 29.26% 59.04%
26.27%

Color #BC854D in popluar number systems.

HEX BC 85 4D
Decimal 188 133 77
Binary 10111100 10000101 1001101
Octal 274 205 115

Shades and tints

Shades of #BC854D

#BC854D
(188,133,77)
#AB7946
(171,121,70)
#9A6D3F
(154,109,63)
#896138
(137,97,56)
#785531
(120,85,49)
#67492A
(103,73,42)
#563D23
(86,61,35)
#45311C
(69,49,28)
#342515
(52,37,21)
#23190E
(35,25,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #BC854D

#BC854D
(188,133,77)
#C2905D
(194,144,93)
#C89B6D
(200,155,109)
#CEA67D
(206,166,125)
#D4B18D
(212,177,141)
#DABC9D
(218,188,157)
#E0C7AD
(224,199,173)
#E6D2BD
(230,210,189)
#ECDDCD
(236,221,205)
#F2E8DD
(242,232,221)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC854D color. Also use rgb(188,133,77) instead hex code.

Text Font Color

.myTextColor { color: #BC854D; }

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

This text font color is #BC854D.

Background Color

.myBgColor { background-color: #BC854D; }

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

This div background color is #BC854D.

Border color

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

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

This div border color is #BC854D.

Opacity

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

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

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

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

This text has shadow with #BC854D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC854D.

Preview

Color preview on black background

This text has color #BC854D on black background.


Color preview on white background

This text has color #BC854D on white background.


Black color preview on #BC854D background

This text has black color on #BC854D background.


White color preview on #BC854D background

This text has white color on #BC854D background.


Related colors

Complementary color

Complementary color for #hex is #437AB2.


I love getcolorcode.com

Triadic colors

1 #4DBC85 and #854DBC with #BC854D are triadic colors.

2 #4D85BC and #85BC4D with #BC854D are triadic colors.