COLOR #BE5E63

HEX: #BE5E63
RGB: (190,94,99)

Renk bilgisi

#BE5E63 contains mainly red color. #BE5E63 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#BE5E63 color RGB value is (190,94,99).

  • kırmız ton 190;
  • yeşil ton 94;
  • mavi ton 99.
RGB:
(190,94,99)
(75%,37%,39%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 94 of 255 = 37%
B 99 of 255 = 39%

190
94
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 94 + 99 = 383 (100%)
R 190 of 383 ~ 49.61%
G 94 of 383 ~ 24.54%
B 99 of 383 ~ 25.85%

%49.61
%24.54
%25.85

CMYK RENK MODELİ

#BE5E63 rengi CMYK tonu (0,51,48,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.53%
  • sarı tonu 47.89%
  • ana renk tonu 25.49%
CMYK:
(0,51,48,25)
C0M51Y48K25 
(0%,51%,48%,25%)
(0.00/0.51/0.48/0.25)	

CMYK yüzdeleri

%0
%50.53
%47.89
%25.49

Codes

Color #BE5E63 in popluar color models

BE5E63
RGB1909499
HSL357°42.48%55.69%
HSB/HSV357°50.53%74.51%
CMYK0.00%50.53%47.89%
25.49%

Color #BE5E63 in popluar number systems.

HEXBE5E63
Decimal1909499
Binary1011111010111101100011
Octal276136143

Shades and tints

Shades of #BE5E63

#BE5E63
(190,94,99)
#AD565A
(173,86,90)
#9C4E51
(156,78,81)
#8B4648
(139,70,72)
#7A3E3F
(122,62,63)
#693636
(105,54,54)
#582E2D
(88,46,45)
#472624
(71,38,36)
#361E1B
(54,30,27)
#251612
(37,22,18)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #BE5E63

#BE5E63
(190,94,99)
#C36C71
(195,108,113)
#C87A7F
(200,122,127)
#CD888D
(205,136,141)
#D2969B
(210,150,155)
#D7A4A9
(215,164,169)
#DCB2B7
(220,178,183)
#E1C0C5
(225,192,197)
#E6CED3
(230,206,211)
#EBDCE1
(235,220,225)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5E63; }

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

This text font color is #BE5E63.


Background Color

.myBgColor { background-color: #BE5E63; }

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

This div background color is #BE5E63.


Border color

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

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

This div border color is #BE5E63.


Opacity

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

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

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

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

This text has shadow with #BE5E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5E63 on black background.


Color preview on white background

This text has color #BE5E63 on white background.



Black color preview on #BE5E63 background

This text has black color on #BE5E63 background.


White color preview on #BE5E63 background

This text has white color on #BE5E63 background.