COLOR #B9B17B

HEX: #B9B17B
RGB: (185,177,123)

Color info

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

RGB color model

#B9B17B color RGB value is (185,177,123).

  • red value is 185;
  • green value is 177;
  • blue value is 123.
RGB:
(185,177,123)
(73%,69%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 123 of 255 = 48%

185
177
123

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 123 = 485 (100%)
R 185 of 485 ~ 38.14%
G 177 of 485 ~ 36.49%
B 123 of 485 ~ 25.36%

%38.14
%36.49
%25.36

CMYK color model

#B9B17B color CMYK value is (0,4,34,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(0,4,34,27)
C0M4Y34K27 
(0%,4%,34%,27%)
(0.00/0.04/0.34/0.27)	

CMYK percentages

%0
%4.32
%33.51
%27.45

Codes

Color #B9B17B in popluar color models

B9B17B
RGB185177123
HSL52°30.69%60.39%
HSB/HSV52°33.51%72.55%
CMYK0.00%4.32%33.51%
27.45%

Color #B9B17B in popluar number systems.

HEXB9B17B
Decimal185177123
Binary10111001101100011111011
Octal271261173

Shades and tints

Shades of #B9B17B

#B9B17B
(185,177,123)
#A9A170
(169,161,112)
#999165
(153,145,101)
#89815A
(137,129,90)
#79714F
(121,113,79)
#696144
(105,97,68)
#595139
(89,81,57)
#49412E
(73,65,46)
#393123
(57,49,35)
#292118
(41,33,24)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #B9B17B

#B9B17B
(185,177,123)
#BFB887
(191,184,135)
#C5BF93
(197,191,147)
#CBC69F
(203,198,159)
#D1CDAB
(209,205,171)
#D7D4B7
(215,212,183)
#DDDBC3
(221,219,195)
#E3E2CF
(227,226,207)
#E9E9DB
(233,233,219)
#EFF0E7
(239,240,231)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B17B color. Also use rgb(185,177,123) instead hex code.

Text Font Color

.myTextColor { color: #B9B17B; }

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

This text font color is #B9B17B.


Background Color

.myBgColor { background-color: #B9B17B; }

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

This div background color is #B9B17B.


Border color

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

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

This div border color is #B9B17B.


Opacity

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

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

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

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

This text has shadow with #B9B17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B17B on black background.


Color preview on white background

This text has color #B9B17B on white background.



Black color preview on #B9B17B background

This text has black color on #B9B17B background.


White color preview on #B9B17B background

This text has white color on #B9B17B background.