COLOR #B49664

HEX: #B49664
RGB: (180,150,100)

Color info

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

RGB color model

#B49664 color RGB value is (180,150,100).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 100 of 255 = 39%

180
150
100

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 100 = 430 (100%)
R 180 of 430 ~ 41.86%
G 150 of 430 ~ 34.88%
B 100 of 430 ~ 23.26%

%41.86
%34.88
%23.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%44.44
%29.41

Codes

Color #B49664 in popluar color models

B49664
RGB180150100
HSL38°34.78%54.90%
HSB/HSV38°44.44%70.59%
CMYK0.00%16.67%44.44%
29.41%

Color #B49664 in popluar number systems.

HEXB49664
Decimal180150100
Binary10110100100101101100100
Octal264226144

Shades and tints

Shades of #B49664

#B49664
(180,150,100)
#A4895B
(164,137,91)
#947C52
(148,124,82)
#846F49
(132,111,73)
#746240
(116,98,64)
#645537
(100,85,55)
#54482E
(84,72,46)
#443B25
(68,59,37)
#342E1C
(52,46,28)
#242113
(36,33,19)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #B49664

#B49664
(180,150,100)
#BA9F72
(186,159,114)
#C0A880
(192,168,128)
#C6B18E
(198,177,142)
#CCBA9C
(204,186,156)
#D2C3AA
(210,195,170)
#D8CCB8
(216,204,184)
#DED5C6
(222,213,198)
#E4DED4
(228,222,212)
#EAE7E2
(234,231,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49664; }

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

This text font color is #B49664.


Background Color

.myBgColor { background-color: #B49664; }

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

This div background color is #B49664.


Border color

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

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

This div border color is #B49664.


Opacity

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

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

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

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

This text has shadow with #B49664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49664 on black background.


Color preview on white background

This text has color #B49664 on white background.



Black color preview on #B49664 background

This text has black color on #B49664 background.


White color preview on #B49664 background

This text has white color on #B49664 background.