COLOR #BEA5A4

HEX: #BEA5A4
RGB: (190,165,164)

Renk bilgisi

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

RGB renk modeli

#BEA5A4 color RGB value is (190,165,164).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 164 of 255 = 64%

190
165
164

R + G + B ~ 68%. #BEA5A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 164 = 519 (100%)
R 190 of 519 ~ 36.61%
G 165 of 519 ~ 31.79%
B 164 of 519 ~ 31.6%

%36.61
%31.79
%31.6

CMYK RENK MODELİ

#BEA5A4 rengi CMYK tonu (0,13,14,25).

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

CMYK yüzdeleri

%0
%13.16
%13.68
%25.49

Codes

Color #BEA5A4 in popluar color models

BEA5A4
RGB190165164
HSL16.67%69.41%
HSB/HSV13.68%74.51%
CMYK0.00%13.16%13.68%
25.49%

Color #BEA5A4 in popluar number systems.

HEXBEA5A4
Decimal190165164
Binary101111101010010110100100
Octal276245244

Shades and tints

Shades of #BEA5A4

#BEA5A4
(190,165,164)
#AD9696
(173,150,150)
#9C8788
(156,135,136)
#8B787A
(139,120,122)
#7A696C
(122,105,108)
#695A5E
(105,90,94)
#584B50
(88,75,80)
#473C42
(71,60,66)
#362D34
(54,45,52)
#251E26
(37,30,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #BEA5A4

#BEA5A4
(190,165,164)
#C3ADAC
(195,173,172)
#C8B5B4
(200,181,180)
#CDBDBC
(205,189,188)
#D2C5C4
(210,197,196)
#D7CDCC
(215,205,204)
#DCD5D4
(220,213,212)
#E1DDDC
(225,221,220)
#E6E5E4
(230,229,228)
#EBEDEC
(235,237,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA5A4; }

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

This text font color is #BEA5A4.


Background Color

.myBgColor { background-color: #BEA5A4; }

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

This div background color is #BEA5A4.


Border color

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

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

This div border color is #BEA5A4.


Opacity

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

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

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

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

This text has shadow with #BEA5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5A4 on black background.


Color preview on white background

This text has color #BEA5A4 on white background.



Black color preview on #BEA5A4 background

This text has black color on #BEA5A4 background.


White color preview on #BEA5A4 background

This text has white color on #BEA5A4 background.