COLOR #B9B760

HEX: #B9B760
RGB: (185,183,96)

Color info

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

RGB color model

#B9B760 color RGB value is (185,183,96).

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

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 96 of 255 = 38%

185
183
96

R + G + B ~ 61%. #B9B760 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 96 = 464 (100%)
R 185 of 464 ~ 39.87%
G 183 of 464 ~ 39.44%
B 96 of 464 ~ 20.69%

%39.87
%39.44
%20.69

CMYK color model

#B9B760 color CMYK value is (0,1,48,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK:
(0,1,48,27)
C0M1Y48K27 
(0%,1%,48%,27%)
(0.00/0.01/0.48/0.27)	

CMYK percentages

%0
%1.08
%48.11
%27.45

Codes

Color #B9B760 in popluar color models

B9B760
RGB18518396
HSL59°38.86%55.10%
HSB/HSV59°48.11%72.55%
CMYK0.00%1.08%48.11%
27.45%

Color #B9B760 in popluar number systems.

HEXB9B760
Decimal18518396
Binary10111001101101111100000
Octal271267140

Shades and tints

Shades of #B9B760

#B9B760
(185,183,96)
#A9A758
(169,167,88)
#999750
(153,151,80)
#898748
(137,135,72)
#797740
(121,119,64)
#696738
(105,103,56)
#595730
(89,87,48)
#494728
(73,71,40)
#393720
(57,55,32)
#292718
(41,39,24)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B9B760

#B9B760
(185,183,96)
#BFBD6E
(191,189,110)
#C5C37C
(197,195,124)
#CBC98A
(203,201,138)
#D1CF98
(209,207,152)
#D7D5A6
(215,213,166)
#DDDBB4
(221,219,180)
#E3E1C2
(227,225,194)
#E9E7D0
(233,231,208)
#EFEDDE
(239,237,222)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B760; }

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

This text font color is #B9B760.


Background Color

.myBgColor { background-color: #B9B760; }

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

This div background color is #B9B760.


Border color

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

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

This div border color is #B9B760.


Opacity

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

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

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

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

This text has shadow with #B9B760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B760 on black background.


Color preview on white background

This text has color #B9B760 on white background.



Black color preview on #B9B760 background

This text has black color on #B9B760 background.


White color preview on #B9B760 background

This text has white color on #B9B760 background.