COLOR #BEA59F

HEX: #BEA59F
RGB: (190,165,159)

Renk bilgisi

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

RGB renk modeli

#BEA59F color RGB value is (190,165,159).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 159 of 255 = 62%

190
165
159

R + G + B ~ 67%. #BEA59F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 159 = 514 (100%)
R 190 of 514 ~ 36.96%
G 165 of 514 ~ 32.1%
B 159 of 514 ~ 30.93%

%36.96
%32.1
%30.93

CMYK RENK MODELİ

#BEA59F rengi CMYK tonu (0,13,16,25).

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

CMYK yüzdeleri

%0
%13.16
%16.32
%25.49

Codes

Color #BEA59F in popluar color models

BEA59F
RGB190165159
HSL12°19.25%68.43%
HSB/HSV12°16.32%74.51%
CMYK0.00%13.16%16.32%
25.49%

Color #BEA59F in popluar number systems.

HEXBEA59F
Decimal190165159
Binary101111101010010110011111
Octal276245237

Shades and tints

Shades of #BEA59F

#BEA59F
(190,165,159)
#AD9691
(173,150,145)
#9C8783
(156,135,131)
#8B7875
(139,120,117)
#7A6967
(122,105,103)
#695A59
(105,90,89)
#584B4B
(88,75,75)
#473C3D
(71,60,61)
#362D2F
(54,45,47)
#251E21
(37,30,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #BEA59F

#BEA59F
(190,165,159)
#C3ADA7
(195,173,167)
#C8B5AF
(200,181,175)
#CDBDB7
(205,189,183)
#D2C5BF
(210,197,191)
#D7CDC7
(215,205,199)
#DCD5CF
(220,213,207)
#E1DDD7
(225,221,215)
#E6E5DF
(230,229,223)
#EBEDE7
(235,237,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA59F; }

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

This text font color is #BEA59F.


Background Color

.myBgColor { background-color: #BEA59F; }

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

This div background color is #BEA59F.


Border color

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

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

This div border color is #BEA59F.


Opacity

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

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

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

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

This text has shadow with #BEA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA59F on black background.


Color preview on white background

This text has color #BEA59F on white background.



Black color preview on #BEA59F background

This text has black color on #BEA59F background.


White color preview on #BEA59F background

This text has white color on #BEA59F background.