COLOR #BE5827

HEX: #BE5827
RGB: (190,88,39)

Renk bilgisi

#BE5827 contains mainly red color. #BE5827 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#BE5827 color RGB value is (190,88,39).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 88 of 255 = 35%
B 39 of 255 = 15%

190
88
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 88 + 39 = 317 (100%)
R 190 of 317 ~ 59.94%
G 88 of 317 ~ 27.76%
B 39 of 317 ~ 12.3%

%59.94
%27.76
%12.3

CMYK RENK MODELİ

#BE5827 rengi CMYK tonu (0,54,79,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.68%
  • sarı tonu 79.47%
  • ana renk tonu 25.49%
CMYK:
(0,54,79,25)
C0M54Y79K25 
(0%,54%,79%,25%)
(0.00/0.54/0.79/0.25)	

CMYK yüzdeleri

%0
%53.68
%79.47
%25.49

Codes

Color #BE5827 in popluar color models

BE5827
RGB1908839
HSL19°65.94%44.90%
HSB/HSV19°79.47%74.51%
CMYK0.00%53.68%79.47%
25.49%

Color #BE5827 in popluar number systems.

HEXBE5827
Decimal1908839
Binary101111101011000100111
Octal27613047

Shades and tints

Shades of #BE5827

#BE5827
(190,88,39)
#AD5024
(173,80,36)
#9C4821
(156,72,33)
#8B401E
(139,64,30)
#7A381B
(122,56,27)
#693018
(105,48,24)
#582815
(88,40,21)
#472012
(71,32,18)
#36180F
(54,24,15)
#25100C
(37,16,12)
#140809
(20,8,9)
#000000
(0,0,0)

Tints of #BE5827

#BE5827
(190,88,39)
#C3673A
(195,103,58)
#C8764D
(200,118,77)
#CD8560
(205,133,96)
#D29473
(210,148,115)
#D7A386
(215,163,134)
#DCB299
(220,178,153)
#E1C1AC
(225,193,172)
#E6D0BF
(230,208,191)
#EBDFD2
(235,223,210)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5827; }

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

This text font color is #BE5827.


Background Color

.myBgColor { background-color: #BE5827; }

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

This div background color is #BE5827.


Border color

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

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

This div border color is #BE5827.


Opacity

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

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

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

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

This text has shadow with #BE5827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5827 on black background.


Color preview on white background

This text has color #BE5827 on white background.



Black color preview on #BE5827 background

This text has black color on #BE5827 background.


White color preview on #BE5827 background

This text has white color on #BE5827 background.