COLOR #BEA390

HEX: #BEA390
RGB: (190,163,144)

Renk bilgisi

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

RGB renk modeli

#BEA390 color RGB value is (190,163,144).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 144 of 255 = 56%

190
163
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 144 = 497 (100%)
R 190 of 497 ~ 38.23%
G 163 of 497 ~ 32.8%
B 144 of 497 ~ 28.97%

%38.23
%32.8
%28.97

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 24.21%
  • 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
%24.21
%25.49

Codes

Color #BEA390 in popluar color models

BEA390
RGB190163144
HSL25°26.14%65.49%
HSB/HSV25°24.21%74.51%
CMYK0.00%14.21%24.21%
25.49%

Color #BEA390 in popluar number systems.

HEXBEA390
Decimal190163144
Binary101111101010001110010000
Octal276243220

Shades and tints

Shades of #BEA390

#BEA390
(190,163,144)
#AD9583
(173,149,131)
#9C8776
(156,135,118)
#8B7969
(139,121,105)
#7A6B5C
(122,107,92)
#695D4F
(105,93,79)
#584F42
(88,79,66)
#474135
(71,65,53)
#363328
(54,51,40)
#25251B
(37,37,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BEA390

#BEA390
(190,163,144)
#C3AB9A
(195,171,154)
#C8B3A4
(200,179,164)
#CDBBAE
(205,187,174)
#D2C3B8
(210,195,184)
#D7CBC2
(215,203,194)
#DCD3CC
(220,211,204)
#E1DBD6
(225,219,214)
#E6E3E0
(230,227,224)
#EBEBEA
(235,235,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA390; }

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

This text font color is #BEA390.


Background Color

.myBgColor { background-color: #BEA390; }

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

This div background color is #BEA390.


Border color

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

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

This div border color is #BEA390.


Opacity

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

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

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

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

This text has shadow with #BEA390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA390 on black background.


Color preview on white background

This text has color #BEA390 on white background.



Black color preview on #BEA390 background

This text has black color on #BEA390 background.


White color preview on #BEA390 background

This text has white color on #BEA390 background.