COLOR #BEA196

HEX: #BEA196
RGB: (190,161,150)

Renk bilgisi

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

RGB renk modeli

#BEA196 color RGB value is (190,161,150).

  • kırmız ton 190;
  • yeşil ton 161;
  • mavi ton 150.
RGB:
(190,161,150)
(75%,63%,59%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 161 of 255 = 63%
B 150 of 255 = 59%

190
161
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 161 + 150 = 501 (100%)
R 190 of 501 ~ 37.92%
G 161 of 501 ~ 32.14%
B 150 of 501 ~ 29.94%

%37.92
%32.14
%29.94

CMYK RENK MODELİ

#BEA196 rengi CMYK tonu (0,15,21,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.26%
  • sarı tonu 21.05%
  • ana renk tonu 25.49%
CMYK:
(0,15,21,25)
C0M15Y21K25 
(0%,15%,21%,25%)
(0.00/0.15/0.21/0.25)	

CMYK yüzdeleri

%0
%15.26
%21.05
%25.49

Codes

Color #BEA196 in popluar color models

BEA196
RGB190161150
HSL17°23.53%66.67%
HSB/HSV17°21.05%74.51%
CMYK0.00%15.26%21.05%
25.49%

Color #BEA196 in popluar number systems.

HEXBEA196
Decimal190161150
Binary101111101010000110010110
Octal276241226

Shades and tints

Shades of #BEA196

#BEA196
(190,161,150)
#AD9389
(173,147,137)
#9C857C
(156,133,124)
#8B776F
(139,119,111)
#7A6962
(122,105,98)
#695B55
(105,91,85)
#584D48
(88,77,72)
#473F3B
(71,63,59)
#36312E
(54,49,46)
#252321
(37,35,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEA196

#BEA196
(190,161,150)
#C3A99F
(195,169,159)
#C8B1A8
(200,177,168)
#CDB9B1
(205,185,177)
#D2C1BA
(210,193,186)
#D7C9C3
(215,201,195)
#DCD1CC
(220,209,204)
#E1D9D5
(225,217,213)
#E6E1DE
(230,225,222)
#EBE9E7
(235,233,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA196 color. Also use rgb(190,161,150) instead hex code.

Text Font Color

.myTextColor { color: #BEA196; }

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

This text font color is #BEA196.


Background Color

.myBgColor { background-color: #BEA196; }

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

This div background color is #BEA196.


Border color

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

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

This div border color is #BEA196.


Opacity

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

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

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

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

This text has shadow with #BEA196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA196 on black background.


Color preview on white background

This text has color #BEA196 on white background.



Black color preview on #BEA196 background

This text has black color on #BEA196 background.


White color preview on #BEA196 background

This text has white color on #BEA196 background.