COLOR #B4946D

HEX: #B4946D
RGB: (180,148,109)

Color info

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

RGB color model

#B4946D color RGB value is (180,148,109).

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

RGB channels and saturation

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

180
148
109

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

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 109 = 437 (100%)
R 180 of 437 ~ 41.19%
G 148 of 437 ~ 33.87%
B 109 of 437 ~ 24.94%

%41.19
%33.87
%24.94

CMYK color model

#B4946D color CMYK value is (0,18,39,29).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(0,18,39,29)
C0M18Y39K29 
(0%,18%,39%,29%)
(0.00/0.18/0.39/0.29)	

CMYK percentages

%0
%17.78
%39.44
%29.41

Codes

Color #B4946D in popluar color models

B4946D
RGB180148109
HSL33°32.13%56.67%
HSB/HSV33°39.44%70.59%
CMYK0.00%17.78%39.44%
29.41%

Color #B4946D in popluar number systems.

HEXB4946D
Decimal180148109
Binary10110100100101001101101
Octal264224155

Shades and tints

Shades of #B4946D

#B4946D
(180,148,109)
#A48764
(164,135,100)
#947A5B
(148,122,91)
#846D52
(132,109,82)
#746049
(116,96,73)
#645340
(100,83,64)
#544637
(84,70,55)
#44392E
(68,57,46)
#342C25
(52,44,37)
#241F1C
(36,31,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B4946D

#B4946D
(180,148,109)
#BA9D7A
(186,157,122)
#C0A687
(192,166,135)
#C6AF94
(198,175,148)
#CCB8A1
(204,184,161)
#D2C1AE
(210,193,174)
#D8CABB
(216,202,187)
#DED3C8
(222,211,200)
#E4DCD5
(228,220,213)
#EAE5E2
(234,229,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4946D; }

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

This text font color is #B4946D.


Background Color

.myBgColor { background-color: #B4946D; }

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

This div background color is #B4946D.


Border color

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

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

This div border color is #B4946D.


Opacity

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

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

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

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

This text has shadow with #B4946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4946D on black background.


Color preview on white background

This text has color #B4946D on white background.



Black color preview on #B4946D background

This text has black color on #B4946D background.


White color preview on #B4946D background

This text has white color on #B4946D background.