COLOR #BE601D

HEX: #BE601D
RGB: (190,96,29)

Renk bilgisi

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

RGB renk modeli

#BE601D color RGB value is (190,96,29).

  • kırmız ton 190;
  • yeşil ton 96;
  • mavi ton 29.
RGB:
(190,96,29)
(75%,38%,11%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 96 of 255 = 38%
B 29 of 255 = 11%

190
96
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 96 + 29 = 315 (100%)
R 190 of 315 ~ 60.32%
G 96 of 315 ~ 30.48%
B 29 of 315 ~ 9.21%

%60.32
%30.48

CMYK RENK MODELİ

#BE601D rengi CMYK tonu (0,49,85,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.47%
  • sarı tonu 84.74%
  • ana renk tonu 25.49%
CMYK:
(0,49,85,25)
C0M49Y85K25 
(0%,49%,85%,25%)
(0.00/0.49/0.85/0.25)	

CMYK yüzdeleri

%0
%49.47
%84.74
%25.49

Codes

Color #BE601D in popluar color models

BE601D
RGB1909629
HSL25°73.52%42.94%
HSB/HSV25°84.74%74.51%
CMYK0.00%49.47%84.74%
25.49%

Color #BE601D in popluar number systems.

HEXBE601D
Decimal1909629
Binary10111110110000011101
Octal27614035

Shades and tints

Shades of #BE601D

#BE601D
(190,96,29)
#AD581B
(173,88,27)
#9C5019
(156,80,25)
#8B4817
(139,72,23)
#7A4015
(122,64,21)
#693813
(105,56,19)
#583011
(88,48,17)
#47280F
(71,40,15)
#36200D
(54,32,13)
#25180B
(37,24,11)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #BE601D

#BE601D
(190,96,29)
#C36E31
(195,110,49)
#C87C45
(200,124,69)
#CD8A59
(205,138,89)
#D2986D
(210,152,109)
#D7A681
(215,166,129)
#DCB495
(220,180,149)
#E1C2A9
(225,194,169)
#E6D0BD
(230,208,189)
#EBDED1
(235,222,209)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE601D color. Also use rgb(190,96,29) instead hex code.

Text Font Color

.myTextColor { color: #BE601D; }

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

This text font color is #BE601D.


Background Color

.myBgColor { background-color: #BE601D; }

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

This div background color is #BE601D.


Border color

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

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

This div border color is #BE601D.


Opacity

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

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

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

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

This text has shadow with #BE601D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE601D on black background.


Color preview on white background

This text has color #BE601D on white background.



Black color preview on #BE601D background

This text has black color on #BE601D background.


White color preview on #BE601D background

This text has white color on #BE601D background.