COLOR #BEA94D

HEX: #BEA94D
RGB: (190,169,77)

Renk bilgisi

#BEA94D contains mainly red and green colors. #BEA94D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#BEA94D color RGB value is (190,169,77).

  • kırmız ton 190;
  • yeşil ton 169;
  • mavi ton 77.
RGB:
(190,169,77)
(75%,66%,30%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 169 of 255 = 66%
B 77 of 255 = 30%

190
169
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 169 + 77 = 436 (100%)
R 190 of 436 ~ 43.58%
G 169 of 436 ~ 38.76%
B 77 of 436 ~ 17.66%

%43.58
%38.76
%17.66

CMYK RENK MODELİ

#BEA94D rengi CMYK tonu (0,11,59,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.05%
  • sarı tonu 59.47%
  • ana renk tonu 25.49%
CMYK:
(0,11,59,25)
C0M11Y59K25 
(0%,11%,59%,25%)
(0.00/0.11/0.59/0.25)	

CMYK yüzdeleri

%0
%11.05
%59.47
%25.49

Codes

Color #BEA94D in popluar color models

BEA94D
RGB19016977
HSL49°46.50%52.35%
HSB/HSV49°59.47%74.51%
CMYK0.00%11.05%59.47%
25.49%

Color #BEA94D in popluar number systems.

HEXBEA94D
Decimal19016977
Binary10111110101010011001101
Octal276251115

Shades and tints

Shades of #BEA94D

#BEA94D
(190,169,77)
#AD9A46
(173,154,70)
#9C8B3F
(156,139,63)
#8B7C38
(139,124,56)
#7A6D31
(122,109,49)
#695E2A
(105,94,42)
#584F23
(88,79,35)
#47401C
(71,64,28)
#363115
(54,49,21)
#25220E
(37,34,14)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #BEA94D

#BEA94D
(190,169,77)
#C3B05D
(195,176,93)
#C8B76D
(200,183,109)
#CDBE7D
(205,190,125)
#D2C58D
(210,197,141)
#D7CC9D
(215,204,157)
#DCD3AD
(220,211,173)
#E1DABD
(225,218,189)
#E6E1CD
(230,225,205)
#EBE8DD
(235,232,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA94D color. Also use rgb(190,169,77) instead hex code.

Text Font Color

.myTextColor { color: #BEA94D; }

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

This text font color is #BEA94D.


Background Color

.myBgColor { background-color: #BEA94D; }

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

This div background color is #BEA94D.


Border color

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

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

This div border color is #BEA94D.


Opacity

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

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

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

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

This text has shadow with #BEA94D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA94D on black background.


Color preview on white background

This text has color #BEA94D on white background.



Black color preview on #BEA94D background

This text has black color on #BEA94D background.


White color preview on #BEA94D background

This text has white color on #BEA94D background.