COLOR #BEA095

HEX: #BEA095
RGB: (190,160,149)

Renk bilgisi

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

RGB renk modeli

#BEA095 color RGB value is (190,160,149).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 160 of 255 = 63%
B 149 of 255 = 58%

190
160
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 160 + 149 = 499 (100%)
R 190 of 499 ~ 38.08%
G 160 of 499 ~ 32.06%
B 149 of 499 ~ 29.86%

%38.08
%32.06
%29.86

CMYK RENK MODELİ

#BEA095 rengi CMYK tonu (0,16,22,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.79%
  • sarı tonu 21.58%
  • ana renk tonu 25.49%
CMYK:
(0,16,22,25)
C0M16Y22K25 
(0%,16%,22%,25%)
(0.00/0.16/0.22/0.25)	

CMYK yüzdeleri

%0
%15.79
%21.58
%25.49

Codes

Color #BEA095 in popluar color models

BEA095
RGB190160149
HSL16°23.98%66.47%
HSB/HSV16°21.58%74.51%
CMYK0.00%15.79%21.58%
25.49%

Color #BEA095 in popluar number systems.

HEXBEA095
Decimal190160149
Binary101111101010000010010101
Octal276240225

Shades and tints

Shades of #BEA095

#BEA095
(190,160,149)
#AD9288
(173,146,136)
#9C847B
(156,132,123)
#8B766E
(139,118,110)
#7A6861
(122,104,97)
#695A54
(105,90,84)
#584C47
(88,76,71)
#473E3A
(71,62,58)
#36302D
(54,48,45)
#252220
(37,34,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEA095

#BEA095
(190,160,149)
#C3A89E
(195,168,158)
#C8B0A7
(200,176,167)
#CDB8B0
(205,184,176)
#D2C0B9
(210,192,185)
#D7C8C2
(215,200,194)
#DCD0CB
(220,208,203)
#E1D8D4
(225,216,212)
#E6E0DD
(230,224,221)
#EBE8E6
(235,232,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA095; }

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

This text font color is #BEA095.


Background Color

.myBgColor { background-color: #BEA095; }

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

This div background color is #BEA095.


Border color

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

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

This div border color is #BEA095.


Opacity

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

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

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

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

This text has shadow with #BEA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA095 on black background.


Color preview on white background

This text has color #BEA095 on white background.



Black color preview on #BEA095 background

This text has black color on #BEA095 background.


White color preview on #BEA095 background

This text has white color on #BEA095 background.