COLOR #BEA893

HEX: #BEA893
RGB: (190,168,147)

Renk bilgisi

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

RGB renk modeli

#BEA893 color RGB value is (190,168,147).

  • kırmız ton 190;
  • yeşil ton 168;
  • mavi ton 147.
RGB:
(190,168,147)
(75%,66%,58%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 168 of 255 = 66%
B 147 of 255 = 58%

190
168
147

R + G + B ~ 66%. #BEA893 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 168 + 147 = 505 (100%)
R 190 of 505 ~ 37.62%
G 168 of 505 ~ 33.27%
B 147 of 505 ~ 29.11%

%37.62
%33.27
%29.11

CMYK RENK MODELİ

#BEA893 rengi CMYK tonu (0,12,23,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.58%
  • sarı tonu 22.63%
  • ana renk tonu 25.49%
CMYK:
(0,12,23,25)
C0M12Y23K25 
(0%,12%,23%,25%)
(0.00/0.12/0.23/0.25)	

CMYK yüzdeleri

%0
%11.58
%22.63
%25.49

Codes

Color #BEA893 in popluar color models

BEA893
RGB190168147
HSL29°24.86%66.08%
HSB/HSV29°22.63%74.51%
CMYK0.00%11.58%22.63%
25.49%

Color #BEA893 in popluar number systems.

HEXBEA893
Decimal190168147
Binary101111101010100010010011
Octal276250223

Shades and tints

Shades of #BEA893

#BEA893
(190,168,147)
#AD9986
(173,153,134)
#9C8A79
(156,138,121)
#8B7B6C
(139,123,108)
#7A6C5F
(122,108,95)
#695D52
(105,93,82)
#584E45
(88,78,69)
#473F38
(71,63,56)
#36302B
(54,48,43)
#25211E
(37,33,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BEA893

#BEA893
(190,168,147)
#C3AF9C
(195,175,156)
#C8B6A5
(200,182,165)
#CDBDAE
(205,189,174)
#D2C4B7
(210,196,183)
#D7CBC0
(215,203,192)
#DCD2C9
(220,210,201)
#E1D9D2
(225,217,210)
#E6E0DB
(230,224,219)
#EBE7E4
(235,231,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA893 color. Also use rgb(190,168,147) instead hex code.

Text Font Color

.myTextColor { color: #BEA893; }

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

This text font color is #BEA893.


Background Color

.myBgColor { background-color: #BEA893; }

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

This div background color is #BEA893.


Border color

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

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

This div border color is #BEA893.


Opacity

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

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

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

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

This text has shadow with #BEA893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA893 on black background.


Color preview on white background

This text has color #BEA893 on white background.



Black color preview on #BEA893 background

This text has black color on #BEA893 background.


White color preview on #BEA893 background

This text has white color on #BEA893 background.