COLOR #BC8583

HEX: #BC8583
RGB: (188,133,131)

Color info

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

RGB color model

#BC8583 color RGB value is (188,133,131).

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

RGB channels and saturation

R 188 of 255 = 74%
G 133 of 255 = 52%
B 131 of 255 = 51%

188
133
131

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

Portions of RGB colors in percentages

R + G + B =
188 + 133 + 131 = 452 (100%)
R 188 of 452 ~ 41.59%
G 133 of 452 ~ 29.42%
B 131 of 452 ~ 28.98%

%41.59
%29.42
%28.98

CMYK color model

#BC8583 color CMYK value is (0,29,30,26).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,29,30,26)
C0M29Y30K26 
(0%,29%,30%,26%)
(0.00/0.29/0.30/0.26)	

CMYK percentages

%0
%29.26
%30.32
%26.27

Codes

Color #BC8583 in popluar color models

BC8583
RGB188133131
HSL29.84%62.55%
HSB/HSV30.32%73.73%
CMYK0.00%29.26%30.32%
26.27%

Color #BC8583 in popluar number systems.

HEXBC8583
Decimal188133131
Binary101111001000010110000011
Octal274205203

Shades and tints

Shades of #BC8583

#BC8583
(188,133,131)
#AB7978
(171,121,120)
#9A6D6D
(154,109,109)
#896162
(137,97,98)
#785557
(120,85,87)
#67494C
(103,73,76)
#563D41
(86,61,65)
#453136
(69,49,54)
#34252B
(52,37,43)
#231920
(35,25,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC8583

#BC8583
(188,133,131)
#C2908E
(194,144,142)
#C89B99
(200,155,153)
#CEA6A4
(206,166,164)
#D4B1AF
(212,177,175)
#DABCBA
(218,188,186)
#E0C7C5
(224,199,197)
#E6D2D0
(230,210,208)
#ECDDDB
(236,221,219)
#F2E8E6
(242,232,230)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8583 color. Also use rgb(188,133,131) instead hex code.

Text Font Color

.myTextColor { color: #BC8583; }

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

This text font color is #BC8583.


Background Color

.myBgColor { background-color: #BC8583; }

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

This div background color is #BC8583.


Border color

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

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

This div border color is #BC8583.


Opacity

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

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

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

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

This text has shadow with #BC8583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8583 on black background.


Color preview on white background

This text has color #BC8583 on white background.



Black color preview on #BC8583 background

This text has black color on #BC8583 background.


White color preview on #BC8583 background

This text has white color on #BC8583 background.