COLOR #BC8D94

HEX: #BC8D94 RGB: (188,141,148)

Color info

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

RGB color model

#BC8D94 color RGB value is (188,141,148).

RGB: (188,141,148) (74%, 55%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 141 of 255 = 55%
B 148 of 255 = 58%

188
141
148

R + G + B ~ 62%. #BC8D94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 141 + 148 = 477 (100%)
R 188 of 477 ~ 39.41%
G 141 of 477 ~ 29.56%
B 148 of 477 ~ 31.03'%

%39.41
%29.56
%31.03

CMYK color model

#BC8D94 color CMYK value is (0,25,21,26).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 21.28%
  • key color value is 26.27%

CMYK: (0,25,21,26)
C0M25Y21K26 (0%, 25%, 21%, 26%)
(0.00 / 0.25 / 0.21 / 0.26)

CMYK percentages

%0
%25
%21.28
%26.27

Codes

Color #BC8D94 in popluar color models

BC 8D 94
RGB 188 141 148
HSL 351° 25.97% 64.51%
HSB/HSV 351° 25.00% 73.73%
CMYK 0.00% 25.00% 21.28%
26.27%

Color #BC8D94 in popluar number systems.

HEX BC 8D 94
Decimal 188 141 148
Binary 10111100 10001101 10010100
Octal 274 215 224

Shades and tints

Shades of #BC8D94

#BC8D94
(188,141,148)
#AB8187
(171,129,135)
#9A757A
(154,117,122)
#89696D
(137,105,109)
#785D60
(120,93,96)
#675153
(103,81,83)
#564546
(86,69,70)
#453939
(69,57,57)
#342D2C
(52,45,44)
#23211F
(35,33,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BC8D94

#BC8D94
(188,141,148)
#C2979D
(194,151,157)
#C8A1A6
(200,161,166)
#CEABAF
(206,171,175)
#D4B5B8
(212,181,184)
#DABFC1
(218,191,193)
#E0C9CA
(224,201,202)
#E6D3D3
(230,211,211)
#ECDDDC
(236,221,220)
#F2E7E5
(242,231,229)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8D94 color. Also use rgb(188,141,148) instead hex code.

Text Font Color

.myTextColor { color: #BC8D94; }

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

This text font color is #BC8D94.

Background Color

.myBgColor { background-color: #BC8D94; }

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

This div background color is #BC8D94.

Border color

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

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

This div border color is #BC8D94.

Opacity

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

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

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

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

This text has shadow with #BC8D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8D94.

Preview

Color preview on black background

This text has color #BC8D94 on black background.


Color preview on white background

This text has color #BC8D94 on white background.


Black color preview on #BC8D94 background

This text has black color on #BC8D94 background.


White color preview on #BC8D94 background

This text has white color on #BC8D94 background.


Related colors

Complementary color

Complementary color for #hex is #43726B.


I love getcolorcode.com

Triadic colors

1 #94BC8D and #8D94BC with #BC8D94 are triadic colors.

2 #948DBC and #8DBC94 with #BC8D94 are triadic colors.