COLOR #BE8E5D

HEX: #BE8E5D
RGB: (190,142,93)

Renk bilgisi

#BE8E5D contains mainly red and green colors. #BE8E5D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#BE8E5D color RGB value is (190,142,93).

  • kırmız ton 190;
  • yeşil ton 142;
  • mavi ton 93.
RGB:
(190,142,93)
(75%,56%,36%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 142 of 255 = 56%
B 93 of 255 = 36%

190
142
93

R + G + B ~ 56%. #BE8E5D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 142 + 93 = 425 (100%)
R 190 of 425 ~ 44.71%
G 142 of 425 ~ 33.41%
B 93 of 425 ~ 21.88%

%44.71
%33.41
%21.88

CMYK RENK MODELİ

#BE8E5D rengi CMYK tonu (0,25,51,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.26%
  • sarı tonu 51.05%
  • ana renk tonu 25.49%
CMYK:
(0,25,51,25)
C0M25Y51K25 
(0%,25%,51%,25%)
(0.00/0.25/0.51/0.25)	

CMYK yüzdeleri

%0
%25.26
%51.05
%25.49

Codes

Color #BE8E5D in popluar color models

BE8E5D
RGB19014293
HSL30°42.73%55.49%
HSB/HSV30°51.05%74.51%
CMYK0.00%25.26%51.05%
25.49%

Color #BE8E5D in popluar number systems.

HEXBE8E5D
Decimal19014293
Binary10111110100011101011101
Octal276216135

Shades and tints

Shades of #BE8E5D

#BE8E5D
(190,142,93)
#AD8255
(173,130,85)
#9C764D
(156,118,77)
#8B6A45
(139,106,69)
#7A5E3D
(122,94,61)
#695235
(105,82,53)
#58462D
(88,70,45)
#473A25
(71,58,37)
#362E1D
(54,46,29)
#252215
(37,34,21)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #BE8E5D

#BE8E5D
(190,142,93)
#C3986B
(195,152,107)
#C8A279
(200,162,121)
#CDAC87
(205,172,135)
#D2B695
(210,182,149)
#D7C0A3
(215,192,163)
#DCCAB1
(220,202,177)
#E1D4BF
(225,212,191)
#E6DECD
(230,222,205)
#EBE8DB
(235,232,219)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8E5D color. Also use rgb(190,142,93) instead hex code.

Text Font Color

.myTextColor { color: #BE8E5D; }

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

This text font color is #BE8E5D.


Background Color

.myBgColor { background-color: #BE8E5D; }

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

This div background color is #BE8E5D.


Border color

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

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

This div border color is #BE8E5D.


Opacity

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

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

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

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

This text has shadow with #BE8E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8E5D on black background.


Color preview on white background

This text has color #BE8E5D on white background.



Black color preview on #BE8E5D background

This text has black color on #BE8E5D background.


White color preview on #BE8E5D background

This text has white color on #BE8E5D background.