COLOR #B36E63

HEX: #B36E63
RGB: (179,110,99)

Renk bilgisi

#B36E63 contains mainly red color. #B36E63 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#B36E63 color RGB value is (179,110,99).

  • kırmız ton 179;
  • yeşil ton 110;
  • mavi ton 99.
RGB:
(179,110,99)
(70%,43%,39%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 110 of 255 = 43%
B 99 of 255 = 39%

179
110
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 110 + 99 = 388 (100%)
R 179 of 388 ~ 46.13%
G 110 of 388 ~ 28.35%
B 99 of 388 ~ 25.52%

%46.13
%28.35
%25.52

CMYK RENK MODELİ

#B36E63 rengi CMYK tonu (0,39,45,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.55%
  • sarı tonu 44.69%
  • ana renk tonu 29.80%
CMYK:
(0,39,45,30)
C0M39Y45K30 
(0%,39%,45%,30%)
(0.00/0.39/0.45/0.30)	

CMYK yüzdeleri

%0
%38.55
%44.69
%29.8

Codes

Color #B36E63 in popluar color models

B36E63
RGB17911099
HSL34.48%54.51%
HSB/HSV44.69%70.20%
CMYK0.00%38.55%44.69%
29.80%

Color #B36E63 in popluar number systems.

HEXB36E63
Decimal17911099
Binary1011001111011101100011
Octal263156143

Shades and tints

Shades of #B36E63

#B36E63
(179,110,99)
#A3645A
(163,100,90)
#935A51
(147,90,81)
#835048
(131,80,72)
#73463F
(115,70,63)
#633C36
(99,60,54)
#53322D
(83,50,45)
#432824
(67,40,36)
#331E1B
(51,30,27)
#231412
(35,20,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #B36E63

#B36E63
(179,110,99)
#B97B71
(185,123,113)
#BF887F
(191,136,127)
#C5958D
(197,149,141)
#CBA29B
(203,162,155)
#D1AFA9
(209,175,169)
#D7BCB7
(215,188,183)
#DDC9C5
(221,201,197)
#E3D6D3
(227,214,211)
#E9E3E1
(233,227,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36E63 color. Also use rgb(179,110,99) instead hex code.

Text Font Color

.myTextColor { color: #B36E63; }

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

This text font color is #B36E63.


Background Color

.myBgColor { background-color: #B36E63; }

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

This div background color is #B36E63.


Border color

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

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

This div border color is #B36E63.


Opacity

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

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

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

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

This text has shadow with #B36E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36E63 on black background.


Color preview on white background

This text has color #B36E63 on white background.



Black color preview on #B36E63 background

This text has black color on #B36E63 background.


White color preview on #B36E63 background

This text has white color on #B36E63 background.