COLOR #B49370

HEX: #B49370
RGB: (180,147,112)

Renk bilgisi

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

RGB renk modeli

#B49370 color RGB value is (180,147,112).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 147 of 255 = 58%
B 112 of 255 = 44%

180
147
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 147 + 112 = 439 (100%)
R 180 of 439 ~ 41%
G 147 of 439 ~ 33.49%
B 112 of 439 ~ 25.51%

%41
%33.49
%25.51

CMYK RENK MODELİ

#B49370 rengi CMYK tonu (0,18,38,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.33%
  • sarı tonu 37.78%
  • ana renk tonu 29.41%
CMYK:
(0,18,38,29)
C0M18Y38K29 
(0%,18%,38%,29%)
(0.00/0.18/0.38/0.29)	

CMYK yüzdeleri

%0
%18.33
%37.78
%29.41

Codes

Color #B49370 in popluar color models

B49370
RGB180147112
HSL31°31.19%57.25%
HSB/HSV31°37.78%70.59%
CMYK0.00%18.33%37.78%
29.41%

Color #B49370 in popluar number systems.

HEXB49370
Decimal180147112
Binary10110100100100111110000
Octal264223160

Shades and tints

Shades of #B49370

#B49370
(180,147,112)
#A48666
(164,134,102)
#94795C
(148,121,92)
#846C52
(132,108,82)
#745F48
(116,95,72)
#64523E
(100,82,62)
#544534
(84,69,52)
#44382A
(68,56,42)
#342B20
(52,43,32)
#241E16
(36,30,22)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #B49370

#B49370
(180,147,112)
#BA9C7D
(186,156,125)
#C0A58A
(192,165,138)
#C6AE97
(198,174,151)
#CCB7A4
(204,183,164)
#D2C0B1
(210,192,177)
#D8C9BE
(216,201,190)
#DED2CB
(222,210,203)
#E4DBD8
(228,219,216)
#EAE4E5
(234,228,229)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49370 color. Also use rgb(180,147,112) instead hex code.

Text Font Color

.myTextColor { color: #B49370; }

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

This text font color is #B49370.


Background Color

.myBgColor { background-color: #B49370; }

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

This div background color is #B49370.


Border color

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

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

This div border color is #B49370.


Opacity

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

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

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

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

This text has shadow with #B49370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49370 on black background.


Color preview on white background

This text has color #B49370 on white background.



Black color preview on #B49370 background

This text has black color on #B49370 background.


White color preview on #B49370 background

This text has white color on #B49370 background.