COLOR #BEA49F

HEX: #BEA49F
RGB: (190,164,159)

Renk bilgisi

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

RGB renk modeli

#BEA49F color RGB value is (190,164,159).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 164 of 255 = 64%
B 159 of 255 = 62%

190
164
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 164 + 159 = 513 (100%)
R 190 of 513 ~ 37.04%
G 164 of 513 ~ 31.97%
B 159 of 513 ~ 30.99%

%37.04
%31.97
%30.99

CMYK RENK MODELİ

#BEA49F rengi CMYK tonu (0,14,16,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.68%
  • sarı tonu 16.32%
  • ana renk tonu 25.49%
CMYK:
(0,14,16,25)
C0M14Y16K25 
(0%,14%,16%,25%)
(0.00/0.14/0.16/0.25)	

CMYK yüzdeleri

%0
%13.68
%16.32
%25.49

Codes

Color #BEA49F in popluar color models

BEA49F
RGB190164159
HSL10°19.25%68.43%
HSB/HSV10°16.32%74.51%
CMYK0.00%13.68%16.32%
25.49%

Color #BEA49F in popluar number systems.

HEXBEA49F
Decimal190164159
Binary101111101010010010011111
Octal276244237

Shades and tints

Shades of #BEA49F

#BEA49F
(190,164,159)
#AD9691
(173,150,145)
#9C8883
(156,136,131)
#8B7A75
(139,122,117)
#7A6C67
(122,108,103)
#695E59
(105,94,89)
#58504B
(88,80,75)
#47423D
(71,66,61)
#36342F
(54,52,47)
#252621
(37,38,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEA49F

#BEA49F
(190,164,159)
#C3ACA7
(195,172,167)
#C8B4AF
(200,180,175)
#CDBCB7
(205,188,183)
#D2C4BF
(210,196,191)
#D7CCC7
(215,204,199)
#DCD4CF
(220,212,207)
#E1DCD7
(225,220,215)
#E6E4DF
(230,228,223)
#EBECE7
(235,236,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA49F; }

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

This text font color is #BEA49F.


Background Color

.myBgColor { background-color: #BEA49F; }

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

This div background color is #BEA49F.


Border color

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

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

This div border color is #BEA49F.


Opacity

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

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

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

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

This text has shadow with #BEA49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA49F on black background.


Color preview on white background

This text has color #BEA49F on white background.



Black color preview on #BEA49F background

This text has black color on #BEA49F background.


White color preview on #BEA49F background

This text has white color on #BEA49F background.