COLOR #BEA496

HEX: #BEA496
RGB: (190,164,150)

Renk bilgisi

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

RGB renk modeli

#BEA496 color RGB value is (190,164,150).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 164 of 255 = 64%
B 150 of 255 = 59%

190
164
150

R + G + B ~ 66%. #BEA496 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 164 + 150 = 504 (100%)
R 190 of 504 ~ 37.7%
G 164 of 504 ~ 32.54%
B 150 of 504 ~ 29.76%

%37.7
%32.54
%29.76

CMYK RENK MODELİ

#BEA496 rengi CMYK tonu (0,14,21,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.68%
  • sarı tonu 21.05%
  • ana renk tonu 25.49%
CMYK:
(0,14,21,25)
C0M14Y21K25 
(0%,14%,21%,25%)
(0.00/0.14/0.21/0.25)	

CMYK yüzdeleri

%0
%13.68
%21.05
%25.49

Codes

Color #BEA496 in popluar color models

BEA496
RGB190164150
HSL21°23.53%66.67%
HSB/HSV21°21.05%74.51%
CMYK0.00%13.68%21.05%
25.49%

Color #BEA496 in popluar number systems.

HEXBEA496
Decimal190164150
Binary101111101010010010010110
Octal276244226

Shades and tints

Shades of #BEA496

#BEA496
(190,164,150)
#AD9689
(173,150,137)
#9C887C
(156,136,124)
#8B7A6F
(139,122,111)
#7A6C62
(122,108,98)
#695E55
(105,94,85)
#585048
(88,80,72)
#47423B
(71,66,59)
#36342E
(54,52,46)
#252621
(37,38,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEA496

#BEA496
(190,164,150)
#C3AC9F
(195,172,159)
#C8B4A8
(200,180,168)
#CDBCB1
(205,188,177)
#D2C4BA
(210,196,186)
#D7CCC3
(215,204,195)
#DCD4CC
(220,212,204)
#E1DCD5
(225,220,213)
#E6E4DE
(230,228,222)
#EBECE7
(235,236,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA496; }

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

This text font color is #BEA496.


Background Color

.myBgColor { background-color: #BEA496; }

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

This div background color is #BEA496.


Border color

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

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

This div border color is #BEA496.


Opacity

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

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

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

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

This text has shadow with #BEA496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA496 on black background.


Color preview on white background

This text has color #BEA496 on white background.



Black color preview on #BEA496 background

This text has black color on #BEA496 background.


White color preview on #BEA496 background

This text has white color on #BEA496 background.