COLOR #BEA391

HEX: #BEA391
RGB: (190,163,145)

Renk bilgisi

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

RGB renk modeli

#BEA391 color RGB value is (190,163,145).

  • kırmız ton 190;
  • yeşil ton 163;
  • mavi ton 145.
RGB:
(190,163,145)
(75%,64%,57%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 145 of 255 = 57%

190
163
145

R + G + B ~ 65%. #BEA391 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 145 = 498 (100%)
R 190 of 498 ~ 38.15%
G 163 of 498 ~ 32.73%
B 145 of 498 ~ 29.12%

%38.15
%32.73
%29.12

CMYK RENK MODELİ

#BEA391 rengi CMYK tonu (0,14,24,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 23.68%
  • ana renk tonu 25.49%
CMYK:
(0,14,24,25)
C0M14Y24K25 
(0%,14%,24%,25%)
(0.00/0.14/0.24/0.25)	

CMYK yüzdeleri

%0
%14.21
%23.68
%25.49

Codes

Color #BEA391 in popluar color models

BEA391
RGB190163145
HSL24°25.71%65.69%
HSB/HSV24°23.68%74.51%
CMYK0.00%14.21%23.68%
25.49%

Color #BEA391 in popluar number systems.

HEXBEA391
Decimal190163145
Binary101111101010001110010001
Octal276243221

Shades and tints

Shades of #BEA391

#BEA391
(190,163,145)
#AD9584
(173,149,132)
#9C8777
(156,135,119)
#8B796A
(139,121,106)
#7A6B5D
(122,107,93)
#695D50
(105,93,80)
#584F43
(88,79,67)
#474136
(71,65,54)
#363329
(54,51,41)
#25251C
(37,37,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEA391

#BEA391
(190,163,145)
#C3AB9B
(195,171,155)
#C8B3A5
(200,179,165)
#CDBBAF
(205,187,175)
#D2C3B9
(210,195,185)
#D7CBC3
(215,203,195)
#DCD3CD
(220,211,205)
#E1DBD7
(225,219,215)
#E6E3E1
(230,227,225)
#EBEBEB
(235,235,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA391 color. Also use rgb(190,163,145) instead hex code.

Text Font Color

.myTextColor { color: #BEA391; }

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

This text font color is #BEA391.


Background Color

.myBgColor { background-color: #BEA391; }

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

This div background color is #BEA391.


Border color

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

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

This div border color is #BEA391.


Opacity

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

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

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

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

This text has shadow with #BEA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA391 on black background.


Color preview on white background

This text has color #BEA391 on white background.



Black color preview on #BEA391 background

This text has black color on #BEA391 background.


White color preview on #BEA391 background

This text has white color on #BEA391 background.