COLOR #B9B771

HEX: #B9B771
RGB: (185,183,113)

Color info

#B9B771 contains mainly red and green colors. Web safe color of #B9B771 is #CCCC66 (or #CC6).

RGB color model

#B9B771 color RGB value is (185,183,113).

  • red value is 185;
  • green value is 183;
  • blue value is 113.
RGB:
(185,183,113)
(73%,72%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 113 of 255 = 44%

185
183
113

R + G + B ~ 63%. #B9B771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 113 = 481 (100%)
R 185 of 481 ~ 38.46%
G 183 of 481 ~ 38.05%
B 113 of 481 ~ 23.49%

%38.46
%38.05
%23.49

CMYK color model

#B9B771 color CMYK value is (0,1,39,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(0,1,39,27)
C0M1Y39K27 
(0%,1%,39%,27%)
(0.00/0.01/0.39/0.27)	

CMYK percentages

%0
%1.08
%38.92
%27.45

Codes

Color #B9B771 in popluar color models

B9B771
RGB185183113
HSL58°33.96%58.43%
HSB/HSV58°38.92%72.55%
CMYK0.00%1.08%38.92%
27.45%

Color #B9B771 in popluar number systems.

HEXB9B771
Decimal185183113
Binary10111001101101111110001
Octal271267161

Shades and tints

Shades of #B9B771

#B9B771
(185,183,113)
#A9A767
(169,167,103)
#99975D
(153,151,93)
#898753
(137,135,83)
#797749
(121,119,73)
#69673F
(105,103,63)
#595735
(89,87,53)
#49472B
(73,71,43)
#393721
(57,55,33)
#292717
(41,39,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #B9B771

#B9B771
(185,183,113)
#BFBD7D
(191,189,125)
#C5C389
(197,195,137)
#CBC995
(203,201,149)
#D1CFA1
(209,207,161)
#D7D5AD
(215,213,173)
#DDDBB9
(221,219,185)
#E3E1C5
(227,225,197)
#E9E7D1
(233,231,209)
#EFEDDD
(239,237,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B771 color. Also use rgb(185,183,113) instead hex code.

Text Font Color

.myTextColor { color: #B9B771; }

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

This text font color is #B9B771.


Background Color

.myBgColor { background-color: #B9B771; }

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

This div background color is #B9B771.


Border color

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

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

This div border color is #B9B771.


Opacity

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

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

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

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

This text has shadow with #B9B771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B771 on black background.


Color preview on white background

This text has color #B9B771 on white background.



Black color preview on #B9B771 background

This text has black color on #B9B771 background.


White color preview on #B9B771 background

This text has white color on #B9B771 background.