COLOR #BC7691

HEX: #BC7691 RGB: (188,118,145)

Color info

#BC7691 contains mainly red and blue colors. Web safe color of #BC7691 is #CC6699 (or #C69).

RGB color model

#BC7691 color RGB value is (188,118,145).

RGB: (188,118,145) (74%, 46%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 118 of 255 = 46%
B 145 of 255 = 57%

188
118
145

R + G + B ~ 59%. #BC7691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 118 + 145 = 451 (100%)
R 188 of 451 ~ 41.69%
G 118 of 451 ~ 26.16%
B 145 of 451 ~ 32.15'%

%41.69
%26.16
%32.15

CMYK color model

#BC7691 color CMYK value is (0,37,23,26).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK: (0,37,23,26) C0M37Y23K26 (0%,37%,23%,26%) (0.00/0.37/0.23/0.26) 

CMYK percentages

%0
%37.23
%22.87
%26.27

Codes

Color #BC7691 in popluar color models

BC 76 91
RGB 188 118 145
HSL 337° 34.31% 60.00%
HSB/HSV 337° 37.23% 73.73%
CMYK 0.00% 37.23% 22.87%
26.27%

Color #BC7691 in popluar number systems.

HEX BC 76 91
Decimal 188 118 145
Binary 10111100 1110110 10010001
Octal 274 166 221

Shades and tints

Shades of #BC7691

#BC7691
(188,118,145)
#AB6C84
(171,108,132)
#9A6277
(154,98,119)
#89586A
(137,88,106)
#784E5D
(120,78,93)
#674450
(103,68,80)
#563A43
(86,58,67)
#453036
(69,48,54)
#342629
(52,38,41)
#231C1C
(35,28,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #BC7691

#BC7691
(188,118,145)
#C2829B
(194,130,155)
#C88EA5
(200,142,165)
#CE9AAF
(206,154,175)
#D4A6B9
(212,166,185)
#DAB2C3
(218,178,195)
#E0BECD
(224,190,205)
#E6CAD7
(230,202,215)
#ECD6E1
(236,214,225)
#F2E2EB
(242,226,235)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7691; }

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

This text font color is #BC7691.

Background Color

.myBgColor { background-color: #BC7691; }

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

This div background color is #BC7691.

Border color

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

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

This div border color is #BC7691.

Opacity

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

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

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

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

This text has shadow with #BC7691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7691.

Preview

Color preview on black background

This text has color #BC7691 on black background.


Color preview on white background

This text has color #BC7691 on white background.


Black color preview on #BC7691 background

This text has black color on #BC7691 background.


White color preview on #BC7691 background

This text has white color on #BC7691 background.


Related colors

Complementary color

Complementary color for #hex is #43896E.


I love getcolorcode.com

Triadic colors

1 #91BC76 and #7691BC with #BC7691 are triadic colors.

2 #9176BC and #76BC91 with #BC7691 are triadic colors.