COLOR #BC8C88

HEX: #BC8C88
RGB: (188,140,136)

Color info

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

RGB color model

#BC8C88 color RGB value is (188,140,136).

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

RGB channels and saturation

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

188
140
136

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

Portions of RGB colors in percentages

R + G + B =
188 + 140 + 136 = 464 (100%)
R 188 of 464 ~ 40.52%
G 140 of 464 ~ 30.17%
B 136 of 464 ~ 29.31%

%40.52
%30.17
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK:
(0,26,28,26)
C0M26Y28K26 
(0%,26%,28%,26%)
(0.00/0.26/0.28/0.26)	

CMYK percentages

%0
%25.53
%27.66
%26.27

Codes

Color #BC8C88 in popluar color models

BC8C88
RGB188140136
HSL27.96%63.53%
HSB/HSV27.66%73.73%
CMYK0.00%25.53%27.66%
26.27%

Color #BC8C88 in popluar number systems.

HEXBC8C88
Decimal188140136
Binary101111001000110010001000
Octal274214210

Shades and tints

Shades of #BC8C88

#BC8C88
(188,140,136)
#AB807C
(171,128,124)
#9A7470
(154,116,112)
#896864
(137,104,100)
#785C58
(120,92,88)
#67504C
(103,80,76)
#564440
(86,68,64)
#453834
(69,56,52)
#342C28
(52,44,40)
#23201C
(35,32,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BC8C88

#BC8C88
(188,140,136)
#C29692
(194,150,146)
#C8A09C
(200,160,156)
#CEAAA6
(206,170,166)
#D4B4B0
(212,180,176)
#DABEBA
(218,190,186)
#E0C8C4
(224,200,196)
#E6D2CE
(230,210,206)
#ECDCD8
(236,220,216)
#F2E6E2
(242,230,226)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8C88; }

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

This text font color is #BC8C88.


Background Color

.myBgColor { background-color: #BC8C88; }

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

This div background color is #BC8C88.


Border color

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

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

This div border color is #BC8C88.


Opacity

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

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

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

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

This text has shadow with #BC8C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8C88 on black background.


Color preview on white background

This text has color #BC8C88 on white background.



Black color preview on #BC8C88 background

This text has black color on #BC8C88 background.


White color preview on #BC8C88 background

This text has white color on #BC8C88 background.