COLOR #B49350

HEX: #B49350
RGB: (180,147,80)

Color info

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

RGB color model

#B49350 color RGB value is (180,147,80).

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

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 80 of 255 = 31%

180
147
80

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

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 80 = 407 (100%)
R 180 of 407 ~ 44.23%
G 147 of 407 ~ 36.12%
B 80 of 407 ~ 19.66%

%44.23
%36.12
%19.66

CMYK color model

#B49350 color CMYK value is (0,18,56,29).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 55.56%
  • key color value is 29.41%
CMYK:
(0,18,56,29)
C0M18Y56K29 
(0%,18%,56%,29%)
(0.00/0.18/0.56/0.29)	

CMYK percentages

%0
%18.33
%55.56
%29.41

Codes

Color #B49350 in popluar color models

B49350
RGB18014780
HSL40°40.00%50.98%
HSB/HSV40°55.56%70.59%
CMYK0.00%18.33%55.56%
29.41%

Color #B49350 in popluar number systems.

HEXB49350
Decimal18014780
Binary10110100100100111010000
Octal264223120

Shades and tints

Shades of #B49350

#B49350
(180,147,80)
#A48649
(164,134,73)
#947942
(148,121,66)
#846C3B
(132,108,59)
#745F34
(116,95,52)
#64522D
(100,82,45)
#544526
(84,69,38)
#44381F
(68,56,31)
#342B18
(52,43,24)
#241E11
(36,30,17)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #B49350

#B49350
(180,147,80)
#BA9C5F
(186,156,95)
#C0A56E
(192,165,110)
#C6AE7D
(198,174,125)
#CCB78C
(204,183,140)
#D2C09B
(210,192,155)
#D8C9AA
(216,201,170)
#DED2B9
(222,210,185)
#E4DBC8
(228,219,200)
#EAE4D7
(234,228,215)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49350; }

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

This text font color is #B49350.


Background Color

.myBgColor { background-color: #B49350; }

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

This div background color is #B49350.


Border color

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

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

This div border color is #B49350.


Opacity

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

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

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

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

This text has shadow with #B49350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49350 on black background.


Color preview on white background

This text has color #B49350 on white background.



Black color preview on #B49350 background

This text has black color on #B49350 background.


White color preview on #B49350 background

This text has white color on #B49350 background.