COLOR #B9B179

HEX: #B9B179
RGB: (185,177,121)

Color info

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

RGB color model

#B9B179 color RGB value is (185,177,121).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 121 of 255 = 47%

185
177
121

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 121 = 483 (100%)
R 185 of 483 ~ 38.3%
G 177 of 483 ~ 36.65%
B 121 of 483 ~ 25.05%

%38.3
%36.65
%25.05

CMYK color model

#B9B179 color CMYK value is (0,4,35,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(0,4,35,27)
C0M4Y35K27 
(0%,4%,35%,27%)
(0.00/0.04/0.35/0.27)	

CMYK percentages

%0
%4.32
%34.59
%27.45

Codes

Color #B9B179 in popluar color models

B9B179
RGB185177121
HSL53°31.37%60.00%
HSB/HSV53°34.59%72.55%
CMYK0.00%4.32%34.59%
27.45%

Color #B9B179 in popluar number systems.

HEXB9B179
Decimal185177121
Binary10111001101100011111001
Octal271261171

Shades and tints

Shades of #B9B179

#B9B179
(185,177,121)
#A9A16E
(169,161,110)
#999163
(153,145,99)
#898158
(137,129,88)
#79714D
(121,113,77)
#696142
(105,97,66)
#595137
(89,81,55)
#49412C
(73,65,44)
#393121
(57,49,33)
#292116
(41,33,22)
#19110B
(25,17,11)
#000000
(0,0,0)

Tints of #B9B179

#B9B179
(185,177,121)
#BFB885
(191,184,133)
#C5BF91
(197,191,145)
#CBC69D
(203,198,157)
#D1CDA9
(209,205,169)
#D7D4B5
(215,212,181)
#DDDBC1
(221,219,193)
#E3E2CD
(227,226,205)
#E9E9D9
(233,233,217)
#EFF0E5
(239,240,229)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B179; }

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

This text font color is #B9B179.


Background Color

.myBgColor { background-color: #B9B179; }

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

This div background color is #B9B179.


Border color

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

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

This div border color is #B9B179.


Opacity

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

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

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

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

This text has shadow with #B9B179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B179 on black background.


Color preview on white background

This text has color #B9B179 on white background.



Black color preview on #B9B179 background

This text has black color on #B9B179 background.


White color preview on #B9B179 background

This text has white color on #B9B179 background.