COLOR #B8B171

HEX: #B8B171
RGB: (184,177,113)

Color info

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

RGB color model

#B8B171 color RGB value is (184,177,113).

  • red value is 184;
  • green value is 177;
  • blue value is 113.
RGB:
(184,177,113)
(72%,69%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 177 of 255 = 69%
B 113 of 255 = 44%

184
177
113

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

Portions of RGB colors in percentages

R + G + B =
184 + 177 + 113 = 474 (100%)
R 184 of 474 ~ 38.82%
G 177 of 474 ~ 37.34%
B 113 of 474 ~ 23.84%

%38.82
%37.34
%23.84

CMYK color model

#B8B171 color CMYK value is (0,4,39,28).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 38.59%
  • key color value is 27.84%
CMYK:
(0,4,39,28)
C0M4Y39K28 
(0%,4%,39%,28%)
(0.00/0.04/0.39/0.28)	

CMYK percentages

%0
%3.8
%38.59
%27.84

Codes

Color #B8B171 in popluar color models

B8B171
RGB184177113
HSL54°33.33%58.24%
HSB/HSV54°38.59%72.16%
CMYK0.00%3.80%38.59%
27.84%

Color #B8B171 in popluar number systems.

HEXB8B171
Decimal184177113
Binary10111000101100011110001
Octal270261161

Shades and tints

Shades of #B8B171

#B8B171
(184,177,113)
#A8A167
(168,161,103)
#98915D
(152,145,93)
#888153
(136,129,83)
#787149
(120,113,73)
#68613F
(104,97,63)
#585135
(88,81,53)
#48412B
(72,65,43)
#383121
(56,49,33)
#282117
(40,33,23)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #B8B171

#B8B171
(184,177,113)
#BEB87D
(190,184,125)
#C4BF89
(196,191,137)
#CAC695
(202,198,149)
#D0CDA1
(208,205,161)
#D6D4AD
(214,212,173)
#DCDBB9
(220,219,185)
#E2E2C5
(226,226,197)
#E8E9D1
(232,233,209)
#EEF0DD
(238,240,221)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B171 color. Also use rgb(184,177,113) instead hex code.

Text Font Color

.myTextColor { color: #B8B171; }

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

This text font color is #B8B171.


Background Color

.myBgColor { background-color: #B8B171; }

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

This div background color is #B8B171.


Border color

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

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

This div border color is #B8B171.


Opacity

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

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

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

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

This text has shadow with #B8B171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B171 on black background.


Color preview on white background

This text has color #B8B171 on white background.



Black color preview on #B8B171 background

This text has black color on #B8B171 background.


White color preview on #B8B171 background

This text has white color on #B8B171 background.