COLOR #BEA6A5

HEX: #BEA6A5
RGB: (190,166,165)

Renk bilgisi

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

RGB renk modeli

#BEA6A5 color RGB value is (190,166,165).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 166 of 255 = 65%
B 165 of 255 = 65%

190
166
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 165 = 521 (100%)
R 190 of 521 ~ 36.47%
G 166 of 521 ~ 31.86%
B 165 of 521 ~ 31.67%

%36.47
%31.86
%31.67

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%12.63
%13.16
%25.49

Codes

Color #BEA6A5 in popluar color models

BEA6A5
RGB190166165
HSL16.13%69.61%
HSB/HSV13.16%74.51%
CMYK0.00%12.63%13.16%
25.49%

Color #BEA6A5 in popluar number systems.

HEXBEA6A5
Decimal190166165
Binary101111101010011010100101
Octal276246245

Shades and tints

Shades of #BEA6A5

#BEA6A5
(190,166,165)
#AD9796
(173,151,150)
#9C8887
(156,136,135)
#8B7978
(139,121,120)
#7A6A69
(122,106,105)
#695B5A
(105,91,90)
#584C4B
(88,76,75)
#473D3C
(71,61,60)
#362E2D
(54,46,45)
#251F1E
(37,31,30)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #BEA6A5

#BEA6A5
(190,166,165)
#C3AEAD
(195,174,173)
#C8B6B5
(200,182,181)
#CDBEBD
(205,190,189)
#D2C6C5
(210,198,197)
#D7CECD
(215,206,205)
#DCD6D5
(220,214,213)
#E1DEDD
(225,222,221)
#E6E6E5
(230,230,229)
#EBEEED
(235,238,237)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6A5; }

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

This text font color is #BEA6A5.


Background Color

.myBgColor { background-color: #BEA6A5; }

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

This div background color is #BEA6A5.


Border color

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

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

This div border color is #BEA6A5.


Opacity

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

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

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

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

This text has shadow with #BEA6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6A5 on black background.


Color preview on white background

This text has color #BEA6A5 on white background.



Black color preview on #BEA6A5 background

This text has black color on #BEA6A5 background.


White color preview on #BEA6A5 background

This text has white color on #BEA6A5 background.