COLOR #B9B360

HEX: #B9B360
RGB: (185,179,96)

Color info

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

RGB color model

#B9B360 color RGB value is (185,179,96).

  • red value is 185;
  • green value is 179;
  • blue value is 96.
RGB:
(185,179,96)
(73%,70%,38%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 96 of 255 = 38%

185
179
96

R + G + B ~ 60%. #B9B360 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 96 = 460 (100%)
R 185 of 460 ~ 40.22%
G 179 of 460 ~ 38.91%
B 96 of 460 ~ 20.87%

%40.22
%38.91
%20.87

CMYK color model

#B9B360 color CMYK value is (0,3,48,27).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK:
(0,3,48,27)
C0M3Y48K27 
(0%,3%,48%,27%)
(0.00/0.03/0.48/0.27)	

CMYK percentages

%0
%3.24
%48.11
%27.45

Codes

Color #B9B360 in popluar color models

B9B360
RGB18517996
HSL56°38.86%55.10%
HSB/HSV56°48.11%72.55%
CMYK0.00%3.24%48.11%
27.45%

Color #B9B360 in popluar number systems.

HEXB9B360
Decimal18517996
Binary10111001101100111100000
Octal271263140

Shades and tints

Shades of #B9B360

#B9B360
(185,179,96)
#A9A358
(169,163,88)
#999350
(153,147,80)
#898348
(137,131,72)
#797340
(121,115,64)
#696338
(105,99,56)
#595330
(89,83,48)
#494328
(73,67,40)
#393320
(57,51,32)
#292318
(41,35,24)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #B9B360

#B9B360
(185,179,96)
#BFB96E
(191,185,110)
#C5BF7C
(197,191,124)
#CBC58A
(203,197,138)
#D1CB98
(209,203,152)
#D7D1A6
(215,209,166)
#DDD7B4
(221,215,180)
#E3DDC2
(227,221,194)
#E9E3D0
(233,227,208)
#EFE9DE
(239,233,222)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B360 color. Also use rgb(185,179,96) instead hex code.

Text Font Color

.myTextColor { color: #B9B360; }

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

This text font color is #B9B360.


Background Color

.myBgColor { background-color: #B9B360; }

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

This div background color is #B9B360.


Border color

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

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

This div border color is #B9B360.


Opacity

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

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

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

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

This text has shadow with #B9B360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B360 on black background.


Color preview on white background

This text has color #B9B360 on white background.



Black color preview on #B9B360 background

This text has black color on #B9B360 background.


White color preview on #B9B360 background

This text has white color on #B9B360 background.