COLOR #BEA8A0

HEX: #BEA8A0
RGB: (190,168,160)

Renk bilgisi

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

RGB renk modeli

#BEA8A0 color RGB value is (190,168,160).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 168 of 255 = 66%
B 160 of 255 = 63%

190
168
160

R + G + B ~ 68%. #BEA8A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 168 + 160 = 518 (100%)
R 190 of 518 ~ 36.68%
G 168 of 518 ~ 32.43%
B 160 of 518 ~ 30.89%

%36.68
%32.43
%30.89

CMYK RENK MODELİ

#BEA8A0 rengi CMYK tonu (0,12,16,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.58%
  • sarı tonu 15.79%
  • ana renk tonu 25.49%
CMYK:
(0,12,16,25)
C0M12Y16K25 
(0%,12%,16%,25%)
(0.00/0.12/0.16/0.25)	

CMYK yüzdeleri

%0
%11.58
%15.79
%25.49

Codes

Color #BEA8A0 in popluar color models

BEA8A0
RGB190168160
HSL16°18.75%68.63%
HSB/HSV16°15.79%74.51%
CMYK0.00%11.58%15.79%
25.49%

Color #BEA8A0 in popluar number systems.

HEXBEA8A0
Decimal190168160
Binary101111101010100010100000
Octal276250240

Shades and tints

Shades of #BEA8A0

#BEA8A0
(190,168,160)
#AD9992
(173,153,146)
#9C8A84
(156,138,132)
#8B7B76
(139,123,118)
#7A6C68
(122,108,104)
#695D5A
(105,93,90)
#584E4C
(88,78,76)
#473F3E
(71,63,62)
#363030
(54,48,48)
#252122
(37,33,34)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEA8A0

#BEA8A0
(190,168,160)
#C3AFA8
(195,175,168)
#C8B6B0
(200,182,176)
#CDBDB8
(205,189,184)
#D2C4C0
(210,196,192)
#D7CBC8
(215,203,200)
#DCD2D0
(220,210,208)
#E1D9D8
(225,217,216)
#E6E0E0
(230,224,224)
#EBE7E8
(235,231,232)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA8A0; }

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

This text font color is #BEA8A0.


Background Color

.myBgColor { background-color: #BEA8A0; }

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

This div background color is #BEA8A0.


Border color

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

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

This div border color is #BEA8A0.


Opacity

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

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

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

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

This text has shadow with #BEA8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA8A0 on black background.


Color preview on white background

This text has color #BEA8A0 on white background.



Black color preview on #BEA8A0 background

This text has black color on #BEA8A0 background.


White color preview on #BEA8A0 background

This text has white color on #BEA8A0 background.