COLOR #BEAF5D

HEX: #BEAF5D
RGB: (190,175,93)

Renk bilgisi

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

RGB renk modeli

#BEAF5D color RGB value is (190,175,93).

  • kırmız ton 190;
  • yeşil ton 175;
  • mavi ton 93.
RGB:
(190,175,93)
(75%,69%,36%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 175 of 255 = 69%
B 93 of 255 = 36%

190
175
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 175 + 93 = 458 (100%)
R 190 of 458 ~ 41.48%
G 175 of 458 ~ 38.21%
B 93 of 458 ~ 20.31%

%41.48
%38.21
%20.31

CMYK RENK MODELİ

#BEAF5D rengi CMYK tonu (0,8,51,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.89%
  • sarı tonu 51.05%
  • ana renk tonu 25.49%
CMYK:
(0,8,51,25)
C0M8Y51K25 
(0%,8%,51%,25%)
(0.00/0.08/0.51/0.25)	

CMYK yüzdeleri

%0
%7.89
%51.05
%25.49

Codes

Color #BEAF5D in popluar color models

BEAF5D
RGB19017593
HSL51°42.73%55.49%
HSB/HSV51°51.05%74.51%
CMYK0.00%7.89%51.05%
25.49%

Color #BEAF5D in popluar number systems.

HEXBEAF5D
Decimal19017593
Binary10111110101011111011101
Octal276257135

Shades and tints

Shades of #BEAF5D

#BEAF5D
(190,175,93)
#ADA055
(173,160,85)
#9C914D
(156,145,77)
#8B8245
(139,130,69)
#7A733D
(122,115,61)
#696435
(105,100,53)
#58552D
(88,85,45)
#474625
(71,70,37)
#36371D
(54,55,29)
#252815
(37,40,21)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #BEAF5D

#BEAF5D
(190,175,93)
#C3B66B
(195,182,107)
#C8BD79
(200,189,121)
#CDC487
(205,196,135)
#D2CB95
(210,203,149)
#D7D2A3
(215,210,163)
#DCD9B1
(220,217,177)
#E1E0BF
(225,224,191)
#E6E7CD
(230,231,205)
#EBEEDB
(235,238,219)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAF5D color. Also use rgb(190,175,93) instead hex code.

Text Font Color

.myTextColor { color: #BEAF5D; }

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

This text font color is #BEAF5D.


Background Color

.myBgColor { background-color: #BEAF5D; }

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

This div background color is #BEAF5D.


Border color

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

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

This div border color is #BEAF5D.


Opacity

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

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

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

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

This text has shadow with #BEAF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAF5D on black background.


Color preview on white background

This text has color #BEAF5D on white background.



Black color preview on #BEAF5D background

This text has black color on #BEAF5D background.


White color preview on #BEAF5D background

This text has white color on #BEAF5D background.