COLOR #BE7D3C

HEX: #BE7D3C
RGB: (190,125,60)

Renk bilgisi

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

RGB renk modeli

#BE7D3C color RGB value is (190,125,60).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 125 of 255 = 49%
B 60 of 255 = 24%

190
125
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 125 + 60 = 375 (100%)
R 190 of 375 ~ 50.67%
G 125 of 375 ~ 33.33%
B 60 of 375 ~ 16%

%50.67
%33.33
%16

CMYK RENK MODELİ

#BE7D3C rengi CMYK tonu (0,34,68,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.21%
  • sarı tonu 68.42%
  • ana renk tonu 25.49%
CMYK:
(0,34,68,25)
C0M34Y68K25 
(0%,34%,68%,25%)
(0.00/0.34/0.68/0.25)	

CMYK yüzdeleri

%0
%34.21
%68.42
%25.49

Codes

Color #BE7D3C in popluar color models

BE7D3C
RGB19012560
HSL30°52.00%49.02%
HSB/HSV30°68.42%74.51%
CMYK0.00%34.21%68.42%
25.49%

Color #BE7D3C in popluar number systems.

HEXBE7D3C
Decimal19012560
Binary101111101111101111100
Octal27617574

Shades and tints

Shades of #BE7D3C

#BE7D3C
(190,125,60)
#AD7237
(173,114,55)
#9C6732
(156,103,50)
#8B5C2D
(139,92,45)
#7A5128
(122,81,40)
#694623
(105,70,35)
#583B1E
(88,59,30)
#473019
(71,48,25)
#362514
(54,37,20)
#251A0F
(37,26,15)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #BE7D3C

#BE7D3C
(190,125,60)
#C3884D
(195,136,77)
#C8935E
(200,147,94)
#CD9E6F
(205,158,111)
#D2A980
(210,169,128)
#D7B491
(215,180,145)
#DCBFA2
(220,191,162)
#E1CAB3
(225,202,179)
#E6D5C4
(230,213,196)
#EBE0D5
(235,224,213)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7D3C; }

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

This text font color is #BE7D3C.


Background Color

.myBgColor { background-color: #BE7D3C; }

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

This div background color is #BE7D3C.


Border color

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

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

This div border color is #BE7D3C.


Opacity

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

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

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

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

This text has shadow with #BE7D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7D3C on black background.


Color preview on white background

This text has color #BE7D3C on white background.



Black color preview on #BE7D3C background

This text has black color on #BE7D3C background.


White color preview on #BE7D3C background

This text has white color on #BE7D3C background.