COLOR #BEA188

HEX: #BEA188
RGB: (190,161,136)

Renk bilgisi

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

RGB renk modeli

#BEA188 color RGB value is (190,161,136).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 161 of 255 = 63%
B 136 of 255 = 53%

190
161
136

R + G + B ~ 64%. #BEA188 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 161 + 136 = 487 (100%)
R 190 of 487 ~ 39.01%
G 161 of 487 ~ 33.06%
B 136 of 487 ~ 27.93%

%39.01
%33.06
%27.93

CMYK RENK MODELİ

#BEA188 rengi CMYK tonu (0,15,28,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.26%
  • sarı tonu 28.42%
  • ana renk tonu 25.49%
CMYK:
(0,15,28,25)
C0M15Y28K25 
(0%,15%,28%,25%)
(0.00/0.15/0.28/0.25)	

CMYK yüzdeleri

%0
%15.26
%28.42
%25.49

Codes

Color #BEA188 in popluar color models

BEA188
RGB190161136
HSL28°29.35%63.92%
HSB/HSV28°28.42%74.51%
CMYK0.00%15.26%28.42%
25.49%

Color #BEA188 in popluar number systems.

HEXBEA188
Decimal190161136
Binary101111101010000110001000
Octal276241210

Shades and tints

Shades of #BEA188

#BEA188
(190,161,136)
#AD937C
(173,147,124)
#9C8570
(156,133,112)
#8B7764
(139,119,100)
#7A6958
(122,105,88)
#695B4C
(105,91,76)
#584D40
(88,77,64)
#473F34
(71,63,52)
#363128
(54,49,40)
#25231C
(37,35,28)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEA188

#BEA188
(190,161,136)
#C3A992
(195,169,146)
#C8B19C
(200,177,156)
#CDB9A6
(205,185,166)
#D2C1B0
(210,193,176)
#D7C9BA
(215,201,186)
#DCD1C4
(220,209,196)
#E1D9CE
(225,217,206)
#E6E1D8
(230,225,216)
#EBE9E2
(235,233,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA188; }

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

This text font color is #BEA188.


Background Color

.myBgColor { background-color: #BEA188; }

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

This div background color is #BEA188.


Border color

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

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

This div border color is #BEA188.


Opacity

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

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

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

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

This text has shadow with #BEA188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA188 on black background.


Color preview on white background

This text has color #BEA188 on white background.



Black color preview on #BEA188 background

This text has black color on #BEA188 background.


White color preview on #BEA188 background

This text has white color on #BEA188 background.