COLOR #B49D6B

HEX: #B49D6B RGB: (180,157,107)

Color info

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

RGB color model

#B49D6B color RGB value is (180,157,107).

RGB: (180,157,107) (71%, 62%, 42%)

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 107 of 255 = 42%

180
157
107

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

Portions of RGB colors in percentages

R + G + B = 180 + 157 + 107 = 444 (100%)
R 180 of 444 ~ 40.54%
G 157 of 444 ~ 35.36%
B 107 of 444 ~ 24.1'%

%40.54
%35.36
%24.1

CMYK color model

#B49D6B color CMYK value is (0,13,41,29).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 40.56%
  • key color value is 29.41%
CMYK: (0,13,41,29) C0M13Y41K29 (0%,13%,41%,29%) (0.00/0.13/0.41/0.29) 

CMYK percentages

%0
%12.78
%40.56
%29.41

Codes

Color #B49D6B in popluar color models

B4 9D 6B
RGB 180 157 107
HSL 41° 32.74% 56.27%
HSB/HSV 41° 40.56% 70.59%
CMYK 0.00% 12.78% 40.56%
29.41%

Color #B49D6B in popluar number systems.

HEX B4 9D 6B
Decimal 180 157 107
Binary 10110100 10011101 1101011
Octal 264 235 153

Shades and tints

Shades of #B49D6B

#B49D6B
(180,157,107)
#A48F62
(164,143,98)
#948159
(148,129,89)
#847350
(132,115,80)
#746547
(116,101,71)
#64573E
(100,87,62)
#544935
(84,73,53)
#443B2C
(68,59,44)
#342D23
(52,45,35)
#241F1A
(36,31,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B49D6B

#B49D6B
(180,157,107)
#BAA578
(186,165,120)
#C0AD85
(192,173,133)
#C6B592
(198,181,146)
#CCBD9F
(204,189,159)
#D2C5AC
(210,197,172)
#D8CDB9
(216,205,185)
#DED5C6
(222,213,198)
#E4DDD3
(228,221,211)
#EAE5E0
(234,229,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49D6B; }

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

This text font color is #B49D6B.

Background Color

.myBgColor { background-color: #B49D6B; }

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

This div background color is #B49D6B.

Border color

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

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

This div border color is #B49D6B.

Opacity

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

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

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

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

This text has shadow with #B49D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49D6B.

Preview

Color preview on black background

This text has color #B49D6B on black background.


Color preview on white background

This text has color #B49D6B on white background.


Black color preview on #B49D6B background

This text has black color on #B49D6B background.


White color preview on #B49D6B background

This text has white color on #B49D6B background.


Related colors

Complementary color

Complementary color for #hex is #4B6294.


I love getcolorcode.com

Triadic colors

1 #6BB49D and #9D6BB4 with #B49D6B are triadic colors.

2 #6B9DB4 and #9DB46B with #B49D6B are triadic colors.