COLOR #BC8489

HEX: #BC8489
RGB: (188,132,137)

Color info

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

RGB color model

#BC8489 color RGB value is (188,132,137).

  • red value is 188;
  • green value is 132;
  • blue value is 137.
RGB:
(188,132,137)
(74%,52%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 132 of 255 = 52%
B 137 of 255 = 54%

188
132
137

R + G + B ~ 60%. #BC8489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 132 + 137 = 457 (100%)
R 188 of 457 ~ 41.14%
G 132 of 457 ~ 28.88%
B 137 of 457 ~ 29.98%

%41.14
%28.88
%29.98

CMYK color model

#BC8489 color CMYK value is (0,30,27,26).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 27.13%
  • key color value is 26.27%
CMYK:
(0,30,27,26)
C0M30Y27K26 
(0%,30%,27%,26%)
(0.00/0.30/0.27/0.26)	

CMYK percentages

%0
%29.79
%27.13
%26.27

Codes

Color #BC8489 in popluar color models

BC8489
RGB188132137
HSL355°29.47%62.75%
HSB/HSV355°29.79%73.73%
CMYK0.00%29.79%27.13%
26.27%

Color #BC8489 in popluar number systems.

HEXBC8489
Decimal188132137
Binary101111001000010010001001
Octal274204211

Shades and tints

Shades of #BC8489

#BC8489
(188,132,137)
#AB787D
(171,120,125)
#9A6C71
(154,108,113)
#896065
(137,96,101)
#785459
(120,84,89)
#67484D
(103,72,77)
#563C41
(86,60,65)
#453035
(69,48,53)
#342429
(52,36,41)
#23181D
(35,24,29)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #BC8489

#BC8489
(188,132,137)
#C28F93
(194,143,147)
#C89A9D
(200,154,157)
#CEA5A7
(206,165,167)
#D4B0B1
(212,176,177)
#DABBBB
(218,187,187)
#E0C6C5
(224,198,197)
#E6D1CF
(230,209,207)
#ECDCD9
(236,220,217)
#F2E7E3
(242,231,227)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8489 color. Also use rgb(188,132,137) instead hex code.

Text Font Color

.myTextColor { color: #BC8489; }

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

This text font color is #BC8489.


Background Color

.myBgColor { background-color: #BC8489; }

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

This div background color is #BC8489.


Border color

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

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

This div border color is #BC8489.


Opacity

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

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

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

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

This text has shadow with #BC8489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8489 on black background.


Color preview on white background

This text has color #BC8489 on white background.



Black color preview on #BC8489 background

This text has black color on #BC8489 background.


White color preview on #BC8489 background

This text has white color on #BC8489 background.