COLOR #BC9789

HEX: #BC9789 RGB: (188,151,137)

Color info

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

RGB color model

#BC9789 color RGB value is (188,151,137).

RGB: (188,151,137) (74%, 59%, 54%)

RGB channels and saturation

R 188 of 255 = 74%
G 151 of 255 = 59%
B 137 of 255 = 54%

188
151
137

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

Portions of RGB colors in percentages

R + G + B = 188 + 151 + 137 = 476 (100%)
R 188 of 476 ~ 39.5%
G 151 of 476 ~ 31.72%
B 137 of 476 ~ 28.78'%

%39.5
%31.72
%28.78

CMYK color model

#BC9789 color CMYK value is (0,20,27,26).

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

CMYK: (0,20,27,26)
C0M20Y27K26 (0%, 20%, 27%, 26%)
(0.00 / 0.20 / 0.27 / 0.26)

CMYK percentages

%0
%19.68
%27.13
%26.27

Codes

Color #BC9789 in popluar color models

BC 97 89
RGB 188 151 137
HSL 16° 27.57% 63.73%
HSB/HSV 16° 27.13% 73.73%
CMYK 0.00% 19.68% 27.13%
26.27%

Color #BC9789 in popluar number systems.

HEX BC 97 89
Decimal 188 151 137
Binary 10111100 10010111 10001001
Octal 274 227 211

Shades and tints

Shades of #BC9789

#BC9789
(188,151,137)
#AB8A7D
(171,138,125)
#9A7D71
(154,125,113)
#897065
(137,112,101)
#786359
(120,99,89)
#67564D
(103,86,77)
#564941
(86,73,65)
#453C35
(69,60,53)
#342F29
(52,47,41)
#23221D
(35,34,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BC9789

#BC9789
(188,151,137)
#C2A093
(194,160,147)
#C8A99D
(200,169,157)
#CEB2A7
(206,178,167)
#D4BBB1
(212,187,177)
#DAC4BB
(218,196,187)
#E0CDC5
(224,205,197)
#E6D6CF
(230,214,207)
#ECDFD9
(236,223,217)
#F2E8E3
(242,232,227)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9789; }

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

This text font color is #BC9789.

Background Color

.myBgColor { background-color: #BC9789; }

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

This div background color is #BC9789.

Border color

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

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

This div border color is #BC9789.

Opacity

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

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

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

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

This text has shadow with #BC9789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9789.

Preview

Color preview on black background

This text has color #BC9789 on black background.


Color preview on white background

This text has color #BC9789 on white background.


Black color preview on #BC9789 background

This text has black color on #BC9789 background.


White color preview on #BC9789 background

This text has white color on #BC9789 background.


Related colors

Complementary color

Complementary color for #hex is #436876.


I love getcolorcode.com

Triadic colors

1 #89BC97 and #9789BC with #BC9789 are triadic colors.

2 #8997BC and #97BC89 with #BC9789 are triadic colors.