COLOR #BC868D

HEX: #BC868D
RGB: (188,134,141)

Color info

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

RGB color model

#BC868D color RGB value is (188,134,141).

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

RGB channels and saturation

R 188 of 255 = 74%
G 134 of 255 = 53%
B 141 of 255 = 55%

188
134
141

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

Portions of RGB colors in percentages

R + G + B =
188 + 134 + 141 = 463 (100%)
R 188 of 463 ~ 40.6%
G 134 of 463 ~ 28.94%
B 141 of 463 ~ 30.45%

%40.6
%28.94
%30.45

CMYK color model

#BC868D color CMYK value is (0,29,25,26).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(0,29,25,26)
C0M29Y25K26 
(0%,29%,25%,26%)
(0.00/0.29/0.25/0.26)	

CMYK percentages

%0
%28.72
%25
%26.27

Codes

Color #BC868D in popluar color models

BC868D
RGB188134141
HSL352°28.72%63.14%
HSB/HSV352°28.72%73.73%
CMYK0.00%28.72%25.00%
26.27%

Color #BC868D in popluar number systems.

HEXBC868D
Decimal188134141
Binary101111001000011010001101
Octal274206215

Shades and tints

Shades of #BC868D

#BC868D
(188,134,141)
#AB7A81
(171,122,129)
#9A6E75
(154,110,117)
#896269
(137,98,105)
#78565D
(120,86,93)
#674A51
(103,74,81)
#563E45
(86,62,69)
#453239
(69,50,57)
#34262D
(52,38,45)
#231A21
(35,26,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #BC868D

#BC868D
(188,134,141)
#C29197
(194,145,151)
#C89CA1
(200,156,161)
#CEA7AB
(206,167,171)
#D4B2B5
(212,178,181)
#DABDBF
(218,189,191)
#E0C8C9
(224,200,201)
#E6D3D3
(230,211,211)
#ECDEDD
(236,222,221)
#F2E9E7
(242,233,231)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC868D; }

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

This text font color is #BC868D.


Background Color

.myBgColor { background-color: #BC868D; }

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

This div background color is #BC868D.


Border color

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

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

This div border color is #BC868D.


Opacity

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

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

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

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

This text has shadow with #BC868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC868D on black background.


Color preview on white background

This text has color #BC868D on white background.



Black color preview on #BC868D background

This text has black color on #BC868D background.


White color preview on #BC868D background

This text has white color on #BC868D background.