COLOR #BC8A91

HEX: #BC8A91 RGB: (188,138,145)

Color info

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

RGB color model

#BC8A91 color RGB value is (188,138,145).

RGB: (188,138,145) (74%, 54%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 138 of 255 = 54%
B 145 of 255 = 57%

188
138
145

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

Portions of RGB colors in percentages

R + G + B = 188 + 138 + 145 = 471 (100%)
R 188 of 471 ~ 39.92%
G 138 of 471 ~ 29.3%
B 145 of 471 ~ 30.79'%

%39.92
%29.3
%30.79

CMYK color model

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

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

CMYK: (0,27,23,26)
C0M27Y23K26 (0%, 27%, 23%, 26%)
(0.00 / 0.27 / 0.23 / 0.26)

CMYK percentages

%0
%26.6
%22.87
%26.27

Codes

Color #BC8A91 in popluar color models

BC 8A 91
RGB 188 138 145
HSL 352° 27.17% 63.92%
HSB/HSV 352° 26.60% 73.73%
CMYK 0.00% 26.60% 22.87%
26.27%

Color #BC8A91 in popluar number systems.

HEX BC 8A 91
Decimal 188 138 145
Binary 10111100 10001010 10010001
Octal 274 212 221

Shades and tints

Shades of #BC8A91

#BC8A91
(188,138,145)
#AB7E84
(171,126,132)
#9A7277
(154,114,119)
#89666A
(137,102,106)
#785A5D
(120,90,93)
#674E50
(103,78,80)
#564243
(86,66,67)
#453636
(69,54,54)
#342A29
(52,42,41)
#231E1C
(35,30,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #BC8A91

#BC8A91
(188,138,145)
#C2949B
(194,148,155)
#C89EA5
(200,158,165)
#CEA8AF
(206,168,175)
#D4B2B9
(212,178,185)
#DABCC3
(218,188,195)
#E0C6CD
(224,198,205)
#E6D0D7
(230,208,215)
#ECDAE1
(236,218,225)
#F2E4EB
(242,228,235)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8A91; }

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

This text font color is #BC8A91.

Background Color

.myBgColor { background-color: #BC8A91; }

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

This div background color is #BC8A91.

Border color

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

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

This div border color is #BC8A91.

Opacity

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

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

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

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

This text has shadow with #BC8A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8A91.

Preview

Color preview on black background

This text has color #BC8A91 on black background.


Color preview on white background

This text has color #BC8A91 on white background.


Black color preview on #BC8A91 background

This text has black color on #BC8A91 background.


White color preview on #BC8A91 background

This text has white color on #BC8A91 background.


Related colors

Complementary color

Complementary color for #hex is #43756E.


I love getcolorcode.com

Triadic colors

1 #91BC8A and #8A91BC with #BC8A91 are triadic colors.

2 #918ABC and #8ABC91 with #BC8A91 are triadic colors.