COLOR #BE603D

HEX: #BE603D
RGB: (190,96,61)

Renk bilgisi

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

RGB renk modeli

#BE603D color RGB value is (190,96,61).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 96 of 255 = 38%
B 61 of 255 = 24%

190
96
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 96 + 61 = 347 (100%)
R 190 of 347 ~ 54.76%
G 96 of 347 ~ 27.67%
B 61 of 347 ~ 17.58%

%54.76
%27.67
%17.58

CMYK RENK MODELİ

#BE603D rengi CMYK tonu (0,49,68,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.47%
  • sarı tonu 67.89%
  • ana renk tonu 25.49%
CMYK:
(0,49,68,25)
C0M49Y68K25 
(0%,49%,68%,25%)
(0.00/0.49/0.68/0.25)	

CMYK yüzdeleri

%0
%49.47
%67.89
%25.49

Codes

Color #BE603D in popluar color models

BE603D
RGB1909661
HSL16°51.39%49.22%
HSB/HSV16°67.89%74.51%
CMYK0.00%49.47%67.89%
25.49%

Color #BE603D in popluar number systems.

HEXBE603D
Decimal1909661
Binary101111101100000111101
Octal27614075

Shades and tints

Shades of #BE603D

#BE603D
(190,96,61)
#AD5838
(173,88,56)
#9C5033
(156,80,51)
#8B482E
(139,72,46)
#7A4029
(122,64,41)
#693824
(105,56,36)
#58301F
(88,48,31)
#47281A
(71,40,26)
#362015
(54,32,21)
#251810
(37,24,16)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #BE603D

#BE603D
(190,96,61)
#C36E4E
(195,110,78)
#C87C5F
(200,124,95)
#CD8A70
(205,138,112)
#D29881
(210,152,129)
#D7A692
(215,166,146)
#DCB4A3
(220,180,163)
#E1C2B4
(225,194,180)
#E6D0C5
(230,208,197)
#EBDED6
(235,222,214)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE603D; }

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

This text font color is #BE603D.


Background Color

.myBgColor { background-color: #BE603D; }

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

This div background color is #BE603D.


Border color

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

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

This div border color is #BE603D.


Opacity

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

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

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

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

This text has shadow with #BE603D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE603D on black background.


Color preview on white background

This text has color #BE603D on white background.



Black color preview on #BE603D background

This text has black color on #BE603D background.


White color preview on #BE603D background

This text has white color on #BE603D background.