COLOR #BC4553

HEX: #BC4553 RGB: (188,69,83)

Color info

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

RGB color model

#BC4553 color RGB value is (188,69,83).

RGB: (188,69,83) (74%, 27%, 33%)

RGB channels and saturation

R 188 of 255 = 74%
G 69 of 255 = 27%
B 83 of 255 = 33%

188
69
83

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

Portions of RGB colors in percentages

R + G + B = 188 + 69 + 83 = 340 (100%)
R 188 of 340 ~ 55.29%
G 69 of 340 ~ 20.29%
B 83 of 340 ~ 24.41'%

%55.29
%20.29
%24.41

CMYK color model

#BC4553 color CMYK value is (0,63,56,26).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 55.85%
  • key color value is 26.27%

CMYK: (0,63,56,26)
C0M63Y56K26 (0%, 63%, 56%, 26%)
(0.00 / 0.63 / 0.56 / 0.26)

CMYK percentages

%0
%63.3
%55.85
%26.27

Codes

Color #BC4553 in popluar color models

BC 45 53
RGB 188 69 83
HSL 353° 47.04% 50.39%
HSB/HSV 353° 63.30% 73.73%
CMYK 0.00% 63.30% 55.85%
26.27%

Color #BC4553 in popluar number systems.

HEX BC 45 53
Decimal 188 69 83
Binary 10111100 1000101 1010011
Octal 274 105 123

Shades and tints

Shades of #BC4553

#BC4553
(188,69,83)
#AB3F4C
(171,63,76)
#9A3945
(154,57,69)
#89333E
(137,51,62)
#782D37
(120,45,55)
#672730
(103,39,48)
#562129
(86,33,41)
#451B22
(69,27,34)
#34151B
(52,21,27)
#230F14
(35,15,20)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #BC4553

#BC4553
(188,69,83)
#C25562
(194,85,98)
#C86571
(200,101,113)
#CE7580
(206,117,128)
#D4858F
(212,133,143)
#DA959E
(218,149,158)
#E0A5AD
(224,165,173)
#E6B5BC
(230,181,188)
#ECC5CB
(236,197,203)
#F2D5DA
(242,213,218)
#F8E5E9
(248,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4553 color. Also use rgb(188,69,83) instead hex code.

Text Font Color

.myTextColor { color: #BC4553; }

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

This text font color is #BC4553.

Background Color

.myBgColor { background-color: #BC4553; }

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

This div background color is #BC4553.

Border color

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

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

This div border color is #BC4553.

Opacity

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

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

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

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

This text has shadow with #BC4553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC4553.

Preview

Color preview on black background

This text has color #BC4553 on black background.


Color preview on white background

This text has color #BC4553 on white background.


Black color preview on #BC4553 background

This text has black color on #BC4553 background.


White color preview on #BC4553 background

This text has white color on #BC4553 background.


Related colors

Complementary color

Complementary color for #hex is #43BAAC.


I love getcolorcode.com

Triadic colors

1 #53BC45 and #4553BC with #BC4553 are triadic colors.

2 #5345BC and #45BC53 with #BC4553 are triadic colors.