COLOR #BEB381

HEX: #BEB381
RGB: (190,179,129)

Renk bilgisi

#BEB381 contains mainly red and green colors. #BEB381 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#BEB381 color RGB value is (190,179,129).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 179 of 255 = 70%
B 129 of 255 = 51%

190
179
129

R + G + B ~ 65%. #BEB381 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 179 + 129 = 498 (100%)
R 190 of 498 ~ 38.15%
G 179 of 498 ~ 35.94%
B 129 of 498 ~ 25.9%

%38.15
%35.94
%25.9

CMYK RENK MODELİ

#BEB381 rengi CMYK tonu (0,6,32,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.79%
  • sarı tonu 32.11%
  • ana renk tonu 25.49%
CMYK:
(0,6,32,25)
C0M6Y32K25 
(0%,6%,32%,25%)
(0.00/0.06/0.32/0.25)	

CMYK yüzdeleri

%0
%5.79
%32.11
%25.49

Codes

Color #BEB381 in popluar color models

BEB381
RGB190179129
HSL49°31.94%62.55%
HSB/HSV49°32.11%74.51%
CMYK0.00%5.79%32.11%
25.49%

Color #BEB381 in popluar number systems.

HEXBEB381
Decimal190179129
Binary101111101011001110000001
Octal276263201

Shades and tints

Shades of #BEB381

#BEB381
(190,179,129)
#ADA376
(173,163,118)
#9C936B
(156,147,107)
#8B8360
(139,131,96)
#7A7355
(122,115,85)
#69634A
(105,99,74)
#58533F
(88,83,63)
#474334
(71,67,52)
#363329
(54,51,41)
#25231E
(37,35,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BEB381

#BEB381
(190,179,129)
#C3B98C
(195,185,140)
#C8BF97
(200,191,151)
#CDC5A2
(205,197,162)
#D2CBAD
(210,203,173)
#D7D1B8
(215,209,184)
#DCD7C3
(220,215,195)
#E1DDCE
(225,221,206)
#E6E3D9
(230,227,217)
#EBE9E4
(235,233,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB381; }

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

This text font color is #BEB381.


Background Color

.myBgColor { background-color: #BEB381; }

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

This div background color is #BEB381.


Border color

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

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

This div border color is #BEB381.


Opacity

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

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

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

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

This text has shadow with #BEB381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB381 on black background.


Color preview on white background

This text has color #BEB381 on white background.



Black color preview on #BEB381 background

This text has black color on #BEB381 background.


White color preview on #BEB381 background

This text has white color on #BEB381 background.