COLOR #B4A671

HEX: #B4A671
RGB: (180,166,113)

Color info

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

RGB color model

#B4A671 color RGB value is (180,166,113).

  • red value is 180;
  • green value is 166;
  • blue value is 113.
RGB:
(180,166,113)
(71%,65%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 166 of 255 = 65%
B 113 of 255 = 44%

180
166
113

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

Portions of RGB colors in percentages

R + G + B =
180 + 166 + 113 = 459 (100%)
R 180 of 459 ~ 39.22%
G 166 of 459 ~ 36.17%
B 113 of 459 ~ 24.62%

%39.22
%36.17
%24.62

CMYK color model

#B4A671 color CMYK value is (0,8,37,29).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(0,8,37,29)
C0M8Y37K29 
(0%,8%,37%,29%)
(0.00/0.08/0.37/0.29)	

CMYK percentages

%0
%7.78
%37.22
%29.41

Codes

Color #B4A671 in popluar color models

B4A671
RGB180166113
HSL47°30.88%57.45%
HSB/HSV47°37.22%70.59%
CMYK0.00%7.78%37.22%
29.41%

Color #B4A671 in popluar number systems.

HEXB4A671
Decimal180166113
Binary10110100101001101110001
Octal264246161

Shades and tints

Shades of #B4A671

#B4A671
(180,166,113)
#A49767
(164,151,103)
#94885D
(148,136,93)
#847953
(132,121,83)
#746A49
(116,106,73)
#645B3F
(100,91,63)
#544C35
(84,76,53)
#443D2B
(68,61,43)
#342E21
(52,46,33)
#241F17
(36,31,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #B4A671

#B4A671
(180,166,113)
#BAAE7D
(186,174,125)
#C0B689
(192,182,137)
#C6BE95
(198,190,149)
#CCC6A1
(204,198,161)
#D2CEAD
(210,206,173)
#D8D6B9
(216,214,185)
#DEDEC5
(222,222,197)
#E4E6D1
(228,230,209)
#EAEEDD
(234,238,221)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A671 color. Also use rgb(180,166,113) instead hex code.

Text Font Color

.myTextColor { color: #B4A671; }

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

This text font color is #B4A671.


Background Color

.myBgColor { background-color: #B4A671; }

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

This div background color is #B4A671.


Border color

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

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

This div border color is #B4A671.


Opacity

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

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

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

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

This text has shadow with #B4A671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A671 on black background.


Color preview on white background

This text has color #B4A671 on white background.



Black color preview on #B4A671 background

This text has black color on #B4A671 background.


White color preview on #B4A671 background

This text has white color on #B4A671 background.