COLOR #BC4D51

HEX: #BC4D51
RGB: (188,77,81)

Color info

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

RGB color model

#BC4D51 color RGB value is (188,77,81).

  • red value is 188;
  • green value is 77;
  • blue value is 81.
RGB:
(188,77,81)
(74%,30%,32%)

RGB channels and saturation

R 188 of 255 = 74%
G 77 of 255 = 30%
B 81 of 255 = 32%

188
77
81

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

Portions of RGB colors in percentages

R + G + B =
188 + 77 + 81 = 346 (100%)
R 188 of 346 ~ 54.34%
G 77 of 346 ~ 22.25%
B 81 of 346 ~ 23.41%

%54.34
%22.25
%23.41

CMYK color model

#BC4D51 color CMYK value is (0,59,57,26).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 56.91%
  • key color value is 26.27%
CMYK:
(0,59,57,26)
C0M59Y57K26 
(0%,59%,57%,26%)
(0.00/0.59/0.57/0.26)	

CMYK percentages

%0
%59.04
%56.91
%26.27

Codes

Color #BC4D51 in popluar color models

BC4D51
RGB1887781
HSL358°45.31%51.96%
HSB/HSV358°59.04%73.73%
CMYK0.00%59.04%56.91%
26.27%

Color #BC4D51 in popluar number systems.

HEXBC4D51
Decimal1887781
Binary1011110010011011010001
Octal274115121

Shades and tints

Shades of #BC4D51

#BC4D51
(188,77,81)
#AB464A
(171,70,74)
#9A3F43
(154,63,67)
#89383C
(137,56,60)
#783135
(120,49,53)
#672A2E
(103,42,46)
#562327
(86,35,39)
#451C20
(69,28,32)
#341519
(52,21,25)
#230E12
(35,14,18)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #BC4D51

#BC4D51
(188,77,81)
#C25D60
(194,93,96)
#C86D6F
(200,109,111)
#CE7D7E
(206,125,126)
#D48D8D
(212,141,141)
#DA9D9C
(218,157,156)
#E0ADAB
(224,173,171)
#E6BDBA
(230,189,186)
#ECCDC9
(236,205,201)
#F2DDD8
(242,221,216)
#F8EDE7
(248,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4D51; }

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

This text font color is #BC4D51.


Background Color

.myBgColor { background-color: #BC4D51; }

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

This div background color is #BC4D51.


Border color

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

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

This div border color is #BC4D51.


Opacity

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

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

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

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

This text has shadow with #BC4D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4D51 on black background.


Color preview on white background

This text has color #BC4D51 on white background.



Black color preview on #BC4D51 background

This text has black color on #BC4D51 background.


White color preview on #BC4D51 background

This text has white color on #BC4D51 background.