COLOR #BE2169

HEX: #BE2169
RGB: (190,33,105)

Color info

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

RGB color model

#BE2169 color RGB value is (190,33,105).

  • red value is 190;
  • green value is 33;
  • blue value is 105.
RGB:
(190,33,105)
(75%,13%,41%)

RGB channels and saturation

R 190 of 255 = 75%
G 33 of 255 = 13%
B 105 of 255 = 41%

190
33
105

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

Portions of RGB colors in percentages

R + G + B =
190 + 33 + 105 = 328 (100%)
R 190 of 328 ~ 57.93%
G 33 of 328 ~ 10.06%
B 105 of 328 ~ 32.01%

%57.93
%10.06
%32.01

CMYK color model

#BE2169 color CMYK value is (0,83,45,25).

  • cyan value is 0.00%
  • magenta value is 82.63%
  • yellow value is 44.74%
  • key color value is 25.49%
CMYK:
(0,83,45,25)
C0M83Y45K25 
(0%,83%,45%,25%)
(0.00/0.83/0.45/0.25)	

CMYK percentages

%0
%82.63
%44.74
%25.49

Codes

Color #BE2169 in popluar color models

BE2169
RGB19033105
HSL332°70.40%43.73%
HSB/HSV332°82.63%74.51%
CMYK0.00%82.63%44.74%
25.49%

Color #BE2169 in popluar number systems.

HEXBE2169
Decimal19033105
Binary101111101000011101001
Octal27641151

Shades and tints

Shades of #BE2169

#BE2169
(190,33,105)
#AD1E60
(173,30,96)
#9C1B57
(156,27,87)
#8B184E
(139,24,78)
#7A1545
(122,21,69)
#69123C
(105,18,60)
#580F33
(88,15,51)
#470C2A
(71,12,42)
#360921
(54,9,33)
#250618
(37,6,24)
#14030F
(20,3,15)
#000000
(0,0,0)

Tints of #BE2169

#BE2169
(190,33,105)
#C33576
(195,53,118)
#C84983
(200,73,131)
#CD5D90
(205,93,144)
#D2719D
(210,113,157)
#D785AA
(215,133,170)
#DC99B7
(220,153,183)
#E1ADC4
(225,173,196)
#E6C1D1
(230,193,209)
#EBD5DE
(235,213,222)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2169 color. Also use rgb(190,33,105) instead hex code.

Text Font Color

.myTextColor { color: #BE2169; }

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

This text font color is #BE2169.


Background Color

.myBgColor { background-color: #BE2169; }

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

This div background color is #BE2169.


Border color

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

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

This div border color is #BE2169.


Opacity

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

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

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

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

This text has shadow with #BE2169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE2169 on black background.


Color preview on white background

This text has color #BE2169 on white background.



Black color preview on #BE2169 background

This text has black color on #BE2169 background.


White color preview on #BE2169 background

This text has white color on #BE2169 background.