COLOR #B4B371

HEX: #B4B371
RGB: (180,179,113)

Color info

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

RGB color model

#B4B371 color RGB value is (180,179,113).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 113 of 255 = 44%

180
179
113

R + G + B ~ 62%. #B4B371 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 113 = 472 (100%)
R 180 of 472 ~ 38.14%
G 179 of 472 ~ 37.92%
B 113 of 472 ~ 23.94%

%38.14
%37.92
%23.94

CMYK color model

#B4B371 color CMYK value is (0,1,37,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 37.22%
  • key color value is 29.41%
CMYK:
(0,1,37,29)
C0M1Y37K29 
(0%,1%,37%,29%)
(0.00/0.01/0.37/0.29)	

CMYK percentages

%0
%0.56
%37.22
%29.41

Codes

Color #B4B371 in popluar color models

B4B371
RGB180179113
HSL59°30.88%57.45%
HSB/HSV59°37.22%70.59%
CMYK0.00%0.56%37.22%
29.41%

Color #B4B371 in popluar number systems.

HEXB4B371
Decimal180179113
Binary10110100101100111110001
Octal264263161

Shades and tints

Shades of #B4B371

#B4B371
(180,179,113)
#A4A367
(164,163,103)
#94935D
(148,147,93)
#848353
(132,131,83)
#747349
(116,115,73)
#64633F
(100,99,63)
#545335
(84,83,53)
#44432B
(68,67,43)
#343321
(52,51,33)
#242317
(36,35,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #B4B371

#B4B371
(180,179,113)
#BAB97D
(186,185,125)
#C0BF89
(192,191,137)
#C6C595
(198,197,149)
#CCCBA1
(204,203,161)
#D2D1AD
(210,209,173)
#D8D7B9
(216,215,185)
#DEDDC5
(222,221,197)
#E4E3D1
(228,227,209)
#EAE9DD
(234,233,221)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B371; }

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

This text font color is #B4B371.


Background Color

.myBgColor { background-color: #B4B371; }

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

This div background color is #B4B371.


Border color

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

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

This div border color is #B4B371.


Opacity

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

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

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

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

This text has shadow with #B4B371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B371 on black background.


Color preview on white background

This text has color #B4B371 on white background.



Black color preview on #B4B371 background

This text has black color on #B4B371 background.


White color preview on #B4B371 background

This text has white color on #B4B371 background.