COLOR #BEA58F

HEX: #BEA58F
RGB: (190,165,143)

Renk bilgisi

#BEA58F contains red, green and blue colors in about the same proportion. #BEA58F ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#BEA58F color RGB value is (190,165,143).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 143 of 255 = 56%

190
165
143

R + G + B ~ 65%. #BEA58F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 143 = 498 (100%)
R 190 of 498 ~ 38.15%
G 165 of 498 ~ 33.13%
B 143 of 498 ~ 28.71%

%38.15
%33.13
%28.71

CMYK RENK MODELİ

#BEA58F rengi CMYK tonu (0,13,25,25).

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

CMYK yüzdeleri

%0
%13.16
%24.74
%25.49

Codes

Color #BEA58F in popluar color models

BEA58F
RGB190165143
HSL28°26.55%65.29%
HSB/HSV28°24.74%74.51%
CMYK0.00%13.16%24.74%
25.49%

Color #BEA58F in popluar number systems.

HEXBEA58F
Decimal190165143
Binary101111101010010110001111
Octal276245217

Shades and tints

Shades of #BEA58F

#BEA58F
(190,165,143)
#AD9682
(173,150,130)
#9C8775
(156,135,117)
#8B7868
(139,120,104)
#7A695B
(122,105,91)
#695A4E
(105,90,78)
#584B41
(88,75,65)
#473C34
(71,60,52)
#362D27
(54,45,39)
#251E1A
(37,30,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #BEA58F

#BEA58F
(190,165,143)
#C3AD99
(195,173,153)
#C8B5A3
(200,181,163)
#CDBDAD
(205,189,173)
#D2C5B7
(210,197,183)
#D7CDC1
(215,205,193)
#DCD5CB
(220,213,203)
#E1DDD5
(225,221,213)
#E6E5DF
(230,229,223)
#EBEDE9
(235,237,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA58F; }

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

This text font color is #BEA58F.


Background Color

.myBgColor { background-color: #BEA58F; }

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

This div background color is #BEA58F.


Border color

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

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

This div border color is #BEA58F.


Opacity

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

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

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

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

This text has shadow with #BEA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA58F on black background.


Color preview on white background

This text has color #BEA58F on white background.



Black color preview on #BEA58F background

This text has black color on #BEA58F background.


White color preview on #BEA58F background

This text has white color on #BEA58F background.