COLOR #BC8374

HEX: #BC8374
RGB: (188,131,116)

Color info

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

RGB color model

#BC8374 color RGB value is (188,131,116).

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

RGB channels and saturation

R 188 of 255 = 74%
G 131 of 255 = 51%
B 116 of 255 = 45%

188
131
116

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

Portions of RGB colors in percentages

R + G + B =
188 + 131 + 116 = 435 (100%)
R 188 of 435 ~ 43.22%
G 131 of 435 ~ 30.11%
B 116 of 435 ~ 26.67%

%43.22
%30.11
%26.67

CMYK color model

#BC8374 color CMYK value is (0,30,38,26).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK:
(0,30,38,26)
C0M30Y38K26 
(0%,30%,38%,26%)
(0.00/0.30/0.38/0.26)	

CMYK percentages

%0
%30.32
%38.3
%26.27

Codes

Color #BC8374 in popluar color models

BC8374
RGB188131116
HSL13°34.95%59.61%
HSB/HSV13°38.30%73.73%
CMYK0.00%30.32%38.30%
26.27%

Color #BC8374 in popluar number systems.

HEXBC8374
Decimal188131116
Binary10111100100000111110100
Octal274203164

Shades and tints

Shades of #BC8374

#BC8374
(188,131,116)
#AB786A
(171,120,106)
#9A6D60
(154,109,96)
#896256
(137,98,86)
#78574C
(120,87,76)
#674C42
(103,76,66)
#564138
(86,65,56)
#45362E
(69,54,46)
#342B24
(52,43,36)
#23201A
(35,32,26)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BC8374

#BC8374
(188,131,116)
#C28E80
(194,142,128)
#C8998C
(200,153,140)
#CEA498
(206,164,152)
#D4AFA4
(212,175,164)
#DABAB0
(218,186,176)
#E0C5BC
(224,197,188)
#E6D0C8
(230,208,200)
#ECDBD4
(236,219,212)
#F2E6E0
(242,230,224)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8374; }

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

This text font color is #BC8374.


Background Color

.myBgColor { background-color: #BC8374; }

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

This div background color is #BC8374.


Border color

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

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

This div border color is #BC8374.


Opacity

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

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

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

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

This text has shadow with #BC8374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8374 on black background.


Color preview on white background

This text has color #BC8374 on white background.



Black color preview on #BC8374 background

This text has black color on #BC8374 background.


White color preview on #BC8374 background

This text has white color on #BC8374 background.