COLOR #B9B170

HEX: #B9B170
RGB: (185,177,112)

Color info

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

RGB color model

#B9B170 color RGB value is (185,177,112).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 112 of 255 = 44%

185
177
112

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 112 = 474 (100%)
R 185 of 474 ~ 39.03%
G 177 of 474 ~ 37.34%
B 112 of 474 ~ 23.63%

%39.03
%37.34
%23.63

CMYK color model

#B9B170 color CMYK value is (0,4,39,27).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(0,4,39,27)
C0M4Y39K27 
(0%,4%,39%,27%)
(0.00/0.04/0.39/0.27)	

CMYK percentages

%0
%4.32
%39.46
%27.45

Codes

Color #B9B170 in popluar color models

B9B170
RGB185177112
HSL53°34.27%58.24%
HSB/HSV53°39.46%72.55%
CMYK0.00%4.32%39.46%
27.45%

Color #B9B170 in popluar number systems.

HEXB9B170
Decimal185177112
Binary10111001101100011110000
Octal271261160

Shades and tints

Shades of #B9B170

#B9B170
(185,177,112)
#A9A166
(169,161,102)
#99915C
(153,145,92)
#898152
(137,129,82)
#797148
(121,113,72)
#69613E
(105,97,62)
#595134
(89,81,52)
#49412A
(73,65,42)
#393120
(57,49,32)
#292116
(41,33,22)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #B9B170

#B9B170
(185,177,112)
#BFB87D
(191,184,125)
#C5BF8A
(197,191,138)
#CBC697
(203,198,151)
#D1CDA4
(209,205,164)
#D7D4B1
(215,212,177)
#DDDBBE
(221,219,190)
#E3E2CB
(227,226,203)
#E9E9D8
(233,233,216)
#EFF0E5
(239,240,229)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B170; }

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

This text font color is #B9B170.


Background Color

.myBgColor { background-color: #B9B170; }

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

This div background color is #B9B170.


Border color

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

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

This div border color is #B9B170.


Opacity

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

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

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

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

This text has shadow with #B9B170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B170 on black background.


Color preview on white background

This text has color #B9B170 on white background.



Black color preview on #B9B170 background

This text has black color on #B9B170 background.


White color preview on #B9B170 background

This text has white color on #B9B170 background.