COLOR #B39B59

HEX: #B39B59
RGB: (179,155,89)

Renk bilgisi

#B39B59 contains mainly red and green colors. #B39B59 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#B39B59 color RGB value is (179,155,89).

  • kırmız ton 179;
  • yeşil ton 155;
  • mavi ton 89.
RGB:
(179,155,89)
(70%,61%,35%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 155 of 255 = 61%
B 89 of 255 = 35%

179
155
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 155 + 89 = 423 (100%)
R 179 of 423 ~ 42.32%
G 155 of 423 ~ 36.64%
B 89 of 423 ~ 21.04%

%42.32
%36.64
%21.04

CMYK RENK MODELİ

#B39B59 rengi CMYK tonu (0,13,50,30).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.41%
  • sarı tonu 50.28%
  • ana renk tonu 29.80%
CMYK:
(0,13,50,30)
C0M13Y50K30 
(0%,13%,50%,30%)
(0.00/0.13/0.50/0.30)	

CMYK yüzdeleri

%0
%13.41
%50.28
%29.8

Codes

Color #B39B59 in popluar color models

B39B59
RGB17915589
HSL44°37.19%52.55%
HSB/HSV44°50.28%70.20%
CMYK0.00%13.41%50.28%
29.80%

Color #B39B59 in popluar number systems.

HEXB39B59
Decimal17915589
Binary10110011100110111011001
Octal263233131

Shades and tints

Shades of #B39B59

#B39B59
(179,155,89)
#A38D51
(163,141,81)
#937F49
(147,127,73)
#837141
(131,113,65)
#736339
(115,99,57)
#635531
(99,85,49)
#534729
(83,71,41)
#433921
(67,57,33)
#332B19
(51,43,25)
#231D11
(35,29,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #B39B59

#B39B59
(179,155,89)
#B9A468
(185,164,104)
#BFAD77
(191,173,119)
#C5B686
(197,182,134)
#CBBF95
(203,191,149)
#D1C8A4
(209,200,164)
#D7D1B3
(215,209,179)
#DDDAC2
(221,218,194)
#E3E3D1
(227,227,209)
#E9ECE0
(233,236,224)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39B59 color. Also use rgb(179,155,89) instead hex code.

Text Font Color

.myTextColor { color: #B39B59; }

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

This text font color is #B39B59.


Background Color

.myBgColor { background-color: #B39B59; }

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

This div background color is #B39B59.


Border color

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

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

This div border color is #B39B59.


Opacity

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

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

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

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

This text has shadow with #B39B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39B59 on black background.


Color preview on white background

This text has color #B39B59 on white background.



Black color preview on #B39B59 background

This text has black color on #B39B59 background.


White color preview on #B39B59 background

This text has white color on #B39B59 background.