COLOR #BC4658

HEX: #BC4658
RGB: (188,70,88)

Color info

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

RGB color model

#BC4658 color RGB value is (188,70,88).

  • red value is 188;
  • green value is 70;
  • blue value is 88.
RGB:
(188,70,88)
(74%,27%,35%)

RGB channels and saturation

R 188 of 255 = 74%
G 70 of 255 = 27%
B 88 of 255 = 35%

188
70
88

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

Portions of RGB colors in percentages

R + G + B =
188 + 70 + 88 = 346 (100%)
R 188 of 346 ~ 54.34%
G 70 of 346 ~ 20.23%
B 88 of 346 ~ 25.43%

%54.34
%20.23
%25.43

CMYK color model

#BC4658 color CMYK value is (0,63,53,26).

  • cyan value is 0.00%
  • magenta value is 62.77%
  • yellow value is 53.19%
  • key color value is 26.27%
CMYK:
(0,63,53,26)
C0M63Y53K26 
(0%,63%,53%,26%)
(0.00/0.63/0.53/0.26)	

CMYK percentages

%0
%62.77
%53.19
%26.27

Codes

Color #BC4658 in popluar color models

BC4658
RGB1887088
HSL351°46.83%50.59%
HSB/HSV351°62.77%73.73%
CMYK0.00%62.77%53.19%
26.27%

Color #BC4658 in popluar number systems.

HEXBC4658
Decimal1887088
Binary1011110010001101011000
Octal274106130

Shades and tints

Shades of #BC4658

#BC4658
(188,70,88)
#AB4050
(171,64,80)
#9A3A48
(154,58,72)
#893440
(137,52,64)
#782E38
(120,46,56)
#672830
(103,40,48)
#562228
(86,34,40)
#451C20
(69,28,32)
#341618
(52,22,24)
#231010
(35,16,16)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #BC4658

#BC4658
(188,70,88)
#C25667
(194,86,103)
#C86676
(200,102,118)
#CE7685
(206,118,133)
#D48694
(212,134,148)
#DA96A3
(218,150,163)
#E0A6B2
(224,166,178)
#E6B6C1
(230,182,193)
#ECC6D0
(236,198,208)
#F2D6DF
(242,214,223)
#F8E6EE
(248,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4658 color. Also use rgb(188,70,88) instead hex code.

Text Font Color

.myTextColor { color: #BC4658; }

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

This text font color is #BC4658.


Background Color

.myBgColor { background-color: #BC4658; }

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

This div background color is #BC4658.


Border color

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

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

This div border color is #BC4658.


Opacity

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

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

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

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

This text has shadow with #BC4658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4658 on black background.


Color preview on white background

This text has color #BC4658 on white background.



Black color preview on #BC4658 background

This text has black color on #BC4658 background.


White color preview on #BC4658 background

This text has white color on #BC4658 background.