COLOR #BC426A

HEX: #BC426A
RGB: (188,66,106)

Color info

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

RGB color model

#BC426A color RGB value is (188,66,106).

  • red value is 188;
  • green value is 66;
  • blue value is 106.
RGB:
(188,66,106)
(74%,26%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 66 of 255 = 26%
B 106 of 255 = 42%

188
66
106

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

Portions of RGB colors in percentages

R + G + B =
188 + 66 + 106 = 360 (100%)
R 188 of 360 ~ 52.22%
G 66 of 360 ~ 18.33%
B 106 of 360 ~ 29.44%

%52.22
%18.33
%29.44

CMYK color model

#BC426A color CMYK value is (0,65,44,26).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(0,65,44,26)
C0M65Y44K26 
(0%,65%,44%,26%)
(0.00/0.65/0.44/0.26)	

CMYK percentages

%0
%64.89
%43.62
%26.27

Codes

Color #BC426A in popluar color models

BC426A
RGB18866106
HSL340°48.03%49.80%
HSB/HSV340°64.89%73.73%
CMYK0.00%64.89%43.62%
26.27%

Color #BC426A in popluar number systems.

HEXBC426A
Decimal18866106
Binary1011110010000101101010
Octal274102152

Shades and tints

Shades of #BC426A

#BC426A
(188,66,106)
#AB3C61
(171,60,97)
#9A3658
(154,54,88)
#89304F
(137,48,79)
#782A46
(120,42,70)
#67243D
(103,36,61)
#561E34
(86,30,52)
#45182B
(69,24,43)
#341222
(52,18,34)
#230C19
(35,12,25)
#120610
(18,6,16)
#000000
(0,0,0)

Tints of #BC426A

#BC426A
(188,66,106)
#C25377
(194,83,119)
#C86484
(200,100,132)
#CE7591
(206,117,145)
#D4869E
(212,134,158)
#DA97AB
(218,151,171)
#E0A8B8
(224,168,184)
#E6B9C5
(230,185,197)
#ECCAD2
(236,202,210)
#F2DBDF
(242,219,223)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC426A color. Also use rgb(188,66,106) instead hex code.

Text Font Color

.myTextColor { color: #BC426A; }

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

This text font color is #BC426A.


Background Color

.myBgColor { background-color: #BC426A; }

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

This div background color is #BC426A.


Border color

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

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

This div border color is #BC426A.


Opacity

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

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

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

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

This text has shadow with #BC426A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC426A on black background.


Color preview on white background

This text has color #BC426A on white background.



Black color preview on #BC426A background

This text has black color on #BC426A background.


White color preview on #BC426A background

This text has white color on #BC426A background.