COLOR #BC8791

HEX: #BC8791 RGB: (188,135,145)

Color info

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

RGB color model

#BC8791 color RGB value is (188,135,145).

RGB: (188,135,145) (74%, 53%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 145 of 255 = 57%

188
135
145

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

Portions of RGB colors in percentages

R + G + B = 188 + 135 + 145 = 468 (100%)
R 188 of 468 ~ 40.17%
G 135 of 468 ~ 28.85%
B 145 of 468 ~ 30.98'%

%40.17
%28.85
%30.98

CMYK color model

#BC8791 color CMYK value is (0,28,23,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK: (0,28,23,26) C0M28Y23K26 (0%,28%,23%,26%) (0.00/0.28/0.23/0.26) 

CMYK percentages

%0
%28.19
%22.87
%26.27

Codes

Color #BC8791 in popluar color models

BC 87 91
RGB 188 135 145
HSL 349° 28.34% 63.33%
HSB/HSV 349° 28.19% 73.73%
CMYK 0.00% 28.19% 22.87%
26.27%

Color #BC8791 in popluar number systems.

HEX BC 87 91
Decimal 188 135 145
Binary 10111100 10000111 10010001
Octal 274 207 221

Shades and tints

Shades of #BC8791

#BC8791
(188,135,145)
#AB7B84
(171,123,132)
#9A6F77
(154,111,119)
#89636A
(137,99,106)
#78575D
(120,87,93)
#674B50
(103,75,80)
#563F43
(86,63,67)
#453336
(69,51,54)
#342729
(52,39,41)
#231B1C
(35,27,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #BC8791

#BC8791
(188,135,145)
#C2919B
(194,145,155)
#C89BA5
(200,155,165)
#CEA5AF
(206,165,175)
#D4AFB9
(212,175,185)
#DAB9C3
(218,185,195)
#E0C3CD
(224,195,205)
#E6CDD7
(230,205,215)
#ECD7E1
(236,215,225)
#F2E1EB
(242,225,235)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8791; }

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

This text font color is #BC8791.

Background Color

.myBgColor { background-color: #BC8791; }

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

This div background color is #BC8791.

Border color

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

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

This div border color is #BC8791.

Opacity

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

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

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

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

This text has shadow with #BC8791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8791.

Preview

Color preview on black background

This text has color #BC8791 on black background.


Color preview on white background

This text has color #BC8791 on white background.


Black color preview on #BC8791 background

This text has black color on #BC8791 background.


White color preview on #BC8791 background

This text has white color on #BC8791 background.


Related colors

Complementary color

Complementary color for #hex is #43786E.


I love getcolorcode.com

Triadic colors

1 #91BC87 and #8791BC with #BC8791 are triadic colors.

2 #9187BC and #87BC91 with #BC8791 are triadic colors.