COLOR #BE1752

HEX: #BE1752
RGB: (190,23,82)

Color info

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

RGB color model

#BE1752 color RGB value is (190,23,82).

  • red value is 190;
  • green value is 23;
  • blue value is 82.
RGB:
(190,23,82)
(75%,9%,32%)

RGB channels and saturation

R 190 of 255 = 75%
G 23 of 255 = 9%
B 82 of 255 = 32%

190
23
82

R + G + B ~ 39%. #BE1752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 23 + 82 = 295 (100%)
R 190 of 295 ~ 64.41%
G 23 of 295 ~ 7.8%
B 82 of 295 ~ 27.8%

%64.41
%27.8

CMYK color model

#BE1752 color CMYK value is (0,88,57,25).

  • cyan value is 0.00%
  • magenta value is 87.89%
  • yellow value is 56.84%
  • key color value is 25.49%
CMYK:
(0,88,57,25)
C0M88Y57K25 
(0%,88%,57%,25%)
(0.00/0.88/0.57/0.25)	

CMYK percentages

%0
%87.89
%56.84
%25.49

Codes

Color #BE1752 in popluar color models

BE1752
RGB1902382
HSL339°78.40%41.76%
HSB/HSV339°87.89%74.51%
CMYK0.00%87.89%56.84%
25.49%

Color #BE1752 in popluar number systems.

HEXBE1752
Decimal1902382
Binary10111110101111010010
Octal27627122

Shades and tints

Shades of #BE1752

#BE1752
(190,23,82)
#AD154B
(173,21,75)
#9C1344
(156,19,68)
#8B113D
(139,17,61)
#7A0F36
(122,15,54)
#690D2F
(105,13,47)
#580B28
(88,11,40)
#470921
(71,9,33)
#36071A
(54,7,26)
#250513
(37,5,19)
#14030C
(20,3,12)
#000000
(0,0,0)

Tints of #BE1752

#BE1752
(190,23,82)
#C32C61
(195,44,97)
#C84170
(200,65,112)
#CD567F
(205,86,127)
#D26B8E
(210,107,142)
#D7809D
(215,128,157)
#DC95AC
(220,149,172)
#E1AABB
(225,170,187)
#E6BFCA
(230,191,202)
#EBD4D9
(235,212,217)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE1752 color. Also use rgb(190,23,82) instead hex code.

Text Font Color

.myTextColor { color: #BE1752; }

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

This text font color is #BE1752.


Background Color

.myBgColor { background-color: #BE1752; }

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

This div background color is #BE1752.


Border color

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

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

This div border color is #BE1752.


Opacity

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

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

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

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

This text has shadow with #BE1752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE1752 on black background.


Color preview on white background

This text has color #BE1752 on white background.



Black color preview on #BE1752 background

This text has black color on #BE1752 background.


White color preview on #BE1752 background

This text has white color on #BE1752 background.