COLOR #BE576B

HEX: #BE576B
RGB: (190,87,107)

Color info

#BE576B contains mainly red color. Web safe color of #BE576B is #CC6666 (or #C66).

RGB color model

#BE576B color RGB value is (190,87,107).

  • red value is 190;
  • green value is 87;
  • blue value is 107.
RGB:
(190,87,107)
(75%,34%,42%)

RGB channels and saturation

R 190 of 255 = 75%
G 87 of 255 = 34%
B 107 of 255 = 42%

190
87
107

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

Portions of RGB colors in percentages

R + G + B =
190 + 87 + 107 = 384 (100%)
R 190 of 384 ~ 49.48%
G 87 of 384 ~ 22.66%
B 107 of 384 ~ 27.86%

%49.48
%22.66
%27.86

CMYK color model

#BE576B color CMYK value is (0,54,44,25).

  • cyan value is 0.00%
  • magenta value is 54.21%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK:
(0,54,44,25)
C0M54Y44K25 
(0%,54%,44%,25%)
(0.00/0.54/0.44/0.25)	

CMYK percentages

%0
%54.21
%43.68
%25.49

Codes

Color #BE576B in popluar color models

BE576B
RGB19087107
HSL348°44.21%54.31%
HSB/HSV348°54.21%74.51%
CMYK0.00%54.21%43.68%
25.49%

Color #BE576B in popluar number systems.

HEXBE576B
Decimal19087107
Binary1011111010101111101011
Octal276127153

Shades and tints

Shades of #BE576B

#BE576B
(190,87,107)
#AD5062
(173,80,98)
#9C4959
(156,73,89)
#8B4250
(139,66,80)
#7A3B47
(122,59,71)
#69343E
(105,52,62)
#582D35
(88,45,53)
#47262C
(71,38,44)
#361F23
(54,31,35)
#25181A
(37,24,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE576B

#BE576B
(190,87,107)
#C36678
(195,102,120)
#C87585
(200,117,133)
#CD8492
(205,132,146)
#D2939F
(210,147,159)
#D7A2AC
(215,162,172)
#DCB1B9
(220,177,185)
#E1C0C6
(225,192,198)
#E6CFD3
(230,207,211)
#EBDEE0
(235,222,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE576B color. Also use rgb(190,87,107) instead hex code.

Text Font Color

.myTextColor { color: #BE576B; }

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

This text font color is #BE576B.


Background Color

.myBgColor { background-color: #BE576B; }

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

This div background color is #BE576B.


Border color

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

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

This div border color is #BE576B.


Opacity

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

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

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

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

This text has shadow with #BE576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE576B on black background.


Color preview on white background

This text has color #BE576B on white background.



Black color preview on #BE576B background

This text has black color on #BE576B background.


White color preview on #BE576B background

This text has white color on #BE576B background.