COLOR #B49C75

HEX: #B49C75 RGB: (180,156,117)

Color info

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

RGB color model

#B49C75 color RGB value is (180,156,117).

RGB: (180,156,117) (71%, 61%, 46%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 117 of 255 = 46%

180
156
117

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 117 = 453 (100%)
R 180 of 453 ~ 39.74%
G 156 of 453 ~ 34.44%
B 117 of 453 ~ 25.83'%

%39.74
%34.44
%25.83

CMYK color model

#B49C75 color CMYK value is (0,13,35,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 35.00%
  • key color value is 29.41%

CMYK: (0,13,35,29)
C0M13Y35K29 (0%, 13%, 35%, 29%)
(0.00 / 0.13 / 0.35 / 0.29)

CMYK percentages

%0
%13.33
%35
%29.41

Codes

Color #B49C75 in popluar color models

B4 9C 75
RGB 180 156 117
HSL 37° 29.58% 58.24%
HSB/HSV 37° 35.00% 70.59%
CMYK 0.00% 13.33% 35.00%
29.41%

Color #B49C75 in popluar number systems.

HEX B4 9C 75
Decimal 180 156 117
Binary 10110100 10011100 1110101
Octal 264 234 165

Shades and tints

Shades of #B49C75

#B49C75
(180,156,117)
#A48E6B
(164,142,107)
#948061
(148,128,97)
#847257
(132,114,87)
#74644D
(116,100,77)
#645643
(100,86,67)
#544839
(84,72,57)
#443A2F
(68,58,47)
#342C25
(52,44,37)
#241E1B
(36,30,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B49C75

#B49C75
(180,156,117)
#BAA581
(186,165,129)
#C0AE8D
(192,174,141)
#C6B799
(198,183,153)
#CCC0A5
(204,192,165)
#D2C9B1
(210,201,177)
#D8D2BD
(216,210,189)
#DEDBC9
(222,219,201)
#E4E4D5
(228,228,213)
#EAEDE1
(234,237,225)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49C75 color. Also use rgb(180,156,117) instead hex code.

Text Font Color

.myTextColor { color: #B49C75; }

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

This text font color is #B49C75.

Background Color

.myBgColor { background-color: #B49C75; }

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

This div background color is #B49C75.

Border color

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

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

This div border color is #B49C75.

Opacity

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

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

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

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

This text has shadow with #B49C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49C75.

Preview

Color preview on black background

This text has color #B49C75 on black background.


Color preview on white background

This text has color #B49C75 on white background.


Black color preview on #B49C75 background

This text has black color on #B49C75 background.


White color preview on #B49C75 background

This text has white color on #B49C75 background.


Related colors

Complementary color

Complementary color for #hex is #4B638A.


I love getcolorcode.com

Triadic colors

1 #75B49C and #9C75B4 with #B49C75 are triadic colors.

2 #759CB4 and #9CB475 with #B49C75 are triadic colors.