COLOR #BC8C8B

HEX: #BC8C8B RGB: (188,140,139)

Color info

#BC8C8B contains red, green and blue colors in about the same proportion. Web safe color of #BC8C8B is #CC9999 (or #C99).

RGB color model

#BC8C8B color RGB value is (188,140,139).

RGB: (188,140,139) (74%, 55%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 139 of 255 = 55%

188
140
139

R + G + B ~ 61%. #BC8C8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 140 + 139 = 467 (100%)
R 188 of 467 ~ 40.26%
G 140 of 467 ~ 29.98%
B 139 of 467 ~ 29.76'%

%40.26
%29.98
%29.76

CMYK color model

#BC8C8B color CMYK value is (0,26,26,26).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 26.06%
  • key color value is 26.27%

CMYK: (0,26,26,26)
C0M26Y26K26 (0%, 26%, 26%, 26%)
(0.00 / 0.26 / 0.26 / 0.26)

CMYK percentages

%0
%25.53
%26.06
%26.27

Codes

Color #BC8C8B in popluar color models

BC 8C 8B
RGB 188 140 139
HSL 26.78% 64.12%
HSB/HSV 26.06% 73.73%
CMYK 0.00% 25.53% 26.06%
26.27%

Color #BC8C8B in popluar number systems.

HEX BC 8C 8B
Decimal 188 140 139
Binary 10111100 10001100 10001011
Octal 274 214 213

Shades and tints

Shades of #BC8C8B

#BC8C8B
(188,140,139)
#AB807F
(171,128,127)
#9A7473
(154,116,115)
#896867
(137,104,103)
#785C5B
(120,92,91)
#67504F
(103,80,79)
#564443
(86,68,67)
#453837
(69,56,55)
#342C2B
(52,44,43)
#23201F
(35,32,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BC8C8B

#BC8C8B
(188,140,139)
#C29695
(194,150,149)
#C8A09F
(200,160,159)
#CEAAA9
(206,170,169)
#D4B4B3
(212,180,179)
#DABEBD
(218,190,189)
#E0C8C7
(224,200,199)
#E6D2D1
(230,210,209)
#ECDCDB
(236,220,219)
#F2E6E5
(242,230,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8C8B color. Also use rgb(188,140,139) instead hex code.

Text Font Color

.myTextColor { color: #BC8C8B; }

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

This text font color is #BC8C8B.

Background Color

.myBgColor { background-color: #BC8C8B; }

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

This div background color is #BC8C8B.

Border color

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

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

This div border color is #BC8C8B.

Opacity

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

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

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

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

This text has shadow with #BC8C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8C8B.

Preview

Color preview on black background

This text has color #BC8C8B on black background.


Color preview on white background

This text has color #BC8C8B on white background.


Black color preview on #BC8C8B background

This text has black color on #BC8C8B background.


White color preview on #BC8C8B background

This text has white color on #BC8C8B background.


Related colors

Complementary color

Complementary color for #hex is #437374.


I love getcolorcode.com

Triadic colors

1 #8BBC8C and #8C8BBC with #BC8C8B are triadic colors.

2 #8B8CBC and #8CBC8B with #BC8C8B are triadic colors.