COLOR #BEA38A

HEX: #BEA38A
RGB: (190,163,138)

Renk bilgisi

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

RGB renk modeli

#BEA38A color RGB value is (190,163,138).

  • kırmız ton 190;
  • yeşil ton 163;
  • mavi ton 138.
RGB:
(190,163,138)
(75%,64%,54%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 138 of 255 = 54%

190
163
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 138 = 491 (100%)
R 190 of 491 ~ 38.7%
G 163 of 491 ~ 33.2%
B 138 of 491 ~ 28.11%

%38.7
%33.2
%28.11

CMYK RENK MODELİ

#BEA38A rengi CMYK tonu (0,14,27,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 27.37%
  • ana renk tonu 25.49%
CMYK:
(0,14,27,25)
C0M14Y27K25 
(0%,14%,27%,25%)
(0.00/0.14/0.27/0.25)	

CMYK yüzdeleri

%0
%14.21
%27.37
%25.49

Codes

Color #BEA38A in popluar color models

BEA38A
RGB190163138
HSL29°28.57%64.31%
HSB/HSV29°27.37%74.51%
CMYK0.00%14.21%27.37%
25.49%

Color #BEA38A in popluar number systems.

HEXBEA38A
Decimal190163138
Binary101111101010001110001010
Octal276243212

Shades and tints

Shades of #BEA38A

#BEA38A
(190,163,138)
#AD957E
(173,149,126)
#9C8772
(156,135,114)
#8B7966
(139,121,102)
#7A6B5A
(122,107,90)
#695D4E
(105,93,78)
#584F42
(88,79,66)
#474136
(71,65,54)
#36332A
(54,51,42)
#25251E
(37,37,30)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEA38A

#BEA38A
(190,163,138)
#C3AB94
(195,171,148)
#C8B39E
(200,179,158)
#CDBBA8
(205,187,168)
#D2C3B2
(210,195,178)
#D7CBBC
(215,203,188)
#DCD3C6
(220,211,198)
#E1DBD0
(225,219,208)
#E6E3DA
(230,227,218)
#EBEBE4
(235,235,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA38A color. Also use rgb(190,163,138) instead hex code.

Text Font Color

.myTextColor { color: #BEA38A; }

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

This text font color is #BEA38A.


Background Color

.myBgColor { background-color: #BEA38A; }

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

This div background color is #BEA38A.


Border color

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

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

This div border color is #BEA38A.


Opacity

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

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

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

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

This text has shadow with #BEA38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA38A on black background.


Color preview on white background

This text has color #BEA38A on white background.



Black color preview on #BEA38A background

This text has black color on #BEA38A background.


White color preview on #BEA38A background

This text has white color on #BEA38A background.