COLOR #BE472B

HEX: #BE472B
RGB: (190,71,43)

Renk bilgisi

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

RGB renk modeli

#BE472B color RGB value is (190,71,43).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 71 of 255 = 28%
B 43 of 255 = 17%

190
71
43

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 71 + 43 = 304 (100%)
R 190 of 304 ~ 62.5%
G 71 of 304 ~ 23.36%
B 43 of 304 ~ 14.14%

%62.5
%23.36
%14.14

CMYK RENK MODELİ

#BE472B rengi CMYK tonu (0,63,77,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.63%
  • sarı tonu 77.37%
  • ana renk tonu 25.49%
CMYK:
(0,63,77,25)
C0M63Y77K25 
(0%,63%,77%,25%)
(0.00/0.63/0.77/0.25)	

CMYK yüzdeleri

%0
%62.63
%77.37
%25.49

Codes

Color #BE472B in popluar color models

BE472B
RGB1907143
HSL11°63.09%45.69%
HSB/HSV11°77.37%74.51%
CMYK0.00%62.63%77.37%
25.49%

Color #BE472B in popluar number systems.

HEXBE472B
Decimal1907143
Binary101111101000111101011
Octal27610753

Shades and tints

Shades of #BE472B

#BE472B
(190,71,43)
#AD4128
(173,65,40)
#9C3B25
(156,59,37)
#8B3522
(139,53,34)
#7A2F1F
(122,47,31)
#69291C
(105,41,28)
#582319
(88,35,25)
#471D16
(71,29,22)
#361713
(54,23,19)
#251110
(37,17,16)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #BE472B

#BE472B
(190,71,43)
#C3573E
(195,87,62)
#C86751
(200,103,81)
#CD7764
(205,119,100)
#D28777
(210,135,119)
#D7978A
(215,151,138)
#DCA79D
(220,167,157)
#E1B7B0
(225,183,176)
#E6C7C3
(230,199,195)
#EBD7D6
(235,215,214)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE472B; }

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

This text font color is #BE472B.


Background Color

.myBgColor { background-color: #BE472B; }

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

This div background color is #BE472B.


Border color

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

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

This div border color is #BE472B.


Opacity

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

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

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

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

This text has shadow with #BE472B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE472B on black background.


Color preview on white background

This text has color #BE472B on white background.



Black color preview on #BE472B background

This text has black color on #BE472B background.


White color preview on #BE472B background

This text has white color on #BE472B background.