COLOR #BD2E50

HEX: #BD2E50
RGB: (189,46,80)

Color info

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

RGB color model

#BD2E50 color RGB value is (189,46,80).

  • red value is 189;
  • green value is 46;
  • blue value is 80.
RGB:
(189,46,80)
(74%,18%,31%)

RGB channels and saturation

R 189 of 255 = 74%
G 46 of 255 = 18%
B 80 of 255 = 31%

189
46
80

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

Portions of RGB colors in percentages

R + G + B =
189 + 46 + 80 = 315 (100%)
R 189 of 315 ~ 60%
G 46 of 315 ~ 14.6%
B 80 of 315 ~ 25.4%

%60
%14.6
%25.4

CMYK color model

#BD2E50 color CMYK value is (0,76,58,26).

  • cyan value is 0.00%
  • magenta value is 75.66%
  • yellow value is 57.67%
  • key color value is 25.88%
CMYK:
(0,76,58,26)
C0M76Y58K26 
(0%,76%,58%,26%)
(0.00/0.76/0.58/0.26)	

CMYK percentages

%0
%75.66
%57.67
%25.88

Codes

Color #BD2E50 in popluar color models

BD2E50
RGB1894680
HSL346°60.85%46.08%
HSB/HSV346°75.66%74.12%
CMYK0.00%75.66%57.67%
25.88%

Color #BD2E50 in popluar number systems.

HEXBD2E50
Decimal1894680
Binary101111011011101010000
Octal27556120

Shades and tints

Shades of #BD2E50

#BD2E50
(189,46,80)
#AC2A49
(172,42,73)
#9B2642
(155,38,66)
#8A223B
(138,34,59)
#791E34
(121,30,52)
#681A2D
(104,26,45)
#571626
(87,22,38)
#46121F
(70,18,31)
#350E18
(53,14,24)
#240A11
(36,10,17)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #BD2E50

#BD2E50
(189,46,80)
#C3415F
(195,65,95)
#C9546E
(201,84,110)
#CF677D
(207,103,125)
#D57A8C
(213,122,140)
#DB8D9B
(219,141,155)
#E1A0AA
(225,160,170)
#E7B3B9
(231,179,185)
#EDC6C8
(237,198,200)
#F3D9D7
(243,217,215)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD2E50 color. Also use rgb(189,46,80) instead hex code.

Text Font Color

.myTextColor { color: #BD2E50; }

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

This text font color is #BD2E50.


Background Color

.myBgColor { background-color: #BD2E50; }

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

This div background color is #BD2E50.


Border color

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

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

This div border color is #BD2E50.


Opacity

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

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

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

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

This text has shadow with #BD2E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD2E50 on black background.


Color preview on white background

This text has color #BD2E50 on white background.



Black color preview on #BD2E50 background

This text has black color on #BD2E50 background.


White color preview on #BD2E50 background

This text has white color on #BD2E50 background.