COLOR #BE7D47

HEX: #BE7D47
RGB: (190,125,71)

Renk bilgisi

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

RGB renk modeli

#BE7D47 color RGB value is (190,125,71).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 125 of 255 = 49%
B 71 of 255 = 28%

190
125
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 125 + 71 = 386 (100%)
R 190 of 386 ~ 49.22%
G 125 of 386 ~ 32.38%
B 71 of 386 ~ 18.39%

%49.22
%32.38
%18.39

CMYK RENK MODELİ

#BE7D47 rengi CMYK tonu (0,34,63,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.21%
  • sarı tonu 62.63%
  • ana renk tonu 25.49%
CMYK:
(0,34,63,25)
C0M34Y63K25 
(0%,34%,63%,25%)
(0.00/0.34/0.63/0.25)	

CMYK yüzdeleri

%0
%34.21
%62.63
%25.49

Codes

Color #BE7D47 in popluar color models

BE7D47
RGB19012571
HSL27°47.79%51.18%
HSB/HSV27°62.63%74.51%
CMYK0.00%34.21%62.63%
25.49%

Color #BE7D47 in popluar number systems.

HEXBE7D47
Decimal19012571
Binary1011111011111011000111
Octal276175107

Shades and tints

Shades of #BE7D47

#BE7D47
(190,125,71)
#AD7241
(173,114,65)
#9C673B
(156,103,59)
#8B5C35
(139,92,53)
#7A512F
(122,81,47)
#694629
(105,70,41)
#583B23
(88,59,35)
#47301D
(71,48,29)
#362517
(54,37,23)
#251A11
(37,26,17)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #BE7D47

#BE7D47
(190,125,71)
#C38857
(195,136,87)
#C89367
(200,147,103)
#CD9E77
(205,158,119)
#D2A987
(210,169,135)
#D7B497
(215,180,151)
#DCBFA7
(220,191,167)
#E1CAB7
(225,202,183)
#E6D5C7
(230,213,199)
#EBE0D7
(235,224,215)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7D47; }

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

This text font color is #BE7D47.


Background Color

.myBgColor { background-color: #BE7D47; }

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

This div background color is #BE7D47.


Border color

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

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

This div border color is #BE7D47.


Opacity

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

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

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

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

This text has shadow with #BE7D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D47 on black background.


Color preview on white background

This text has color #BE7D47 on white background.



Black color preview on #BE7D47 background

This text has black color on #BE7D47 background.


White color preview on #BE7D47 background

This text has white color on #BE7D47 background.