COLOR #BE5B63

HEX: #BE5B63
RGB: (190,91,99)

Color info

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

RGB color model

#BE5B63 color RGB value is (190,91,99).

  • red value is 190;
  • green value is 91;
  • blue value is 99.
RGB:
(190,91,99)
(75%,36%,39%)

RGB channels and saturation

R 190 of 255 = 75%
G 91 of 255 = 36%
B 99 of 255 = 39%

190
91
99

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

Portions of RGB colors in percentages

R + G + B =
190 + 91 + 99 = 380 (100%)
R 190 of 380 ~ 50%
G 91 of 380 ~ 23.95%
B 99 of 380 ~ 26.05%

%50
%23.95
%26.05

CMYK color model

#BE5B63 color CMYK value is (0,52,48,25).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(0,52,48,25)
C0M52Y48K25 
(0%,52%,48%,25%)
(0.00/0.52/0.48/0.25)	

CMYK percentages

%0
%52.11
%47.89
%25.49

Codes

Color #BE5B63 in popluar color models

BE5B63
RGB1909199
HSL355°43.23%55.10%
HSB/HSV355°52.11%74.51%
CMYK0.00%52.11%47.89%
25.49%

Color #BE5B63 in popluar number systems.

HEXBE5B63
Decimal1909199
Binary1011111010110111100011
Octal276133143

Shades and tints

Shades of #BE5B63

#BE5B63
(190,91,99)
#AD535A
(173,83,90)
#9C4B51
(156,75,81)
#8B4348
(139,67,72)
#7A3B3F
(122,59,63)
#693336
(105,51,54)
#582B2D
(88,43,45)
#472324
(71,35,36)
#361B1B
(54,27,27)
#251312
(37,19,18)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #BE5B63

#BE5B63
(190,91,99)
#C36971
(195,105,113)
#C8777F
(200,119,127)
#CD858D
(205,133,141)
#D2939B
(210,147,155)
#D7A1A9
(215,161,169)
#DCAFB7
(220,175,183)
#E1BDC5
(225,189,197)
#E6CBD3
(230,203,211)
#EBD9E1
(235,217,225)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5B63 color. Also use rgb(190,91,99) instead hex code.

Text Font Color

.myTextColor { color: #BE5B63; }

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

This text font color is #BE5B63.


Background Color

.myBgColor { background-color: #BE5B63; }

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

This div background color is #BE5B63.


Border color

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

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

This div border color is #BE5B63.


Opacity

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

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

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

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

This text has shadow with #BE5B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5B63 on black background.


Color preview on white background

This text has color #BE5B63 on white background.



Black color preview on #BE5B63 background

This text has black color on #BE5B63 background.


White color preview on #BE5B63 background

This text has white color on #BE5B63 background.