COLOR #B49C62

HEX: #B49C62
RGB: (180,156,98)

Color info

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

RGB color model

#B49C62 color RGB value is (180,156,98).

  • red value is 180;
  • green value is 156;
  • blue value is 98.
RGB:
(180,156,98)
(71%,61%,38%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 98 of 255 = 38%

180
156
98

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 98 = 434 (100%)
R 180 of 434 ~ 41.47%
G 156 of 434 ~ 35.94%
B 98 of 434 ~ 22.58%

%41.47
%35.94
%22.58

CMYK color model

#B49C62 color CMYK value is (0,13,46,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(0,13,46,29)
C0M13Y46K29 
(0%,13%,46%,29%)
(0.00/0.13/0.46/0.29)	

CMYK percentages

%0
%13.33
%45.56
%29.41

Codes

Color #B49C62 in popluar color models

B49C62
RGB18015698
HSL42°35.34%54.51%
HSB/HSV42°45.56%70.59%
CMYK0.00%13.33%45.56%
29.41%

Color #B49C62 in popluar number systems.

HEXB49C62
Decimal18015698
Binary10110100100111001100010
Octal264234142

Shades and tints

Shades of #B49C62

#B49C62
(180,156,98)
#A48E5A
(164,142,90)
#948052
(148,128,82)
#84724A
(132,114,74)
#746442
(116,100,66)
#64563A
(100,86,58)
#544832
(84,72,50)
#443A2A
(68,58,42)
#342C22
(52,44,34)
#241E1A
(36,30,26)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B49C62

#B49C62
(180,156,98)
#BAA570
(186,165,112)
#C0AE7E
(192,174,126)
#C6B78C
(198,183,140)
#CCC09A
(204,192,154)
#D2C9A8
(210,201,168)
#D8D2B6
(216,210,182)
#DEDBC4
(222,219,196)
#E4E4D2
(228,228,210)
#EAEDE0
(234,237,224)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49C62 color. Also use rgb(180,156,98) instead hex code.

Text Font Color

.myTextColor { color: #B49C62; }

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

This text font color is #B49C62.


Background Color

.myBgColor { background-color: #B49C62; }

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

This div background color is #B49C62.


Border color

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

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

This div border color is #B49C62.


Opacity

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

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

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

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

This text has shadow with #B49C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49C62 on black background.


Color preview on white background

This text has color #B49C62 on white background.



Black color preview on #B49C62 background

This text has black color on #B49C62 background.


White color preview on #B49C62 background

This text has white color on #B49C62 background.