COLOR #BC8E84

HEX: #BC8E84 RGB: (188,142,132)

Color info

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

RGB color model

#BC8E84 color RGB value is (188,142,132).

RGB: (188,142,132) (74%, 56%, 52%)

RGB channels and saturation

R 188 of 255 = 74%
G 142 of 255 = 56%
B 132 of 255 = 52%

188
142
132

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

Portions of RGB colors in percentages

R + G + B = 188 + 142 + 132 = 462 (100%)
R 188 of 462 ~ 40.69%
G 142 of 462 ~ 30.74%
B 132 of 462 ~ 28.57'%

%40.69
%30.74
%28.57

CMYK color model

#BC8E84 color CMYK value is (0,24,30,26).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 29.79%
  • key color value is 26.27%

CMYK: (0,24,30,26)
C0M24Y30K26 (0%, 24%, 30%, 26%)
(0.00 / 0.24 / 0.30 / 0.26)

CMYK percentages

%0
%24.47
%29.79
%26.27

Codes

Color #BC8E84 in popluar color models

BC 8E 84
RGB 188 142 132
HSL 11° 29.47% 62.75%
HSB/HSV 11° 29.79% 73.73%
CMYK 0.00% 24.47% 29.79%
26.27%

Color #BC8E84 in popluar number systems.

HEX BC 8E 84
Decimal 188 142 132
Binary 10111100 10001110 10000100
Octal 274 216 204

Shades and tints

Shades of #BC8E84

#BC8E84
(188,142,132)
#AB8278
(171,130,120)
#9A766C
(154,118,108)
#896A60
(137,106,96)
#785E54
(120,94,84)
#675248
(103,82,72)
#56463C
(86,70,60)
#453A30
(69,58,48)
#342E24
(52,46,36)
#232218
(35,34,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #BC8E84

#BC8E84
(188,142,132)
#C2988F
(194,152,143)
#C8A29A
(200,162,154)
#CEACA5
(206,172,165)
#D4B6B0
(212,182,176)
#DAC0BB
(218,192,187)
#E0CAC6
(224,202,198)
#E6D4D1
(230,212,209)
#ECDEDC
(236,222,220)
#F2E8E7
(242,232,231)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8E84; }

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

This text font color is #BC8E84.

Background Color

.myBgColor { background-color: #BC8E84; }

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

This div background color is #BC8E84.

Border color

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

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

This div border color is #BC8E84.

Opacity

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

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

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

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

This text has shadow with #BC8E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8E84.

Preview

Color preview on black background

This text has color #BC8E84 on black background.


Color preview on white background

This text has color #BC8E84 on white background.


Black color preview on #BC8E84 background

This text has black color on #BC8E84 background.


White color preview on #BC8E84 background

This text has white color on #BC8E84 background.


Related colors

Complementary color

Complementary color for #hex is #43717B.


I love getcolorcode.com

Triadic colors

1 #84BC8E and #8E84BC with #BC8E84 are triadic colors.

2 #848EBC and #8EBC84 with #BC8E84 are triadic colors.