COLOR #BC3769

HEX: #BC3769 RGB: (188,55,105)

Color info

#BC3769 contains mainly red color. Web safe color of #BC3769 is #CC3366 (or #C36).

RGB color model

#BC3769 color RGB value is (188,55,105).

RGB: (188,55,105) (74%, 22%, 41%)

RGB channels and saturation

R 188 of 255 = 74%
G 55 of 255 = 22%
B 105 of 255 = 41%

188
55
105

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

Portions of RGB colors in percentages

R + G + B = 188 + 55 + 105 = 348 (100%)
R 188 of 348 ~ 54.02%
G 55 of 348 ~ 15.8%
B 105 of 348 ~ 30.17'%

%54.02
%15.8
%30.17

CMYK color model

#BC3769 color CMYK value is (0,71,44,26).

  • cyan value is 0.00%
  • magenta value is 70.74%
  • yellow value is 44.15%
  • key color value is 26.27%

CMYK: (0,71,44,26)
C0M71Y44K26 (0%, 71%, 44%, 26%)
(0.00 / 0.71 / 0.44 / 0.26)

CMYK percentages

%0
%70.74
%44.15
%26.27

Codes

Color #BC3769 in popluar color models

BC 37 69
RGB 188 55 105
HSL 337° 54.73% 47.65%
HSB/HSV 337° 70.74% 73.73%
CMYK 0.00% 70.74% 44.15%
26.27%

Color #BC3769 in popluar number systems.

HEX BC 37 69
Decimal 188 55 105
Binary 10111100 110111 1101001
Octal 274 67 151

Shades and tints

Shades of #BC3769

#BC3769
(188,55,105)
#AB3260
(171,50,96)
#9A2D57
(154,45,87)
#89284E
(137,40,78)
#782345
(120,35,69)
#671E3C
(103,30,60)
#561933
(86,25,51)
#45142A
(69,20,42)
#340F21
(52,15,33)
#230A18
(35,10,24)
#12050F
(18,5,15)
#000000
(0,0,0)

Tints of #BC3769

#BC3769
(188,55,105)
#C24976
(194,73,118)
#C85B83
(200,91,131)
#CE6D90
(206,109,144)
#D47F9D
(212,127,157)
#DA91AA
(218,145,170)
#E0A3B7
(224,163,183)
#E6B5C4
(230,181,196)
#ECC7D1
(236,199,209)
#F2D9DE
(242,217,222)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3769 color. Also use rgb(188,55,105) instead hex code.

Text Font Color

.myTextColor { color: #BC3769; }

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

This text font color is #BC3769.

Background Color

.myBgColor { background-color: #BC3769; }

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

This div background color is #BC3769.

Border color

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

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

This div border color is #BC3769.

Opacity

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

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

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

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

This text has shadow with #BC3769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC3769.

Preview

Color preview on black background

This text has color #BC3769 on black background.


Color preview on white background

This text has color #BC3769 on white background.


Black color preview on #BC3769 background

This text has black color on #BC3769 background.


White color preview on #BC3769 background

This text has white color on #BC3769 background.


Related colors

Complementary color

Complementary color for #hex is #43C896.


I love getcolorcode.com

Triadic colors

1 #69BC37 and #3769BC with #BC3769 are triadic colors.

2 #6937BC and #37BC69 with #BC3769 are triadic colors.