COLOR #BE4D41

HEX: #BE4D41
RGB: (190,77,65)

Renk bilgisi

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

RGB renk modeli

#BE4D41 color RGB value is (190,77,65).

  • kırmız ton 190;
  • yeşil ton 77;
  • mavi ton 65.
RGB:
(190,77,65)
(75%,30%,25%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 77 of 255 = 30%
B 65 of 255 = 25%

190
77
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 77 + 65 = 332 (100%)
R 190 of 332 ~ 57.23%
G 77 of 332 ~ 23.19%
B 65 of 332 ~ 19.58%

%57.23
%23.19
%19.58

CMYK RENK MODELİ

#BE4D41 rengi CMYK tonu (0,59,66,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.47%
  • sarı tonu 65.79%
  • ana renk tonu 25.49%
CMYK:
(0,59,66,25)
C0M59Y66K25 
(0%,59%,66%,25%)
(0.00/0.59/0.66/0.25)	

CMYK yüzdeleri

%0
%59.47
%65.79
%25.49

Codes

Color #BE4D41 in popluar color models

BE4D41
RGB1907765
HSL49.02%50.00%
HSB/HSV65.79%74.51%
CMYK0.00%59.47%65.79%
25.49%

Color #BE4D41 in popluar number systems.

HEXBE4D41
Decimal1907765
Binary1011111010011011000001
Octal276115101

Shades and tints

Shades of #BE4D41

#BE4D41
(190,77,65)
#AD463C
(173,70,60)
#9C3F37
(156,63,55)
#8B3832
(139,56,50)
#7A312D
(122,49,45)
#692A28
(105,42,40)
#582323
(88,35,35)
#471C1E
(71,28,30)
#361519
(54,21,25)
#250E14
(37,14,20)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #BE4D41

#BE4D41
(190,77,65)
#C35D52
(195,93,82)
#C86D63
(200,109,99)
#CD7D74
(205,125,116)
#D28D85
(210,141,133)
#D79D96
(215,157,150)
#DCADA7
(220,173,167)
#E1BDB8
(225,189,184)
#E6CDC9
(230,205,201)
#EBDDDA
(235,221,218)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4D41 color. Also use rgb(190,77,65) instead hex code.

Text Font Color

.myTextColor { color: #BE4D41; }

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

This text font color is #BE4D41.


Background Color

.myBgColor { background-color: #BE4D41; }

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

This div background color is #BE4D41.


Border color

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

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

This div border color is #BE4D41.


Opacity

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

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

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

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

This text has shadow with #BE4D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4D41 on black background.


Color preview on white background

This text has color #BE4D41 on white background.



Black color preview on #BE4D41 background

This text has black color on #BE4D41 background.


White color preview on #BE4D41 background

This text has white color on #BE4D41 background.