COLOR #B49382

HEX: #B49382
RGB: (180,147,130)

Color info

#B49382 contains red, green and blue colors in about the same proportion. Web safe color of #B49382 is #CC9999 (or #C99).

RGB color model

#B49382 color RGB value is (180,147,130).

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

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 130 of 255 = 51%

180
147
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 130 = 457 (100%)
R 180 of 457 ~ 39.39%
G 147 of 457 ~ 32.17%
B 130 of 457 ~ 28.45%

%39.39
%32.17
%28.45

CMYK color model

#B49382 color CMYK value is (0,18,28,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,18,28,29)
C0M18Y28K29 
(0%,18%,28%,29%)
(0.00/0.18/0.28/0.29)	

CMYK percentages

%0
%18.33
%27.78
%29.41

Codes

Color #B49382 in popluar color models

B49382
RGB180147130
HSL20°25.00%60.78%
HSB/HSV20°27.78%70.59%
CMYK0.00%18.33%27.78%
29.41%

Color #B49382 in popluar number systems.

HEXB49382
Decimal180147130
Binary101101001001001110000010
Octal264223202

Shades and tints

Shades of #B49382

#B49382
(180,147,130)
#A48677
(164,134,119)
#94796C
(148,121,108)
#846C61
(132,108,97)
#745F56
(116,95,86)
#64524B
(100,82,75)
#544540
(84,69,64)
#443835
(68,56,53)
#342B2A
(52,43,42)
#241E1F
(36,30,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B49382

#B49382
(180,147,130)
#BA9C8D
(186,156,141)
#C0A598
(192,165,152)
#C6AEA3
(198,174,163)
#CCB7AE
(204,183,174)
#D2C0B9
(210,192,185)
#D8C9C4
(216,201,196)
#DED2CF
(222,210,207)
#E4DBDA
(228,219,218)
#EAE4E5
(234,228,229)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49382; }

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

This text font color is #B49382.


Background Color

.myBgColor { background-color: #B49382; }

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

This div background color is #B49382.


Border color

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

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

This div border color is #B49382.


Opacity

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

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

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

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

This text has shadow with #B49382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49382 on black background.


Color preview on white background

This text has color #B49382 on white background.



Black color preview on #B49382 background

This text has black color on #B49382 background.


White color preview on #B49382 background

This text has white color on #B49382 background.