COLOR #BE274D

HEX: #BE274D
RGB: (190,39,77)

Color info

#BE274D contains mainly red color. Web safe color of #BE274D is #CC3333 (or #C33).

RGB color model

#BE274D color RGB value is (190,39,77).

  • red value is 190;
  • green value is 39;
  • blue value is 77.
RGB:
(190,39,77)
(75%,15%,30%)

RGB channels and saturation

R 190 of 255 = 75%
G 39 of 255 = 15%
B 77 of 255 = 30%

190
39
77

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

Portions of RGB colors in percentages

R + G + B =
190 + 39 + 77 = 306 (100%)
R 190 of 306 ~ 62.09%
G 39 of 306 ~ 12.75%
B 77 of 306 ~ 25.16%

%62.09
%12.75
%25.16

CMYK color model

#BE274D color CMYK value is (0,79,59,25).

  • cyan value is 0.00%
  • magenta value is 79.47%
  • yellow value is 59.47%
  • key color value is 25.49%
CMYK:
(0,79,59,25)
C0M79Y59K25 
(0%,79%,59%,25%)
(0.00/0.79/0.59/0.25)	

CMYK percentages

%0
%79.47
%59.47
%25.49

Codes

Color #BE274D in popluar color models

BE274D
RGB1903977
HSL345°65.94%44.90%
HSB/HSV345°79.47%74.51%
CMYK0.00%79.47%59.47%
25.49%

Color #BE274D in popluar number systems.

HEXBE274D
Decimal1903977
Binary101111101001111001101
Octal27647115

Shades and tints

Shades of #BE274D

#BE274D
(190,39,77)
#AD2446
(173,36,70)
#9C213F
(156,33,63)
#8B1E38
(139,30,56)
#7A1B31
(122,27,49)
#69182A
(105,24,42)
#581523
(88,21,35)
#47121C
(71,18,28)
#360F15
(54,15,21)
#250C0E
(37,12,14)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #BE274D

#BE274D
(190,39,77)
#C33A5D
(195,58,93)
#C84D6D
(200,77,109)
#CD607D
(205,96,125)
#D2738D
(210,115,141)
#D7869D
(215,134,157)
#DC99AD
(220,153,173)
#E1ACBD
(225,172,189)
#E6BFCD
(230,191,205)
#EBD2DD
(235,210,221)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE274D color. Also use rgb(190,39,77) instead hex code.

Text Font Color

.myTextColor { color: #BE274D; }

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

This text font color is #BE274D.


Background Color

.myBgColor { background-color: #BE274D; }

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

This div background color is #BE274D.


Border color

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

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

This div border color is #BE274D.


Opacity

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

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

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

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

This text has shadow with #BE274D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE274D on black background.


Color preview on white background

This text has color #BE274D on white background.



Black color preview on #BE274D background

This text has black color on #BE274D background.


White color preview on #BE274D background

This text has white color on #BE274D background.