COLOR #BEA392

HEX: #BEA392
RGB: (190,163,146)

Renk bilgisi

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

RGB renk modeli

#BEA392 color RGB value is (190,163,146).

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

RGB bağlantıları ve doygunluk

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

190
163
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 146 = 499 (100%)
R 190 of 499 ~ 38.08%
G 163 of 499 ~ 32.67%
B 146 of 499 ~ 29.26%

%38.08
%32.67
%29.26

CMYK RENK MODELİ

#BEA392 rengi CMYK tonu (0,14,23,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 23.16%
  • ana renk tonu 25.49%
CMYK:
(0,14,23,25)
C0M14Y23K25 
(0%,14%,23%,25%)
(0.00/0.14/0.23/0.25)	

CMYK yüzdeleri

%0
%14.21
%23.16
%25.49

Codes

Color #BEA392 in popluar color models

BEA392
RGB190163146
HSL23°25.29%65.88%
HSB/HSV23°23.16%74.51%
CMYK0.00%14.21%23.16%
25.49%

Color #BEA392 in popluar number systems.

HEXBEA392
Decimal190163146
Binary101111101010001110010010
Octal276243222

Shades and tints

Shades of #BEA392

#BEA392
(190,163,146)
#AD9585
(173,149,133)
#9C8778
(156,135,120)
#8B796B
(139,121,107)
#7A6B5E
(122,107,94)
#695D51
(105,93,81)
#584F44
(88,79,68)
#474137
(71,65,55)
#36332A
(54,51,42)
#25251D
(37,37,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEA392

#BEA392
(190,163,146)
#C3AB9B
(195,171,155)
#C8B3A4
(200,179,164)
#CDBBAD
(205,187,173)
#D2C3B6
(210,195,182)
#D7CBBF
(215,203,191)
#DCD3C8
(220,211,200)
#E1DBD1
(225,219,209)
#E6E3DA
(230,227,218)
#EBEBE3
(235,235,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA392; }

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

This text font color is #BEA392.


Background Color

.myBgColor { background-color: #BEA392; }

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

This div background color is #BEA392.


Border color

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

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

This div border color is #BEA392.


Opacity

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

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

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

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

This text has shadow with #BEA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA392 on black background.


Color preview on white background

This text has color #BEA392 on white background.



Black color preview on #BEA392 background

This text has black color on #BEA392 background.


White color preview on #BEA392 background

This text has white color on #BEA392 background.