COLOR #BE5A6C

HEX: #BE5A6C
RGB: (190,90,108)

Color info

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

RGB color model

#BE5A6C color RGB value is (190,90,108).

  • red value is 190;
  • green value is 90;
  • blue value is 108.
RGB:
(190,90,108)
(75%,35%,42%)

RGB channels and saturation

R 190 of 255 = 75%
G 90 of 255 = 35%
B 108 of 255 = 42%

190
90
108

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

Portions of RGB colors in percentages

R + G + B =
190 + 90 + 108 = 388 (100%)
R 190 of 388 ~ 48.97%
G 90 of 388 ~ 23.2%
B 108 of 388 ~ 27.84%

%48.97
%23.2
%27.84

CMYK color model

#BE5A6C color CMYK value is (0,53,43,25).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 43.16%
  • key color value is 25.49%
CMYK:
(0,53,43,25)
C0M53Y43K25 
(0%,53%,43%,25%)
(0.00/0.53/0.43/0.25)	

CMYK percentages

%0
%52.63
%43.16
%25.49

Codes

Color #BE5A6C in popluar color models

BE5A6C
RGB19090108
HSL349°43.48%54.90%
HSB/HSV349°52.63%74.51%
CMYK0.00%52.63%43.16%
25.49%

Color #BE5A6C in popluar number systems.

HEXBE5A6C
Decimal19090108
Binary1011111010110101101100
Octal276132154

Shades and tints

Shades of #BE5A6C

#BE5A6C
(190,90,108)
#AD5263
(173,82,99)
#9C4A5A
(156,74,90)
#8B4251
(139,66,81)
#7A3A48
(122,58,72)
#69323F
(105,50,63)
#582A36
(88,42,54)
#47222D
(71,34,45)
#361A24
(54,26,36)
#25121B
(37,18,27)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #BE5A6C

#BE5A6C
(190,90,108)
#C36979
(195,105,121)
#C87886
(200,120,134)
#CD8793
(205,135,147)
#D296A0
(210,150,160)
#D7A5AD
(215,165,173)
#DCB4BA
(220,180,186)
#E1C3C7
(225,195,199)
#E6D2D4
(230,210,212)
#EBE1E1
(235,225,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5A6C color. Also use rgb(190,90,108) instead hex code.

Text Font Color

.myTextColor { color: #BE5A6C; }

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

This text font color is #BE5A6C.


Background Color

.myBgColor { background-color: #BE5A6C; }

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

This div background color is #BE5A6C.


Border color

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

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

This div border color is #BE5A6C.


Opacity

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

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

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

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

This text has shadow with #BE5A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5A6C on black background.


Color preview on white background

This text has color #BE5A6C on white background.



Black color preview on #BE5A6C background

This text has black color on #BE5A6C background.


White color preview on #BE5A6C background

This text has white color on #BE5A6C background.