COLOR #B49D4C

HEX: #B49D4C RGB: (180,157,76)

Color info

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

RGB color model

#B49D4C color RGB value is (180,157,76).

RGB: (180,157,76) (71%, 62%, 30%)

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 76 of 255 = 30%

180
157
76

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

Portions of RGB colors in percentages

R + G + B = 180 + 157 + 76 = 413 (100%)
R 180 of 413 ~ 43.58%
G 157 of 413 ~ 38.01%
B 76 of 413 ~ 18.4'%

%43.58
%38.01
%18.4

CMYK color model

#B49D4C color CMYK value is (0,13,58,29).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 57.78%
  • key color value is 29.41%

CMYK: (0,13,58,29)
C0M13Y58K29 (0%, 13%, 58%, 29%)
(0.00 / 0.13 / 0.58 / 0.29)

CMYK percentages

%0
%12.78
%57.78
%29.41

Codes

Color #B49D4C in popluar color models

B4 9D 4C
RGB 180 157 76
HSL 47° 40.94% 50.20%
HSB/HSV 47° 57.78% 70.59%
CMYK 0.00% 12.78% 57.78%
29.41%

Color #B49D4C in popluar number systems.

HEX B4 9D 4C
Decimal 180 157 76
Binary 10110100 10011101 1001100
Octal 264 235 114

Shades and tints

Shades of #B49D4C

#B49D4C
(180,157,76)
#A48F46
(164,143,70)
#948140
(148,129,64)
#84733A
(132,115,58)
#746534
(116,101,52)
#64572E
(100,87,46)
#544928
(84,73,40)
#443B22
(68,59,34)
#342D1C
(52,45,28)
#241F16
(36,31,22)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #B49D4C

#B49D4C
(180,157,76)
#BAA55C
(186,165,92)
#C0AD6C
(192,173,108)
#C6B57C
(198,181,124)
#CCBD8C
(204,189,140)
#D2C59C
(210,197,156)
#D8CDAC
(216,205,172)
#DED5BC
(222,213,188)
#E4DDCC
(228,221,204)
#EAE5DC
(234,229,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49D4C color. Also use rgb(180,157,76) instead hex code.

Text Font Color

.myTextColor { color: #B49D4C; }

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

This text font color is #B49D4C.

Background Color

.myBgColor { background-color: #B49D4C; }

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

This div background color is #B49D4C.

Border color

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

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

This div border color is #B49D4C.

Opacity

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

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

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

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

This text has shadow with #B49D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49D4C.

Preview

Color preview on black background

This text has color #B49D4C on black background.


Color preview on white background

This text has color #B49D4C on white background.


Black color preview on #B49D4C background

This text has black color on #B49D4C background.


White color preview on #B49D4C background

This text has white color on #B49D4C background.


Related colors

Complementary color

Complementary color for #hex is #4B62B3.


I love getcolorcode.com

Triadic colors

1 #4CB49D and #9D4CB4 with #B49D4C are triadic colors.

2 #4C9DB4 and #9DB44C with #B49D4C are triadic colors.