COLOR #BEA520

HEX: #BEA520
RGB: (190,165,32)

Renk bilgisi

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

RGB renk modeli

#BEA520 color RGB value is (190,165,32).

  • kırmız ton 190;
  • yeşil ton 165;
  • mavi ton 32.
RGB:
(190,165,32)
(75%,65%,13%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 32 of 255 = 13%

190
165
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 32 = 387 (100%)
R 190 of 387 ~ 49.1%
G 165 of 387 ~ 42.64%
B 32 of 387 ~ 8.27%

%49.1
%42.64

CMYK RENK MODELİ

#BEA520 rengi CMYK tonu (0,13,83,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.16%
  • sarı tonu 83.16%
  • ana renk tonu 25.49%
CMYK:
(0,13,83,25)
C0M13Y83K25 
(0%,13%,83%,25%)
(0.00/0.13/0.83/0.25)	

CMYK yüzdeleri

%0
%13.16
%83.16
%25.49

Codes

Color #BEA520 in popluar color models

BEA520
RGB19016532
HSL51°71.17%43.53%
HSB/HSV51°83.16%74.51%
CMYK0.00%13.16%83.16%
25.49%

Color #BEA520 in popluar number systems.

HEXBEA520
Decimal19016532
Binary1011111010100101100000
Octal27624540

Shades and tints

Shades of #BEA520

#BEA520
(190,165,32)
#AD961E
(173,150,30)
#9C871C
(156,135,28)
#8B781A
(139,120,26)
#7A6918
(122,105,24)
#695A16
(105,90,22)
#584B14
(88,75,20)
#473C12
(71,60,18)
#362D10
(54,45,16)
#251E0E
(37,30,14)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #BEA520

#BEA520
(190,165,32)
#C3AD34
(195,173,52)
#C8B548
(200,181,72)
#CDBD5C
(205,189,92)
#D2C570
(210,197,112)
#D7CD84
(215,205,132)
#DCD598
(220,213,152)
#E1DDAC
(225,221,172)
#E6E5C0
(230,229,192)
#EBEDD4
(235,237,212)
#F0F5E8
(240,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA520 color. Also use rgb(190,165,32) instead hex code.

Text Font Color

.myTextColor { color: #BEA520; }

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

This text font color is #BEA520.


Background Color

.myBgColor { background-color: #BEA520; }

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

This div background color is #BEA520.


Border color

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

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

This div border color is #BEA520.


Opacity

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

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

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

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

This text has shadow with #BEA520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA520 on black background.


Color preview on white background

This text has color #BEA520 on white background.



Black color preview on #BEA520 background

This text has black color on #BEA520 background.


White color preview on #BEA520 background

This text has white color on #BEA520 background.