COLOR #BC898A

HEX: #BC898A RGB: (188,137,138)

Color info

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

RGB color model

#BC898A color RGB value is (188,137,138).

RGB: (188,137,138) (74%, 54%, 54%)

RGB channels and saturation

R 188 of 255 = 74%
G 137 of 255 = 54%
B 138 of 255 = 54%

188
137
138

R + G + B ~ 61%. #BC898A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 137 + 138 = 463 (100%)
R 188 of 463 ~ 40.6%
G 137 of 463 ~ 29.59%
B 138 of 463 ~ 29.81'%

%40.6
%29.59
%29.81

CMYK color model

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

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

CMYK: (0,27,27,26)
C0M27Y27K26 (0%, 27%, 27%, 26%)
(0.00 / 0.27 / 0.27 / 0.26)

CMYK percentages

%0
%27.13
%26.6
%26.27

Codes

Color #BC898A in popluar color models

BC 89 8A
RGB 188 137 138
HSL 359° 27.57% 63.73%
HSB/HSV 359° 27.13% 73.73%
CMYK 0.00% 27.13% 26.60%
26.27%

Color #BC898A in popluar number systems.

HEX BC 89 8A
Decimal 188 137 138
Binary 10111100 10001001 10001010
Octal 274 211 212

Shades and tints

Shades of #BC898A

#BC898A
(188,137,138)
#AB7D7E
(171,125,126)
#9A7172
(154,113,114)
#896566
(137,101,102)
#78595A
(120,89,90)
#674D4E
(103,77,78)
#564142
(86,65,66)
#453536
(69,53,54)
#34292A
(52,41,42)
#231D1E
(35,29,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #BC898A

#BC898A
(188,137,138)
#C29394
(194,147,148)
#C89D9E
(200,157,158)
#CEA7A8
(206,167,168)
#D4B1B2
(212,177,178)
#DABBBC
(218,187,188)
#E0C5C6
(224,197,198)
#E6CFD0
(230,207,208)
#ECD9DA
(236,217,218)
#F2E3E4
(242,227,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC898A; }

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

This text font color is #BC898A.

Background Color

.myBgColor { background-color: #BC898A; }

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

This div background color is #BC898A.

Border color

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

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

This div border color is #BC898A.

Opacity

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

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

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

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

This text has shadow with #BC898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC898A.

Preview

Color preview on black background

This text has color #BC898A on black background.


Color preview on white background

This text has color #BC898A on white background.


Black color preview on #BC898A background

This text has black color on #BC898A background.


White color preview on #BC898A background

This text has white color on #BC898A background.


Related colors

Complementary color

Complementary color for #hex is #437675.


I love getcolorcode.com

Triadic colors

1 #8ABC89 and #898ABC with #BC898A are triadic colors.

2 #8A89BC and #89BC8A with #BC898A are triadic colors.