COLOR #BC624D

HEX: #BC624D RGB: (188,98,77)

Color info

#BC624D contains mainly red color. Web safe color of #BC624D is #CC6633 (or #C63).

RGB color model

#BC624D color RGB value is (188,98,77).

RGB: (188,98,77) (74%, 38%, 30%)

RGB channels and saturation

R 188 of 255 = 74%
G 98 of 255 = 38%
B 77 of 255 = 30%

188
98
77

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

Portions of RGB colors in percentages

R + G + B = 188 + 98 + 77 = 363 (100%)
R 188 of 363 ~ 51.79%
G 98 of 363 ~ 27%
B 77 of 363 ~ 21.21'%

%51.79
%27
%21.21

CMYK color model

#BC624D color CMYK value is (0,48,59,26).

  • cyan value is 0.00%
  • magenta value is 47.87%
  • yellow value is 59.04%
  • key color value is 26.27%

CMYK: (0,48,59,26)
C0M48Y59K26 (0%, 48%, 59%, 26%)
(0.00 / 0.48 / 0.59 / 0.26)

CMYK percentages

%0
%47.87
%59.04
%26.27

Codes

Color #BC624D in popluar color models

BC 62 4D
RGB 188 98 77
HSL 11° 45.31% 51.96%
HSB/HSV 11° 59.04% 73.73%
CMYK 0.00% 47.87% 59.04%
26.27%

Color #BC624D in popluar number systems.

HEX BC 62 4D
Decimal 188 98 77
Binary 10111100 1100010 1001101
Octal 274 142 115

Shades and tints

Shades of #BC624D

#BC624D
(188,98,77)
#AB5A46
(171,90,70)
#9A523F
(154,82,63)
#894A38
(137,74,56)
#784231
(120,66,49)
#673A2A
(103,58,42)
#563223
(86,50,35)
#452A1C
(69,42,28)
#342215
(52,34,21)
#231A0E
(35,26,14)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #BC624D

#BC624D
(188,98,77)
#C2705D
(194,112,93)
#C87E6D
(200,126,109)
#CE8C7D
(206,140,125)
#D49A8D
(212,154,141)
#DAA89D
(218,168,157)
#E0B6AD
(224,182,173)
#E6C4BD
(230,196,189)
#ECD2CD
(236,210,205)
#F2E0DD
(242,224,221)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC624D color. Also use rgb(188,98,77) instead hex code.

Text Font Color

.myTextColor { color: #BC624D; }

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

This text font color is #BC624D.

Background Color

.myBgColor { background-color: #BC624D; }

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

This div background color is #BC624D.

Border color

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

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

This div border color is #BC624D.

Opacity

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

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

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

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

This text has shadow with #BC624D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC624D.

Preview

Color preview on black background

This text has color #BC624D on black background.


Color preview on white background

This text has color #BC624D on white background.


Black color preview on #BC624D background

This text has black color on #BC624D background.


White color preview on #BC624D background

This text has white color on #BC624D background.


Related colors

Complementary color

Complementary color for #hex is #439DB2.


I love getcolorcode.com

Triadic colors

1 #4DBC62 and #624DBC with #BC624D are triadic colors.

2 #4D62BC and #62BC4D with #BC624D are triadic colors.