COLOR #BC9891

HEX: #BC9891 RGB: (188,152,145)

Color info

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

RGB color model

#BC9891 color RGB value is (188,152,145).

RGB: (188,152,145) (74%, 60%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 145 of 255 = 57%

188
152
145

R + G + B ~ 64%. #BC9891 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 152 + 145 = 485 (100%)
R 188 of 485 ~ 38.76%
G 152 of 485 ~ 31.34%
B 145 of 485 ~ 29.9'%

%38.76
%31.34
%29.9

CMYK color model

#BC9891 color CMYK value is (0,19,23,26).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK: (0,19,23,26) C0M19Y23K26 (0%,19%,23%,26%) (0.00/0.19/0.23/0.26) 

CMYK percentages

%0
%19.15
%22.87
%26.27

Codes

Color #BC9891 in popluar color models

BC 98 91
RGB 188 152 145
HSL 10° 24.29% 65.29%
HSB/HSV 10° 22.87% 73.73%
CMYK 0.00% 19.15% 22.87%
26.27%

Color #BC9891 in popluar number systems.

HEX BC 98 91
Decimal 188 152 145
Binary 10111100 10011000 10010001
Octal 274 230 221

Shades and tints

Shades of #BC9891

#BC9891
(188,152,145)
#AB8B84
(171,139,132)
#9A7E77
(154,126,119)
#89716A
(137,113,106)
#78645D
(120,100,93)
#675750
(103,87,80)
#564A43
(86,74,67)
#453D36
(69,61,54)
#343029
(52,48,41)
#23231C
(35,35,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BC9891

#BC9891
(188,152,145)
#C2A19B
(194,161,155)
#C8AAA5
(200,170,165)
#CEB3AF
(206,179,175)
#D4BCB9
(212,188,185)
#DAC5C3
(218,197,195)
#E0CECD
(224,206,205)
#E6D7D7
(230,215,215)
#ECE0E1
(236,224,225)
#F2E9EB
(242,233,235)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9891 color. Also use rgb(188,152,145) instead hex code.

Text Font Color

.myTextColor { color: #BC9891; }

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

This text font color is #BC9891.

Background Color

.myBgColor { background-color: #BC9891; }

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

This div background color is #BC9891.

Border color

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

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

This div border color is #BC9891.

Opacity

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

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

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

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

This text has shadow with #BC9891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9891.

Preview

Color preview on black background

This text has color #BC9891 on black background.


Color preview on white background

This text has color #BC9891 on white background.


Black color preview on #BC9891 background

This text has black color on #BC9891 background.


White color preview on #BC9891 background

This text has white color on #BC9891 background.


Related colors

Complementary color

Complementary color for #hex is #43676E.


I love getcolorcode.com

Triadic colors

1 #91BC98 and #9891BC with #BC9891 are triadic colors.

2 #9198BC and #98BC91 with #BC9891 are triadic colors.