COLOR #BE1350

HEX: #BE1350
RGB: (190,19,80)

Color info

#BE1350 contains mainly red color. Web safe color of #BE1350 is #CC0066 (or #C06).

RGB color model

#BE1350 color RGB value is (190,19,80).

  • red value is 190;
  • green value is 19;
  • blue value is 80.
RGB:
(190,19,80)
(75%,7%,31%)

RGB channels and saturation

R 190 of 255 = 75%
G 19 of 255 = 7%
B 80 of 255 = 31%

190
19
80

R + G + B ~ 38%. #BE1350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 19 + 80 = 289 (100%)
R 190 of 289 ~ 65.74%
G 19 of 289 ~ 6.57%
B 80 of 289 ~ 27.68%

%65.74
%27.68

CMYK color model

#BE1350 color CMYK value is (0,90,58,25).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 57.89%
  • key color value is 25.49%
CMYK:
(0,90,58,25)
C0M90Y58K25 
(0%,90%,58%,25%)
(0.00/0.90/0.58/0.25)	

CMYK percentages

%0
%90
%57.89
%25.49

Codes

Color #BE1350 in popluar color models

BE1350
RGB1901980
HSL339°81.82%40.98%
HSB/HSV339°90.00%74.51%
CMYK0.00%90.00%57.89%
25.49%

Color #BE1350 in popluar number systems.

HEXBE1350
Decimal1901980
Binary10111110100111010000
Octal27623120

Shades and tints

Shades of #BE1350

#BE1350
(190,19,80)
#AD1249
(173,18,73)
#9C1142
(156,17,66)
#8B103B
(139,16,59)
#7A0F34
(122,15,52)
#690E2D
(105,14,45)
#580D26
(88,13,38)
#470C1F
(71,12,31)
#360B18
(54,11,24)
#250A11
(37,10,17)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #BE1350

#BE1350
(190,19,80)
#C3285F
(195,40,95)
#C83D6E
(200,61,110)
#CD527D
(205,82,125)
#D2678C
(210,103,140)
#D77C9B
(215,124,155)
#DC91AA
(220,145,170)
#E1A6B9
(225,166,185)
#E6BBC8
(230,187,200)
#EBD0D7
(235,208,215)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE1350 color. Also use rgb(190,19,80) instead hex code.

Text Font Color

.myTextColor { color: #BE1350; }

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

This text font color is #BE1350.


Background Color

.myBgColor { background-color: #BE1350; }

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

This div background color is #BE1350.


Border color

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

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

This div border color is #BE1350.


Opacity

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

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

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

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

This text has shadow with #BE1350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE1350 on black background.


Color preview on white background

This text has color #BE1350 on white background.



Black color preview on #BE1350 background

This text has black color on #BE1350 background.


White color preview on #BE1350 background

This text has white color on #BE1350 background.