COLOR #BEA895

HEX: #BEA895
RGB: (190,168,149)

Renk bilgisi

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

RGB renk modeli

#BEA895 color RGB value is (190,168,149).

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

RGB bağlantıları ve doygunluk

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

190
168
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 168 + 149 = 507 (100%)
R 190 of 507 ~ 37.48%
G 168 of 507 ~ 33.14%
B 149 of 507 ~ 29.39%

%37.48
%33.14
%29.39

CMYK RENK MODELİ

#BEA895 rengi CMYK tonu (0,12,22,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.58%
  • sarı tonu 21.58%
  • ana renk tonu 25.49%
CMYK:
(0,12,22,25)
C0M12Y22K25 
(0%,12%,22%,25%)
(0.00/0.12/0.22/0.25)	

CMYK yüzdeleri

%0
%11.58
%21.58
%25.49

Codes

Color #BEA895 in popluar color models

BEA895
RGB190168149
HSL28°23.98%66.47%
HSB/HSV28°21.58%74.51%
CMYK0.00%11.58%21.58%
25.49%

Color #BEA895 in popluar number systems.

HEXBEA895
Decimal190168149
Binary101111101010100010010101
Octal276250225

Shades and tints

Shades of #BEA895

#BEA895
(190,168,149)
#AD9988
(173,153,136)
#9C8A7B
(156,138,123)
#8B7B6E
(139,123,110)
#7A6C61
(122,108,97)
#695D54
(105,93,84)
#584E47
(88,78,71)
#473F3A
(71,63,58)
#36302D
(54,48,45)
#252120
(37,33,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEA895

#BEA895
(190,168,149)
#C3AF9E
(195,175,158)
#C8B6A7
(200,182,167)
#CDBDB0
(205,189,176)
#D2C4B9
(210,196,185)
#D7CBC2
(215,203,194)
#DCD2CB
(220,210,203)
#E1D9D4
(225,217,212)
#E6E0DD
(230,224,221)
#EBE7E6
(235,231,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA895; }

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

This text font color is #BEA895.


Background Color

.myBgColor { background-color: #BEA895; }

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

This div background color is #BEA895.


Border color

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

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

This div border color is #BEA895.


Opacity

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

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

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

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

This text has shadow with #BEA895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA895 on black background.


Color preview on white background

This text has color #BEA895 on white background.



Black color preview on #BEA895 background

This text has black color on #BEA895 background.


White color preview on #BEA895 background

This text has white color on #BEA895 background.