COLOR #B49564

HEX: #B49564
RGB: (180,149,100)

Color info

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

RGB color model

#B49564 color RGB value is (180,149,100).

  • red value is 180;
  • green value is 149;
  • blue value is 100.
RGB:
(180,149,100)
(71%,58%,39%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 100 of 255 = 39%

180
149
100

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 100 = 429 (100%)
R 180 of 429 ~ 41.96%
G 149 of 429 ~ 34.73%
B 100 of 429 ~ 23.31%

%41.96
%34.73
%23.31

CMYK color model

#B49564 color CMYK value is (0,17,44,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 44.44%
  • key color value is 29.41%
CMYK:
(0,17,44,29)
C0M17Y44K29 
(0%,17%,44%,29%)
(0.00/0.17/0.44/0.29)	

CMYK percentages

%0
%17.22
%44.44
%29.41

Codes

Color #B49564 in popluar color models

B49564
RGB180149100
HSL37°34.78%54.90%
HSB/HSV37°44.44%70.59%
CMYK0.00%17.22%44.44%
29.41%

Color #B49564 in popluar number systems.

HEXB49564
Decimal180149100
Binary10110100100101011100100
Octal264225144

Shades and tints

Shades of #B49564

#B49564
(180,149,100)
#A4885B
(164,136,91)
#947B52
(148,123,82)
#846E49
(132,110,73)
#746140
(116,97,64)
#645437
(100,84,55)
#54472E
(84,71,46)
#443A25
(68,58,37)
#342D1C
(52,45,28)
#242013
(36,32,19)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #B49564

#B49564
(180,149,100)
#BA9E72
(186,158,114)
#C0A780
(192,167,128)
#C6B08E
(198,176,142)
#CCB99C
(204,185,156)
#D2C2AA
(210,194,170)
#D8CBB8
(216,203,184)
#DED4C6
(222,212,198)
#E4DDD4
(228,221,212)
#EAE6E2
(234,230,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49564 color. Also use rgb(180,149,100) instead hex code.

Text Font Color

.myTextColor { color: #B49564; }

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

This text font color is #B49564.


Background Color

.myBgColor { background-color: #B49564; }

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

This div background color is #B49564.


Border color

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

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

This div border color is #B49564.


Opacity

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

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

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

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

This text has shadow with #B49564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49564 on black background.


Color preview on white background

This text has color #B49564 on white background.



Black color preview on #B49564 background

This text has black color on #B49564 background.


White color preview on #B49564 background

This text has white color on #B49564 background.