COLOR #BC778A

HEX: #BC778A RGB: (188,119,138)

Color info

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

RGB color model

#BC778A color RGB value is (188,119,138).

RGB: (188,119,138) (74%, 47%, 54%)

RGB channels and saturation

R 188 of 255 = 74%
G 119 of 255 = 47%
B 138 of 255 = 54%

188
119
138

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

Portions of RGB colors in percentages

R + G + B = 188 + 119 + 138 = 445 (100%)
R 188 of 445 ~ 42.25%
G 119 of 445 ~ 26.74%
B 138 of 445 ~ 31.01'%

%42.25
%26.74
%31.01

CMYK color model

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

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

CMYK: (0,37,27,26)
C0M37Y27K26 (0%, 37%, 27%, 26%)
(0.00 / 0.37 / 0.27 / 0.26)

CMYK percentages

%0
%36.7
%26.6
%26.27

Codes

Color #BC778A in popluar color models

BC 77 8A
RGB 188 119 138
HSL 343° 33.99% 60.20%
HSB/HSV 343° 36.70% 73.73%
CMYK 0.00% 36.70% 26.60%
26.27%

Color #BC778A in popluar number systems.

HEX BC 77 8A
Decimal 188 119 138
Binary 10111100 1110111 10001010
Octal 274 167 212

Shades and tints

Shades of #BC778A

#BC778A
(188,119,138)
#AB6D7E
(171,109,126)
#9A6372
(154,99,114)
#895966
(137,89,102)
#784F5A
(120,79,90)
#67454E
(103,69,78)
#563B42
(86,59,66)
#453136
(69,49,54)
#34272A
(52,39,42)
#231D1E
(35,29,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BC778A

#BC778A
(188,119,138)
#C28394
(194,131,148)
#C88F9E
(200,143,158)
#CE9BA8
(206,155,168)
#D4A7B2
(212,167,178)
#DAB3BC
(218,179,188)
#E0BFC6
(224,191,198)
#E6CBD0
(230,203,208)
#ECD7DA
(236,215,218)
#F2E3E4
(242,227,228)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC778A; }

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

This text font color is #BC778A.

Background Color

.myBgColor { background-color: #BC778A; }

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

This div background color is #BC778A.

Border color

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

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

This div border color is #BC778A.

Opacity

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

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

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

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

This text has shadow with #BC778A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC778A.

Preview

Color preview on black background

This text has color #BC778A on black background.


Color preview on white background

This text has color #BC778A on white background.


Black color preview on #BC778A background

This text has black color on #BC778A background.


White color preview on #BC778A background

This text has white color on #BC778A background.


Related colors

Complementary color

Complementary color for #hex is #438875.


I love getcolorcode.com

Triadic colors

1 #8ABC77 and #778ABC with #BC778A are triadic colors.

2 #8A77BC and #77BC8A with #BC778A are triadic colors.