COLOR #BEA379

HEX: #BEA379
RGB: (190,163,121)

Renk bilgisi

#BEA379 contains mainly red and green colors. #BEA379 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#BEA379 color RGB value is (190,163,121).

  • kırmız ton 190;
  • yeşil ton 163;
  • mavi ton 121.
RGB:
(190,163,121)
(75%,64%,47%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 121 of 255 = 47%

190
163
121

R + G + B ~ 62%. #BEA379 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 121 = 474 (100%)
R 190 of 474 ~ 40.08%
G 163 of 474 ~ 34.39%
B 121 of 474 ~ 25.53%

%40.08
%34.39
%25.53

CMYK RENK MODELİ

#BEA379 rengi CMYK tonu (0,14,36,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 36.32%
  • ana renk tonu 25.49%
CMYK:
(0,14,36,25)
C0M14Y36K25 
(0%,14%,36%,25%)
(0.00/0.14/0.36/0.25)	

CMYK yüzdeleri

%0
%14.21
%36.32
%25.49

Codes

Color #BEA379 in popluar color models

BEA379
RGB190163121
HSL37°34.67%60.98%
HSB/HSV37°36.32%74.51%
CMYK0.00%14.21%36.32%
25.49%

Color #BEA379 in popluar number systems.

HEXBEA379
Decimal190163121
Binary10111110101000111111001
Octal276243171

Shades and tints

Shades of #BEA379

#BEA379
(190,163,121)
#AD956E
(173,149,110)
#9C8763
(156,135,99)
#8B7958
(139,121,88)
#7A6B4D
(122,107,77)
#695D42
(105,93,66)
#584F37
(88,79,55)
#47412C
(71,65,44)
#363321
(54,51,33)
#252516
(37,37,22)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #BEA379

#BEA379
(190,163,121)
#C3AB85
(195,171,133)
#C8B391
(200,179,145)
#CDBB9D
(205,187,157)
#D2C3A9
(210,195,169)
#D7CBB5
(215,203,181)
#DCD3C1
(220,211,193)
#E1DBCD
(225,219,205)
#E6E3D9
(230,227,217)
#EBEBE5
(235,235,229)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA379 color. Also use rgb(190,163,121) instead hex code.

Text Font Color

.myTextColor { color: #BEA379; }

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

This text font color is #BEA379.


Background Color

.myBgColor { background-color: #BEA379; }

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

This div background color is #BEA379.


Border color

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

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

This div border color is #BEA379.


Opacity

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

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

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

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

This text has shadow with #BEA379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA379 on black background.


Color preview on white background

This text has color #BEA379 on white background.



Black color preview on #BEA379 background

This text has black color on #BEA379 background.


White color preview on #BEA379 background

This text has white color on #BEA379 background.