COLOR #BE8863

HEX: #BE8863
RGB: (190,136,99)

Renk bilgisi

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

RGB renk modeli

#BE8863 color RGB value is (190,136,99).

  • kırmız ton 190;
  • yeşil ton 136;
  • mavi ton 99.
RGB:
(190,136,99)
(75%,53%,39%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 136 of 255 = 53%
B 99 of 255 = 39%

190
136
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 136 + 99 = 425 (100%)
R 190 of 425 ~ 44.71%
G 136 of 425 ~ 32%
B 99 of 425 ~ 23.29%

%44.71
%32
%23.29

CMYK RENK MODELİ

#BE8863 rengi CMYK tonu (0,28,48,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.42%
  • sarı tonu 47.89%
  • ana renk tonu 25.49%
CMYK:
(0,28,48,25)
C0M28Y48K25 
(0%,28%,48%,25%)
(0.00/0.28/0.48/0.25)	

CMYK yüzdeleri

%0
%28.42
%47.89
%25.49

Codes

Color #BE8863 in popluar color models

BE8863
RGB19013699
HSL24°41.18%56.67%
HSB/HSV24°47.89%74.51%
CMYK0.00%28.42%47.89%
25.49%

Color #BE8863 in popluar number systems.

HEXBE8863
Decimal19013699
Binary10111110100010001100011
Octal276210143

Shades and tints

Shades of #BE8863

#BE8863
(190,136,99)
#AD7C5A
(173,124,90)
#9C7051
(156,112,81)
#8B6448
(139,100,72)
#7A583F
(122,88,63)
#694C36
(105,76,54)
#58402D
(88,64,45)
#473424
(71,52,36)
#36281B
(54,40,27)
#251C12
(37,28,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #BE8863

#BE8863
(190,136,99)
#C39271
(195,146,113)
#C89C7F
(200,156,127)
#CDA68D
(205,166,141)
#D2B09B
(210,176,155)
#D7BAA9
(215,186,169)
#DCC4B7
(220,196,183)
#E1CEC5
(225,206,197)
#E6D8D3
(230,216,211)
#EBE2E1
(235,226,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8863 color. Also use rgb(190,136,99) instead hex code.

Text Font Color

.myTextColor { color: #BE8863; }

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

This text font color is #BE8863.


Background Color

.myBgColor { background-color: #BE8863; }

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

This div background color is #BE8863.


Border color

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

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

This div border color is #BE8863.


Opacity

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

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

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

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

This text has shadow with #BE8863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8863 on black background.


Color preview on white background

This text has color #BE8863 on white background.



Black color preview on #BE8863 background

This text has black color on #BE8863 background.


White color preview on #BE8863 background

This text has white color on #BE8863 background.