COLOR #BC8F94

HEX: #BC8F94 RGB: (188,143,148)

Color info

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

RGB color model

#BC8F94 color RGB value is (188,143,148).

RGB: (188,143,148) (74%, 56%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 148 of 255 = 58%

188
143
148

R + G + B ~ 63%. #BC8F94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 143 + 148 = 479 (100%)
R 188 of 479 ~ 39.25%
G 143 of 479 ~ 29.85%
B 148 of 479 ~ 30.9'%

%39.25
%29.85
%30.9

CMYK color model

#BC8F94 color CMYK value is (0,24,21,26).

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

CMYK: (0,24,21,26)
C0M24Y21K26 (0%, 24%, 21%, 26%)
(0.00 / 0.24 / 0.21 / 0.26)

CMYK percentages

%0
%23.94
%21.28
%26.27

Codes

Color #BC8F94 in popluar color models

BC 8F 94
RGB 188 143 148
HSL 353° 25.14% 64.90%
HSB/HSV 353° 23.94% 73.73%
CMYK 0.00% 23.94% 21.28%
26.27%

Color #BC8F94 in popluar number systems.

HEX BC 8F 94
Decimal 188 143 148
Binary 10111100 10001111 10010100
Octal 274 217 224

Shades and tints

Shades of #BC8F94

#BC8F94
(188,143,148)
#AB8287
(171,130,135)
#9A757A
(154,117,122)
#89686D
(137,104,109)
#785B60
(120,91,96)
#674E53
(103,78,83)
#564146
(86,65,70)
#453439
(69,52,57)
#34272C
(52,39,44)
#231A1F
(35,26,31)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #BC8F94

#BC8F94
(188,143,148)
#C2999D
(194,153,157)
#C8A3A6
(200,163,166)
#CEADAF
(206,173,175)
#D4B7B8
(212,183,184)
#DAC1C1
(218,193,193)
#E0CBCA
(224,203,202)
#E6D5D3
(230,213,211)
#ECDFDC
(236,223,220)
#F2E9E5
(242,233,229)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8F94; }

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

This text font color is #BC8F94.

Background Color

.myBgColor { background-color: #BC8F94; }

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

This div background color is #BC8F94.

Border color

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

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

This div border color is #BC8F94.

Opacity

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

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

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

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

This text has shadow with #BC8F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8F94.

Preview

Color preview on black background

This text has color #BC8F94 on black background.


Color preview on white background

This text has color #BC8F94 on white background.


Black color preview on #BC8F94 background

This text has black color on #BC8F94 background.


White color preview on #BC8F94 background

This text has white color on #BC8F94 background.


Related colors

Complementary color

Complementary color for #hex is #43706B.


I love getcolorcode.com

Triadic colors

1 #94BC8F and #8F94BC with #BC8F94 are triadic colors.

2 #948FBC and #8FBC94 with #BC8F94 are triadic colors.