COLOR #BC9889

HEX: #BC9889 RGB: (188,152,137)

Color info

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

RGB color model

#BC9889 color RGB value is (188,152,137).

RGB: (188,152,137) (74%, 60%, 54%)

RGB channels and saturation

R 188 of 255 = 74%
G 152 of 255 = 60%
B 137 of 255 = 54%

188
152
137

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

Portions of RGB colors in percentages

R + G + B = 188 + 152 + 137 = 477 (100%)
R 188 of 477 ~ 39.41%
G 152 of 477 ~ 31.87%
B 137 of 477 ~ 28.72'%

%39.41
%31.87
%28.72

CMYK color model

#BC9889 color CMYK value is (0,19,27,26).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (0,19,27,26)
C0M19Y27K26 (0%, 19%, 27%, 26%)
(0.00 / 0.19 / 0.27 / 0.26)

CMYK percentages

%0
%19.15
%27.13
%26.27

Codes

Color #BC9889 in popluar color models

BC 98 89
RGB 188 152 137
HSL 18° 27.57% 63.73%
HSB/HSV 18° 27.13% 73.73%
CMYK 0.00% 19.15% 27.13%
26.27%

Color #BC9889 in popluar number systems.

HEX BC 98 89
Decimal 188 152 137
Binary 10111100 10011000 10001001
Octal 274 230 211

Shades and tints

Shades of #BC9889

#BC9889
(188,152,137)
#AB8B7D
(171,139,125)
#9A7E71
(154,126,113)
#897165
(137,113,101)
#786459
(120,100,89)
#67574D
(103,87,77)
#564A41
(86,74,65)
#453D35
(69,61,53)
#343029
(52,48,41)
#23231D
(35,35,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BC9889

#BC9889
(188,152,137)
#C2A193
(194,161,147)
#C8AA9D
(200,170,157)
#CEB3A7
(206,179,167)
#D4BCB1
(212,188,177)
#DAC5BB
(218,197,187)
#E0CEC5
(224,206,197)
#E6D7CF
(230,215,207)
#ECE0D9
(236,224,217)
#F2E9E3
(242,233,227)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9889; }

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

This text font color is #BC9889.

Background Color

.myBgColor { background-color: #BC9889; }

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

This div background color is #BC9889.

Border color

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

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

This div border color is #BC9889.

Opacity

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

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

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

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

This text has shadow with #BC9889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9889.

Preview

Color preview on black background

This text has color #BC9889 on black background.


Color preview on white background

This text has color #BC9889 on white background.


Black color preview on #BC9889 background

This text has black color on #BC9889 background.


White color preview on #BC9889 background

This text has white color on #BC9889 background.


Related colors

Complementary color

Complementary color for #hex is #436776.


I love getcolorcode.com

Triadic colors

1 #89BC98 and #9889BC with #BC9889 are triadic colors.

2 #8998BC and #98BC89 with #BC9889 are triadic colors.