COLOR #BC7A88

HEX: #BC7A88 RGB: (188,122,136)

Color info

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

RGB color model

#BC7A88 color RGB value is (188,122,136).

RGB: (188,122,136) (74%, 48%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 122 of 255 = 48%
B 136 of 255 = 53%

188
122
136

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

Portions of RGB colors in percentages

R + G + B = 188 + 122 + 136 = 446 (100%)
R 188 of 446 ~ 42.15%
G 122 of 446 ~ 27.35%
B 136 of 446 ~ 30.49'%

%42.15
%27.35
%30.49

CMYK color model

#BC7A88 color CMYK value is (0,35,28,26).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK: (0,35,28,26) C0M35Y28K26 (0%,35%,28%,26%) (0.00/0.35/0.28/0.26) 

CMYK percentages

%0
%35.11
%27.66
%26.27

Codes

Color #BC7A88 in popluar color models

BC 7A 88
RGB 188 122 136
HSL 347° 33.00% 60.78%
HSB/HSV 347° 35.11% 73.73%
CMYK 0.00% 35.11% 27.66%
26.27%

Color #BC7A88 in popluar number systems.

HEX BC 7A 88
Decimal 188 122 136
Binary 10111100 1111010 10001000
Octal 274 172 210

Shades and tints

Shades of #BC7A88

#BC7A88
(188,122,136)
#AB6F7C
(171,111,124)
#9A6470
(154,100,112)
#895964
(137,89,100)
#784E58
(120,78,88)
#67434C
(103,67,76)
#563840
(86,56,64)
#452D34
(69,45,52)
#342228
(52,34,40)
#23171C
(35,23,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #BC7A88

#BC7A88
(188,122,136)
#C28692
(194,134,146)
#C8929C
(200,146,156)
#CE9EA6
(206,158,166)
#D4AAB0
(212,170,176)
#DAB6BA
(218,182,186)
#E0C2C4
(224,194,196)
#E6CECE
(230,206,206)
#ECDAD8
(236,218,216)
#F2E6E2
(242,230,226)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7A88 color. Also use rgb(188,122,136) instead hex code.

Text Font Color

.myTextColor { color: #BC7A88; }

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

This text font color is #BC7A88.

Background Color

.myBgColor { background-color: #BC7A88; }

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

This div background color is #BC7A88.

Border color

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

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

This div border color is #BC7A88.

Opacity

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

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

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

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

This text has shadow with #BC7A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7A88.

Preview

Color preview on black background

This text has color #BC7A88 on black background.


Color preview on white background

This text has color #BC7A88 on white background.


Black color preview on #BC7A88 background

This text has black color on #BC7A88 background.


White color preview on #BC7A88 background

This text has white color on #BC7A88 background.


Related colors

Complementary color

Complementary color for #hex is #438577.


I love getcolorcode.com

Triadic colors

1 #88BC7A and #7A88BC with #BC7A88 are triadic colors.

2 #887ABC and #7ABC88 with #BC7A88 are triadic colors.