COLOR #BC845F

HEX: #BC845F RGB: (188,132,95)

Color info

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

RGB color model

#BC845F color RGB value is (188,132,95).

RGB: (188,132,95) (74%, 52%, 37%)

RGB channels and saturation

R 188 of 255 = 74%
G 132 of 255 = 52%
B 95 of 255 = 37%

188
132
95

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

Portions of RGB colors in percentages

R + G + B = 188 + 132 + 95 = 415 (100%)
R 188 of 415 ~ 45.3%
G 132 of 415 ~ 31.81%
B 95 of 415 ~ 22.89'%

%45.3
%31.81
%22.89

CMYK color model

#BC845F color CMYK value is (0,30,49,26).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 49.47%
  • key color value is 26.27%

CMYK: (0,30,49,26)
C0M30Y49K26 (0%, 30%, 49%, 26%)
(0.00 / 0.30 / 0.49 / 0.26)

CMYK percentages

%0
%29.79
%49.47
%26.27

Codes

Color #BC845F in popluar color models

BC 84 5F
RGB 188 132 95
HSL 24° 40.97% 55.49%
HSB/HSV 24° 49.47% 73.73%
CMYK 0.00% 29.79% 49.47%
26.27%

Color #BC845F in popluar number systems.

HEX BC 84 5F
Decimal 188 132 95
Binary 10111100 10000100 1011111
Octal 274 204 137

Shades and tints

Shades of #BC845F

#BC845F
(188,132,95)
#AB7857
(171,120,87)
#9A6C4F
(154,108,79)
#896047
(137,96,71)
#78543F
(120,84,63)
#674837
(103,72,55)
#563C2F
(86,60,47)
#453027
(69,48,39)
#34241F
(52,36,31)
#231817
(35,24,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #BC845F

#BC845F
(188,132,95)
#C28F6D
(194,143,109)
#C89A7B
(200,154,123)
#CEA589
(206,165,137)
#D4B097
(212,176,151)
#DABBA5
(218,187,165)
#E0C6B3
(224,198,179)
#E6D1C1
(230,209,193)
#ECDCCF
(236,220,207)
#F2E7DD
(242,231,221)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC845F; }

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

This text font color is #BC845F.

Background Color

.myBgColor { background-color: #BC845F; }

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

This div background color is #BC845F.

Border color

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

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

This div border color is #BC845F.

Opacity

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

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

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

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

This text has shadow with #BC845F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC845F.

Preview

Color preview on black background

This text has color #BC845F on black background.


Color preview on white background

This text has color #BC845F on white background.


Black color preview on #BC845F background

This text has black color on #BC845F background.


White color preview on #BC845F background

This text has white color on #BC845F background.


Related colors

Complementary color

Complementary color for #hex is #437BA0.


I love getcolorcode.com

Triadic colors

1 #5FBC84 and #845FBC with #BC845F are triadic colors.

2 #5F84BC and #84BC5F with #BC845F are triadic colors.