COLOR #BEB399

HEX: #BEB399
RGB: (190,179,153)

Renk bilgisi

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

RGB renk modeli

#BEB399 color RGB value is (190,179,153).

  • kırmız ton 190;
  • yeşil ton 179;
  • mavi ton 153.
RGB:
(190,179,153)
(75%,70%,60%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 179 of 255 = 70%
B 153 of 255 = 60%

190
179
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 179 + 153 = 522 (100%)
R 190 of 522 ~ 36.4%
G 179 of 522 ~ 34.29%
B 153 of 522 ~ 29.31%

%36.4
%34.29
%29.31

CMYK RENK MODELİ

#BEB399 rengi CMYK tonu (0,6,19,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.79%
  • sarı tonu 19.47%
  • ana renk tonu 25.49%
CMYK:
(0,6,19,25)
C0M6Y19K25 
(0%,6%,19%,25%)
(0.00/0.06/0.19/0.25)	

CMYK yüzdeleri

%0
%5.79
%19.47
%25.49

Codes

Color #BEB399 in popluar color models

BEB399
RGB190179153
HSL42°22.16%67.25%
HSB/HSV42°19.47%74.51%
CMYK0.00%5.79%19.47%
25.49%

Color #BEB399 in popluar number systems.

HEXBEB399
Decimal190179153
Binary101111101011001110011001
Octal276263231

Shades and tints

Shades of #BEB399

#BEB399
(190,179,153)
#ADA38C
(173,163,140)
#9C937F
(156,147,127)
#8B8372
(139,131,114)
#7A7365
(122,115,101)
#696358
(105,99,88)
#58534B
(88,83,75)
#47433E
(71,67,62)
#363331
(54,51,49)
#252324
(37,35,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEB399

#BEB399
(190,179,153)
#C3B9A2
(195,185,162)
#C8BFAB
(200,191,171)
#CDC5B4
(205,197,180)
#D2CBBD
(210,203,189)
#D7D1C6
(215,209,198)
#DCD7CF
(220,215,207)
#E1DDD8
(225,221,216)
#E6E3E1
(230,227,225)
#EBE9EA
(235,233,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB399 color. Also use rgb(190,179,153) instead hex code.

Text Font Color

.myTextColor { color: #BEB399; }

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

This text font color is #BEB399.


Background Color

.myBgColor { background-color: #BEB399; }

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

This div background color is #BEB399.


Border color

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

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

This div border color is #BEB399.


Opacity

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

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

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

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

This text has shadow with #BEB399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB399 on black background.


Color preview on white background

This text has color #BEB399 on white background.



Black color preview on #BEB399 background

This text has black color on #BEB399 background.


White color preview on #BEB399 background

This text has white color on #BEB399 background.