COLOR #B4956D

HEX: #B4956D
RGB: (180,149,109)

Color info

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

RGB color model

#B4956D color RGB value is (180,149,109).

  • red value is 180;
  • green value is 149;
  • blue value is 109.
RGB:
(180,149,109)
(71%,58%,43%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 109 of 255 = 43%

180
149
109

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 109 = 438 (100%)
R 180 of 438 ~ 41.1%
G 149 of 438 ~ 34.02%
B 109 of 438 ~ 24.89%

%41.1
%34.02
%24.89

CMYK color model

#B4956D color CMYK value is (0,17,39,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(0,17,39,29)
C0M17Y39K29 
(0%,17%,39%,29%)
(0.00/0.17/0.39/0.29)	

CMYK percentages

%0
%17.22
%39.44
%29.41

Codes

Color #B4956D in popluar color models

B4956D
RGB180149109
HSL34°32.13%56.67%
HSB/HSV34°39.44%70.59%
CMYK0.00%17.22%39.44%
29.41%

Color #B4956D in popluar number systems.

HEXB4956D
Decimal180149109
Binary10110100100101011101101
Octal264225155

Shades and tints

Shades of #B4956D

#B4956D
(180,149,109)
#A48864
(164,136,100)
#947B5B
(148,123,91)
#846E52
(132,110,82)
#746149
(116,97,73)
#645440
(100,84,64)
#544737
(84,71,55)
#443A2E
(68,58,46)
#342D25
(52,45,37)
#24201C
(36,32,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4956D

#B4956D
(180,149,109)
#BA9E7A
(186,158,122)
#C0A787
(192,167,135)
#C6B094
(198,176,148)
#CCB9A1
(204,185,161)
#D2C2AE
(210,194,174)
#D8CBBB
(216,203,187)
#DED4C8
(222,212,200)
#E4DDD5
(228,221,213)
#EAE6E2
(234,230,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4956D color. Also use rgb(180,149,109) instead hex code.

Text Font Color

.myTextColor { color: #B4956D; }

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

This text font color is #B4956D.


Background Color

.myBgColor { background-color: #B4956D; }

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

This div background color is #B4956D.


Border color

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

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

This div border color is #B4956D.


Opacity

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

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

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

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

This text has shadow with #B4956D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4956D on black background.


Color preview on white background

This text has color #B4956D on white background.



Black color preview on #B4956D background

This text has black color on #B4956D background.


White color preview on #B4956D background

This text has white color on #B4956D background.