COLOR #B49D5D

HEX: #B49D5D
RGB: (180,157,93)

Color info

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

RGB color model

#B49D5D color RGB value is (180,157,93).

  • red value is 180;
  • green value is 157;
  • blue value is 93.
RGB:
(180,157,93)
(71%,62%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 93 of 255 = 36%

180
157
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 93 = 430 (100%)
R 180 of 430 ~ 41.86%
G 157 of 430 ~ 36.51%
B 93 of 430 ~ 21.63%

%41.86
%36.51
%21.63

CMYK color model

#B49D5D color CMYK value is (0,13,48,29).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(0,13,48,29)
C0M13Y48K29 
(0%,13%,48%,29%)
(0.00/0.13/0.48/0.29)	

CMYK percentages

%0
%12.78
%48.33
%29.41

Codes

Color #B49D5D in popluar color models

B49D5D
RGB18015793
HSL44°36.71%53.53%
HSB/HSV44°48.33%70.59%
CMYK0.00%12.78%48.33%
29.41%

Color #B49D5D in popluar number systems.

HEXB49D5D
Decimal18015793
Binary10110100100111011011101
Octal264235135

Shades and tints

Shades of #B49D5D

#B49D5D
(180,157,93)
#A48F55
(164,143,85)
#94814D
(148,129,77)
#847345
(132,115,69)
#74653D
(116,101,61)
#645735
(100,87,53)
#54492D
(84,73,45)
#443B25
(68,59,37)
#342D1D
(52,45,29)
#241F15
(36,31,21)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B49D5D

#B49D5D
(180,157,93)
#BAA56B
(186,165,107)
#C0AD79
(192,173,121)
#C6B587
(198,181,135)
#CCBD95
(204,189,149)
#D2C5A3
(210,197,163)
#D8CDB1
(216,205,177)
#DED5BF
(222,213,191)
#E4DDCD
(228,221,205)
#EAE5DB
(234,229,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49D5D; }

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

This text font color is #B49D5D.


Background Color

.myBgColor { background-color: #B49D5D; }

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

This div background color is #B49D5D.


Border color

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

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

This div border color is #B49D5D.


Opacity

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

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

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

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

This text has shadow with #B49D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49D5D on black background.


Color preview on white background

This text has color #B49D5D on white background.



Black color preview on #B49D5D background

This text has black color on #B49D5D background.


White color preview on #B49D5D background

This text has white color on #B49D5D background.