COLOR #B49373

HEX: #B49373
RGB: (180,147,115)

Color info

#B49373 contains mainly red and green colors. Web safe color of #B49373 is #CC9966 (or #C96).

RGB color model

#B49373 color RGB value is (180,147,115).

  • red value is 180;
  • green value is 147;
  • blue value is 115.
RGB:
(180,147,115)
(71%,58%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 115 of 255 = 45%

180
147
115

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

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 115 = 442 (100%)
R 180 of 442 ~ 40.72%
G 147 of 442 ~ 33.26%
B 115 of 442 ~ 26.02%

%40.72
%33.26
%26.02

CMYK color model

#B49373 color CMYK value is (0,18,36,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,18,36,29)
C0M18Y36K29 
(0%,18%,36%,29%)
(0.00/0.18/0.36/0.29)	

CMYK percentages

%0
%18.33
%36.11
%29.41

Codes

Color #B49373 in popluar color models

B49373
RGB180147115
HSL30°30.23%57.84%
HSB/HSV30°36.11%70.59%
CMYK0.00%18.33%36.11%
29.41%

Color #B49373 in popluar number systems.

HEXB49373
Decimal180147115
Binary10110100100100111110011
Octal264223163

Shades and tints

Shades of #B49373

#B49373
(180,147,115)
#A48669
(164,134,105)
#94795F
(148,121,95)
#846C55
(132,108,85)
#745F4B
(116,95,75)
#645241
(100,82,65)
#544537
(84,69,55)
#44382D
(68,56,45)
#342B23
(52,43,35)
#241E19
(36,30,25)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #B49373

#B49373
(180,147,115)
#BA9C7F
(186,156,127)
#C0A58B
(192,165,139)
#C6AE97
(198,174,151)
#CCB7A3
(204,183,163)
#D2C0AF
(210,192,175)
#D8C9BB
(216,201,187)
#DED2C7
(222,210,199)
#E4DBD3
(228,219,211)
#EAE4DF
(234,228,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49373; }

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

This text font color is #B49373.


Background Color

.myBgColor { background-color: #B49373; }

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

This div background color is #B49373.


Border color

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

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

This div border color is #B49373.


Opacity

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

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

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

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

This text has shadow with #B49373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49373 on black background.


Color preview on white background

This text has color #B49373 on white background.



Black color preview on #B49373 background

This text has black color on #B49373 background.


White color preview on #B49373 background

This text has white color on #B49373 background.