COLOR #BEA522

HEX: #BEA522
RGB: (190,165,34)

Renk bilgisi

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

RGB renk modeli

#BEA522 color RGB value is (190,165,34).

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

RGB bağlantıları ve doygunluk

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

190
165
34

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 34 = 389 (100%)
R 190 of 389 ~ 48.84%
G 165 of 389 ~ 42.42%
B 34 of 389 ~ 8.74%

%48.84
%42.42

CMYK RENK MODELİ

#BEA522 rengi CMYK tonu (0,13,82,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.16%
  • sarı tonu 82.11%
  • ana renk tonu 25.49%
CMYK:
(0,13,82,25)
C0M13Y82K25 
(0%,13%,82%,25%)
(0.00/0.13/0.82/0.25)	

CMYK yüzdeleri

%0
%13.16
%82.11
%25.49

Codes

Color #BEA522 in popluar color models

BEA522
RGB19016534
HSL50°69.64%43.92%
HSB/HSV50°82.11%74.51%
CMYK0.00%13.16%82.11%
25.49%

Color #BEA522 in popluar number systems.

HEXBEA522
Decimal19016534
Binary1011111010100101100010
Octal27624542

Shades and tints

Shades of #BEA522

#BEA522
(190,165,34)
#AD961F
(173,150,31)
#9C871C
(156,135,28)
#8B7819
(139,120,25)
#7A6916
(122,105,22)
#695A13
(105,90,19)
#584B10
(88,75,16)
#473C0D
(71,60,13)
#362D0A
(54,45,10)
#251E07
(37,30,7)
#140F04
(20,15,4)
#000000
(0,0,0)

Tints of #BEA522

#BEA522
(190,165,34)
#C3AD36
(195,173,54)
#C8B54A
(200,181,74)
#CDBD5E
(205,189,94)
#D2C572
(210,197,114)
#D7CD86
(215,205,134)
#DCD59A
(220,213,154)
#E1DDAE
(225,221,174)
#E6E5C2
(230,229,194)
#EBEDD6
(235,237,214)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA522; }

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

This text font color is #BEA522.


Background Color

.myBgColor { background-color: #BEA522; }

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

This div background color is #BEA522.


Border color

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

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

This div border color is #BEA522.


Opacity

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

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

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

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

This text has shadow with #BEA522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA522 on black background.


Color preview on white background

This text has color #BEA522 on white background.



Black color preview on #BEA522 background

This text has black color on #BEA522 background.


White color preview on #BEA522 background

This text has white color on #BEA522 background.