COLOR #BC8482

HEX: #BC8482
RGB: (188,132,130)

Color info

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

RGB color model

#BC8482 color RGB value is (188,132,130).

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

RGB channels and saturation

R 188 of 255 = 74%
G 132 of 255 = 52%
B 130 of 255 = 51%

188
132
130

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

Portions of RGB colors in percentages

R + G + B =
188 + 132 + 130 = 450 (100%)
R 188 of 450 ~ 41.78%
G 132 of 450 ~ 29.33%
B 130 of 450 ~ 28.89%

%41.78
%29.33
%28.89

CMYK color model

#BC8482 color CMYK value is (0,30,31,26).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(0,30,31,26)
C0M30Y31K26 
(0%,30%,31%,26%)
(0.00/0.30/0.31/0.26)	

CMYK percentages

%0
%29.79
%30.85
%26.27

Codes

Color #BC8482 in popluar color models

BC8482
RGB188132130
HSL30.21%62.35%
HSB/HSV30.85%73.73%
CMYK0.00%29.79%30.85%
26.27%

Color #BC8482 in popluar number systems.

HEXBC8482
Decimal188132130
Binary101111001000010010000010
Octal274204202

Shades and tints

Shades of #BC8482

#BC8482
(188,132,130)
#AB7877
(171,120,119)
#9A6C6C
(154,108,108)
#896061
(137,96,97)
#785456
(120,84,86)
#67484B
(103,72,75)
#563C40
(86,60,64)
#453035
(69,48,53)
#34242A
(52,36,42)
#23181F
(35,24,31)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #BC8482

#BC8482
(188,132,130)
#C28F8D
(194,143,141)
#C89A98
(200,154,152)
#CEA5A3
(206,165,163)
#D4B0AE
(212,176,174)
#DABBB9
(218,187,185)
#E0C6C4
(224,198,196)
#E6D1CF
(230,209,207)
#ECDCDA
(236,220,218)
#F2E7E5
(242,231,229)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8482; }

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

This text font color is #BC8482.


Background Color

.myBgColor { background-color: #BC8482; }

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

This div background color is #BC8482.


Border color

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

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

This div border color is #BC8482.


Opacity

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

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

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

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

This text has shadow with #BC8482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8482 on black background.


Color preview on white background

This text has color #BC8482 on white background.



Black color preview on #BC8482 background

This text has black color on #BC8482 background.


White color preview on #BC8482 background

This text has white color on #BC8482 background.