COLOR #B49649

HEX: #B49649 RGB: (180,150,73)

Color info

#B49649 contains mainly red and green colors. Web safe color of #B49649 is #CC9933 (or #C93).

RGB color model

#B49649 color RGB value is (180,150,73).

RGB: (180,150,73) (71%, 59%, 29%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 73 of 255 = 29%

180
150
73

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

Portions of RGB colors in percentages

R + G + B = 180 + 150 + 73 = 403 (100%)
R 180 of 403 ~ 44.67%
G 150 of 403 ~ 37.22%
B 73 of 403 ~ 18.11'%

%44.67
%37.22
%18.11

CMYK color model

#B49649 color CMYK value is (0,17,59,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 59.44%
  • key color value is 29.41%

CMYK: (0,17,59,29)
C0M17Y59K29 (0%, 17%, 59%, 29%)
(0.00 / 0.17 / 0.59 / 0.29)

CMYK percentages

%0
%16.67
%59.44
%29.41

Codes

Color #B49649 in popluar color models

B4 96 49
RGB 180 150 73
HSL 43° 42.29% 49.61%
HSB/HSV 43° 59.44% 70.59%
CMYK 0.00% 16.67% 59.44%
29.41%

Color #B49649 in popluar number systems.

HEX B4 96 49
Decimal 180 150 73
Binary 10110100 10010110 1001001
Octal 264 226 111

Shades and tints

Shades of #B49649

#B49649
(180,150,73)
#A48943
(164,137,67)
#947C3D
(148,124,61)
#846F37
(132,111,55)
#746231
(116,98,49)
#64552B
(100,85,43)
#544825
(84,72,37)
#443B1F
(68,59,31)
#342E19
(52,46,25)
#242113
(36,33,19)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #B49649

#B49649
(180,150,73)
#BA9F59
(186,159,89)
#C0A869
(192,168,105)
#C6B179
(198,177,121)
#CCBA89
(204,186,137)
#D2C399
(210,195,153)
#D8CCA9
(216,204,169)
#DED5B9
(222,213,185)
#E4DEC9
(228,222,201)
#EAE7D9
(234,231,217)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49649; }

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

This text font color is #B49649.

Background Color

.myBgColor { background-color: #B49649; }

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

This div background color is #B49649.

Border color

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

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

This div border color is #B49649.

Opacity

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

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

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

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

This text has shadow with #B49649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49649.

Preview

Color preview on black background

This text has color #B49649 on black background.


Color preview on white background

This text has color #B49649 on white background.


Black color preview on #B49649 background

This text has black color on #B49649 background.


White color preview on #B49649 background

This text has white color on #B49649 background.


Related colors

Complementary color

Complementary color for #hex is #4B69B6.


I love getcolorcode.com

Triadic colors

1 #49B496 and #9649B4 with #B49649 are triadic colors.

2 #4996B4 and #96B449 with #B49649 are triadic colors.