COLOR #BC8F8B

HEX: #BC8F8B RGB: (188,143,139)

Color info

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

RGB color model

#BC8F8B color RGB value is (188,143,139).

RGB: (188,143,139) (74%, 56%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 139 of 255 = 55%

188
143
139

R + G + B ~ 62%. #BC8F8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 143 + 139 = 470 (100%)
R 188 of 470 ~ 40%
G 143 of 470 ~ 30.43%
B 139 of 470 ~ 29.57'%

%40
%30.43
%29.57

CMYK color model

#BC8F8B color CMYK value is (0,24,26,26).

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

CMYK: (0,24,26,26)
C0M24Y26K26 (0%, 24%, 26%, 26%)
(0.00 / 0.24 / 0.26 / 0.26)

CMYK percentages

%0
%23.94
%26.06
%26.27

Codes

Color #BC8F8B in popluar color models

BC 8F 8B
RGB 188 143 139
HSL 26.78% 64.12%
HSB/HSV 26.06% 73.73%
CMYK 0.00% 23.94% 26.06%
26.27%

Color #BC8F8B in popluar number systems.

HEX BC 8F 8B
Decimal 188 143 139
Binary 10111100 10001111 10001011
Octal 274 217 213

Shades and tints

Shades of #BC8F8B

#BC8F8B
(188,143,139)
#AB827F
(171,130,127)
#9A7573
(154,117,115)
#896867
(137,104,103)
#785B5B
(120,91,91)
#674E4F
(103,78,79)
#564143
(86,65,67)
#453437
(69,52,55)
#34272B
(52,39,43)
#231A1F
(35,26,31)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #BC8F8B

#BC8F8B
(188,143,139)
#C29995
(194,153,149)
#C8A39F
(200,163,159)
#CEADA9
(206,173,169)
#D4B7B3
(212,183,179)
#DAC1BD
(218,193,189)
#E0CBC7
(224,203,199)
#E6D5D1
(230,213,209)
#ECDFDB
(236,223,219)
#F2E9E5
(242,233,229)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F8B; }

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

This text font color is #BC8F8B.

Background Color

.myBgColor { background-color: #BC8F8B; }

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

This div background color is #BC8F8B.

Border color

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

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

This div border color is #BC8F8B.

Opacity

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

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

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

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

This text has shadow with #BC8F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8F8B.

Preview

Color preview on black background

This text has color #BC8F8B on black background.


Color preview on white background

This text has color #BC8F8B on white background.


Black color preview on #BC8F8B background

This text has black color on #BC8F8B background.


White color preview on #BC8F8B background

This text has white color on #BC8F8B background.


Related colors

Complementary color

Complementary color for #hex is #437074.


I love getcolorcode.com

Triadic colors

1 #8BBC8F and #8F8BBC with #BC8F8B are triadic colors.

2 #8B8FBC and #8FBC8B with #BC8F8B are triadic colors.