COLOR #BC8F87

HEX: #BC8F87
RGB: (188,143,135)

Color info

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

RGB color model

#BC8F87 color RGB value is (188,143,135).

  • red value is 188;
  • green value is 143;
  • blue value is 135.
RGB:
(188,143,135)
(74%,56%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 135 of 255 = 53%

188
143
135

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

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 135 = 466 (100%)
R 188 of 466 ~ 40.34%
G 143 of 466 ~ 30.69%
B 135 of 466 ~ 28.97%

%40.34
%30.69
%28.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK:
(0,24,28,26)
C0M24Y28K26 
(0%,24%,28%,26%)
(0.00/0.24/0.28/0.26)	

CMYK percentages

%0
%23.94
%28.19
%26.27

Codes

Color #BC8F87 in popluar color models

BC8F87
RGB188143135
HSL28.34%63.33%
HSB/HSV28.19%73.73%
CMYK0.00%23.94%28.19%
26.27%

Color #BC8F87 in popluar number systems.

HEXBC8F87
Decimal188143135
Binary101111001000111110000111
Octal274217207

Shades and tints

Shades of #BC8F87

#BC8F87
(188,143,135)
#AB827B
(171,130,123)
#9A756F
(154,117,111)
#896863
(137,104,99)
#785B57
(120,91,87)
#674E4B
(103,78,75)
#56413F
(86,65,63)
#453433
(69,52,51)
#342727
(52,39,39)
#231A1B
(35,26,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #BC8F87

#BC8F87
(188,143,135)
#C29991
(194,153,145)
#C8A39B
(200,163,155)
#CEADA5
(206,173,165)
#D4B7AF
(212,183,175)
#DAC1B9
(218,193,185)
#E0CBC3
(224,203,195)
#E6D5CD
(230,213,205)
#ECDFD7
(236,223,215)
#F2E9E1
(242,233,225)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F87; }

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

This text font color is #BC8F87.


Background Color

.myBgColor { background-color: #BC8F87; }

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

This div background color is #BC8F87.


Border color

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

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

This div border color is #BC8F87.


Opacity

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

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

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

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

This text has shadow with #BC8F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8F87 on black background.


Color preview on white background

This text has color #BC8F87 on white background.



Black color preview on #BC8F87 background

This text has black color on #BC8F87 background.


White color preview on #BC8F87 background

This text has white color on #BC8F87 background.