COLOR #B49471

HEX: #B49471
RGB: (180,148,113)

Renk bilgisi

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

RGB renk modeli

#B49471 color RGB value is (180,148,113).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 148 of 255 = 58%
B 113 of 255 = 44%

180
148
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 148 + 113 = 441 (100%)
R 180 of 441 ~ 40.82%
G 148 of 441 ~ 33.56%
B 113 of 441 ~ 25.62%

%40.82
%33.56
%25.62

CMYK RENK MODELİ

#B49471 rengi CMYK tonu (0,18,37,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.78%
  • sarı tonu 37.22%
  • ana renk tonu 29.41%
CMYK:
(0,18,37,29)
C0M18Y37K29 
(0%,18%,37%,29%)
(0.00/0.18/0.37/0.29)	

CMYK yüzdeleri

%0
%17.78
%37.22
%29.41

Codes

Color #B49471 in popluar color models

B49471
RGB180148113
HSL31°30.88%57.45%
HSB/HSV31°37.22%70.59%
CMYK0.00%17.78%37.22%
29.41%

Color #B49471 in popluar number systems.

HEXB49471
Decimal180148113
Binary10110100100101001110001
Octal264224161

Shades and tints

Shades of #B49471

#B49471
(180,148,113)
#A48767
(164,135,103)
#947A5D
(148,122,93)
#846D53
(132,109,83)
#746049
(116,96,73)
#64533F
(100,83,63)
#544635
(84,70,53)
#44392B
(68,57,43)
#342C21
(52,44,33)
#241F17
(36,31,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #B49471

#B49471
(180,148,113)
#BA9D7D
(186,157,125)
#C0A689
(192,166,137)
#C6AF95
(198,175,149)
#CCB8A1
(204,184,161)
#D2C1AD
(210,193,173)
#D8CAB9
(216,202,185)
#DED3C5
(222,211,197)
#E4DCD1
(228,220,209)
#EAE5DD
(234,229,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49471; }

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

This text font color is #B49471.


Background Color

.myBgColor { background-color: #B49471; }

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

This div background color is #B49471.


Border color

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

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

This div border color is #B49471.


Opacity

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

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

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

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

This text has shadow with #B49471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49471 on black background.


Color preview on white background

This text has color #B49471 on white background.



Black color preview on #B49471 background

This text has black color on #B49471 background.


White color preview on #B49471 background

This text has white color on #B49471 background.