COLOR #BC866D

HEX: #BC866D
RGB: (188,134,109)

Color info

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

RGB color model

#BC866D color RGB value is (188,134,109).

  • red value is 188;
  • green value is 134;
  • blue value is 109.
RGB:
(188,134,109)
(74%,53%,43%)

RGB channels and saturation

R 188 of 255 = 74%
G 134 of 255 = 53%
B 109 of 255 = 43%

188
134
109

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

Portions of RGB colors in percentages

R + G + B =
188 + 134 + 109 = 431 (100%)
R 188 of 431 ~ 43.62%
G 134 of 431 ~ 31.09%
B 109 of 431 ~ 25.29%

%43.62
%31.09
%25.29

CMYK color model

#BC866D color CMYK value is (0,29,42,26).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(0,29,42,26)
C0M29Y42K26 
(0%,29%,42%,26%)
(0.00/0.29/0.42/0.26)	

CMYK percentages

%0
%28.72
%42.02
%26.27

Codes

Color #BC866D in popluar color models

BC866D
RGB188134109
HSL19°37.09%58.24%
HSB/HSV19°42.02%73.73%
CMYK0.00%28.72%42.02%
26.27%

Color #BC866D in popluar number systems.

HEXBC866D
Decimal188134109
Binary10111100100001101101101
Octal274206155

Shades and tints

Shades of #BC866D

#BC866D
(188,134,109)
#AB7A64
(171,122,100)
#9A6E5B
(154,110,91)
#896252
(137,98,82)
#785649
(120,86,73)
#674A40
(103,74,64)
#563E37
(86,62,55)
#45322E
(69,50,46)
#342625
(52,38,37)
#231A1C
(35,26,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #BC866D

#BC866D
(188,134,109)
#C2917A
(194,145,122)
#C89C87
(200,156,135)
#CEA794
(206,167,148)
#D4B2A1
(212,178,161)
#DABDAE
(218,189,174)
#E0C8BB
(224,200,187)
#E6D3C8
(230,211,200)
#ECDED5
(236,222,213)
#F2E9E2
(242,233,226)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC866D color. Also use rgb(188,134,109) instead hex code.

Text Font Color

.myTextColor { color: #BC866D; }

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

This text font color is #BC866D.


Background Color

.myBgColor { background-color: #BC866D; }

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

This div background color is #BC866D.


Border color

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

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

This div border color is #BC866D.


Opacity

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

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

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

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

This text has shadow with #BC866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC866D on black background.


Color preview on white background

This text has color #BC866D on white background.



Black color preview on #BC866D background

This text has black color on #BC866D background.


White color preview on #BC866D background

This text has white color on #BC866D background.