COLOR #BE6319

HEX: #BE6319
RGB: (190,99,25)

Renk bilgisi

#BE6319 contains mainly red color. #BE6319 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#BE6319 color RGB value is (190,99,25).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 99 of 255 = 39%
B 25 of 255 = 10%

190
99
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 99 + 25 = 314 (100%)
R 190 of 314 ~ 60.51%
G 99 of 314 ~ 31.53%
B 25 of 314 ~ 7.96%

%60.51
%31.53

CMYK RENK MODELİ

#BE6319 rengi CMYK tonu (0,48,87,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.89%
  • sarı tonu 86.84%
  • ana renk tonu 25.49%
CMYK:
(0,48,87,25)
C0M48Y87K25 
(0%,48%,87%,25%)
(0.00/0.48/0.87/0.25)	

CMYK yüzdeleri

%0
%47.89
%86.84
%25.49

Codes

Color #BE6319 in popluar color models

BE6319
RGB1909925
HSL27°76.74%42.16%
HSB/HSV27°86.84%74.51%
CMYK0.00%47.89%86.84%
25.49%

Color #BE6319 in popluar number systems.

HEXBE6319
Decimal1909925
Binary10111110110001111001
Octal27614331

Shades and tints

Shades of #BE6319

#BE6319
(190,99,25)
#AD5A17
(173,90,23)
#9C5115
(156,81,21)
#8B4813
(139,72,19)
#7A3F11
(122,63,17)
#69360F
(105,54,15)
#582D0D
(88,45,13)
#47240B
(71,36,11)
#361B09
(54,27,9)
#251207
(37,18,7)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #BE6319

#BE6319
(190,99,25)
#C3712D
(195,113,45)
#C87F41
(200,127,65)
#CD8D55
(205,141,85)
#D29B69
(210,155,105)
#D7A97D
(215,169,125)
#DCB791
(220,183,145)
#E1C5A5
(225,197,165)
#E6D3B9
(230,211,185)
#EBE1CD
(235,225,205)
#F0EFE1
(240,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6319; }

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

This text font color is #BE6319.


Background Color

.myBgColor { background-color: #BE6319; }

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

This div background color is #BE6319.


Border color

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

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

This div border color is #BE6319.


Opacity

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

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

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

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

This text has shadow with #BE6319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6319 on black background.


Color preview on white background

This text has color #BE6319 on white background.



Black color preview on #BE6319 background

This text has black color on #BE6319 background.


White color preview on #BE6319 background

This text has white color on #BE6319 background.