COLOR #BE4727

HEX: #BE4727
RGB: (190,71,39)

Renk bilgisi

#BE4727 contains mainly red color. #BE4727 ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#BE4727 color RGB value is (190,71,39).

  • kırmız ton 190;
  • yeşil ton 71;
  • mavi ton 39.
RGB:
(190,71,39)
(75%,28%,15%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 71 of 255 = 28%
B 39 of 255 = 15%

190
71
39

R + G + B ~ 39%. #BE4727 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 71 + 39 = 300 (100%)
R 190 of 300 ~ 63.33%
G 71 of 300 ~ 23.67%
B 39 of 300 ~ 13%

%63.33
%23.67
%13

CMYK RENK MODELİ

#BE4727 rengi CMYK tonu (0,63,79,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.63%
  • sarı tonu 79.47%
  • ana renk tonu 25.49%
CMYK:
(0,63,79,25)
C0M63Y79K25 
(0%,63%,79%,25%)
(0.00/0.63/0.79/0.25)	

CMYK yüzdeleri

%0
%62.63
%79.47
%25.49

Codes

Color #BE4727 in popluar color models

BE4727
RGB1907139
HSL13°65.94%44.90%
HSB/HSV13°79.47%74.51%
CMYK0.00%62.63%79.47%
25.49%

Color #BE4727 in popluar number systems.

HEXBE4727
Decimal1907139
Binary101111101000111100111
Octal27610747

Shades and tints

Shades of #BE4727

#BE4727
(190,71,39)
#AD4124
(173,65,36)
#9C3B21
(156,59,33)
#8B351E
(139,53,30)
#7A2F1B
(122,47,27)
#692918
(105,41,24)
#582315
(88,35,21)
#471D12
(71,29,18)
#36170F
(54,23,15)
#25110C
(37,17,12)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #BE4727

#BE4727
(190,71,39)
#C3573A
(195,87,58)
#C8674D
(200,103,77)
#CD7760
(205,119,96)
#D28773
(210,135,115)
#D79786
(215,151,134)
#DCA799
(220,167,153)
#E1B7AC
(225,183,172)
#E6C7BF
(230,199,191)
#EBD7D2
(235,215,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE4727; }

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

This text font color is #BE4727.


Background Color

.myBgColor { background-color: #BE4727; }

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

This div background color is #BE4727.


Border color

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

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

This div border color is #BE4727.


Opacity

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

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

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

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

This text has shadow with #BE4727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4727 on black background.


Color preview on white background

This text has color #BE4727 on white background.



Black color preview on #BE4727 background

This text has black color on #BE4727 background.


White color preview on #BE4727 background

This text has white color on #BE4727 background.