COLOR #B49B59

HEX: #B49B59
RGB: (180,155,89)

Renk bilgisi

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

RGB renk modeli

#B49B59 color RGB value is (180,155,89).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 155 of 255 = 61%
B 89 of 255 = 35%

180
155
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 155 + 89 = 424 (100%)
R 180 of 424 ~ 42.45%
G 155 of 424 ~ 36.56%
B 89 of 424 ~ 20.99%

%42.45
%36.56
%20.99

CMYK RENK MODELİ

#B49B59 rengi CMYK tonu (0,14,51,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.89%
  • sarı tonu 50.56%
  • ana renk tonu 29.41%
CMYK:
(0,14,51,29)
C0M14Y51K29 
(0%,14%,51%,29%)
(0.00/0.14/0.51/0.29)	

CMYK yüzdeleri

%0
%13.89
%50.56
%29.41

Codes

Color #B49B59 in popluar color models

B49B59
RGB18015589
HSL44°37.76%52.75%
HSB/HSV44°50.56%70.59%
CMYK0.00%13.89%50.56%
29.41%

Color #B49B59 in popluar number systems.

HEXB49B59
Decimal18015589
Binary10110100100110111011001
Octal264233131

Shades and tints

Shades of #B49B59

#B49B59
(180,155,89)
#A48D51
(164,141,81)
#947F49
(148,127,73)
#847141
(132,113,65)
#746339
(116,99,57)
#645531
(100,85,49)
#544729
(84,71,41)
#443921
(68,57,33)
#342B19
(52,43,25)
#241D11
(36,29,17)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #B49B59

#B49B59
(180,155,89)
#BAA468
(186,164,104)
#C0AD77
(192,173,119)
#C6B686
(198,182,134)
#CCBF95
(204,191,149)
#D2C8A4
(210,200,164)
#D8D1B3
(216,209,179)
#DEDAC2
(222,218,194)
#E4E3D1
(228,227,209)
#EAECE0
(234,236,224)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49B59; }

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

This text font color is #B49B59.


Background Color

.myBgColor { background-color: #B49B59; }

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

This div background color is #B49B59.


Border color

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

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

This div border color is #B49B59.


Opacity

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

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

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

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

This text has shadow with #B49B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49B59 on black background.


Color preview on white background

This text has color #B49B59 on white background.



Black color preview on #B49B59 background

This text has black color on #B49B59 background.


White color preview on #B49B59 background

This text has white color on #B49B59 background.