COLOR #BC888D

HEX: #BC888D
RGB: (188,136,141)

Color info

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

RGB color model

#BC888D color RGB value is (188,136,141).

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

RGB channels and saturation

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

188
136
141

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

Portions of RGB colors in percentages

R + G + B =
188 + 136 + 141 = 465 (100%)
R 188 of 465 ~ 40.43%
G 136 of 465 ~ 29.25%
B 141 of 465 ~ 30.32%

%40.43
%29.25
%30.32

CMYK color model

#BC888D color CMYK value is (0,28,25,26).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(0,28,25,26)
C0M28Y25K26 
(0%,28%,25%,26%)
(0.00/0.28/0.25/0.26)	

CMYK percentages

%0
%27.66
%25
%26.27

Codes

Color #BC888D in popluar color models

BC888D
RGB188136141
HSL354°27.96%63.53%
HSB/HSV354°27.66%73.73%
CMYK0.00%27.66%25.00%
26.27%

Color #BC888D in popluar number systems.

HEXBC888D
Decimal188136141
Binary101111001000100010001101
Octal274210215

Shades and tints

Shades of #BC888D

#BC888D
(188,136,141)
#AB7C81
(171,124,129)
#9A7075
(154,112,117)
#896469
(137,100,105)
#78585D
(120,88,93)
#674C51
(103,76,81)
#564045
(86,64,69)
#453439
(69,52,57)
#34282D
(52,40,45)
#231C21
(35,28,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BC888D

#BC888D
(188,136,141)
#C29297
(194,146,151)
#C89CA1
(200,156,161)
#CEA6AB
(206,166,171)
#D4B0B5
(212,176,181)
#DABABF
(218,186,191)
#E0C4C9
(224,196,201)
#E6CED3
(230,206,211)
#ECD8DD
(236,216,221)
#F2E2E7
(242,226,231)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC888D; }

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

This text font color is #BC888D.


Background Color

.myBgColor { background-color: #BC888D; }

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

This div background color is #BC888D.


Border color

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

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

This div border color is #BC888D.


Opacity

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

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

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

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

This text has shadow with #BC888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC888D on black background.


Color preview on white background

This text has color #BC888D on white background.



Black color preview on #BC888D background

This text has black color on #BC888D background.


White color preview on #BC888D background

This text has white color on #BC888D background.