COLOR #B49771

HEX: #B49771
RGB: (180,151,113)

Renk bilgisi

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

RGB renk modeli

#B49771 color RGB value is (180,151,113).

  • kırmız ton 180;
  • yeşil ton 151;
  • mavi ton 113.
RGB:
(180,151,113)
(71%,59%,44%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 151 of 255 = 59%
B 113 of 255 = 44%

180
151
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 151 + 113 = 444 (100%)
R 180 of 444 ~ 40.54%
G 151 of 444 ~ 34.01%
B 113 of 444 ~ 25.45%

%40.54
%34.01
%25.45

CMYK RENK MODELİ

#B49771 rengi CMYK tonu (0,16,37,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.11%
  • sarı tonu 37.22%
  • ana renk tonu 29.41%
CMYK:
(0,16,37,29)
C0M16Y37K29 
(0%,16%,37%,29%)
(0.00/0.16/0.37/0.29)	

CMYK yüzdeleri

%0
%16.11
%37.22
%29.41

Codes

Color #B49771 in popluar color models

B49771
RGB180151113
HSL34°30.88%57.45%
HSB/HSV34°37.22%70.59%
CMYK0.00%16.11%37.22%
29.41%

Color #B49771 in popluar number systems.

HEXB49771
Decimal180151113
Binary10110100100101111110001
Octal264227161

Shades and tints

Shades of #B49771

#B49771
(180,151,113)
#A48A67
(164,138,103)
#947D5D
(148,125,93)
#847053
(132,112,83)
#746349
(116,99,73)
#64563F
(100,86,63)
#544935
(84,73,53)
#443C2B
(68,60,43)
#342F21
(52,47,33)
#242217
(36,34,23)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B49771

#B49771
(180,151,113)
#BAA07D
(186,160,125)
#C0A989
(192,169,137)
#C6B295
(198,178,149)
#CCBBA1
(204,187,161)
#D2C4AD
(210,196,173)
#D8CDB9
(216,205,185)
#DED6C5
(222,214,197)
#E4DFD1
(228,223,209)
#EAE8DD
(234,232,221)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49771 color. Also use rgb(180,151,113) instead hex code.

Text Font Color

.myTextColor { color: #B49771; }

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

This text font color is #B49771.


Background Color

.myBgColor { background-color: #B49771; }

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

This div background color is #B49771.


Border color

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

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

This div border color is #B49771.


Opacity

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

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

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

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

This text has shadow with #B49771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49771 on black background.


Color preview on white background

This text has color #B49771 on white background.



Black color preview on #B49771 background

This text has black color on #B49771 background.


White color preview on #B49771 background

This text has white color on #B49771 background.