COLOR #B9B64C

HEX: #B9B64C RGB: (185,182,76)

Color info

#B9B64C contains mainly red and green colors. Web safe color of #B9B64C is #CCCC33 (or #CC3).

RGB color model

#B9B64C color RGB value is (185,182,76).

RGB: (185,182,76) (73%, 71%, 30%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 76 of 255 = 30%

185
182
76

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

Portions of RGB colors in percentages

R + G + B = 185 + 182 + 76 = 443 (100%)
R 185 of 443 ~ 41.76%
G 182 of 443 ~ 41.08%
B 76 of 443 ~ 17.16'%

%41.76
%41.08
%17.16

CMYK color model

#B9B64C color CMYK value is (0,2,59,27).

  • cyan value is 0.00%
  • magenta value is 1.62%
  • yellow value is 58.92%
  • key color value is 27.45%

CMYK: (0,2,59,27)
C0M2Y59K27 (0%, 2%, 59%, 27%)
(0.00 / 0.02 / 0.59 / 0.27)

CMYK percentages

%0
%1.62
%58.92
%27.45

Codes

Color #B9B64C in popluar color models

B9 B6 4C
RGB 185 182 76
HSL 58° 43.78% 51.18%
HSB/HSV 58° 58.92% 72.55%
CMYK 0.00% 1.62% 58.92%
27.45%

Color #B9B64C in popluar number systems.

HEX B9 B6 4C
Decimal 185 182 76
Binary 10111001 10110110 1001100
Octal 271 266 114

Shades and tints

Shades of #B9B64C

#B9B64C
(185,182,76)
#A9A646
(169,166,70)
#999640
(153,150,64)
#89863A
(137,134,58)
#797634
(121,118,52)
#69662E
(105,102,46)
#595628
(89,86,40)
#494622
(73,70,34)
#39361C
(57,54,28)
#292616
(41,38,22)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #B9B64C

#B9B64C
(185,182,76)
#BFBC5C
(191,188,92)
#C5C26C
(197,194,108)
#CBC87C
(203,200,124)
#D1CE8C
(209,206,140)
#D7D49C
(215,212,156)
#DDDAAC
(221,218,172)
#E3E0BC
(227,224,188)
#E9E6CC
(233,230,204)
#EFECDC
(239,236,220)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B64C color. Also use rgb(185,182,76) instead hex code.

Text Font Color

.myTextColor { color: #B9B64C; }

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

This text font color is #B9B64C.

Background Color

.myBgColor { background-color: #B9B64C; }

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

This div background color is #B9B64C.

Border color

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

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

This div border color is #B9B64C.

Opacity

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

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

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

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

This text has shadow with #B9B64C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B64C.

Preview

Color preview on black background

This text has color #B9B64C on black background.


Color preview on white background

This text has color #B9B64C on white background.


Black color preview on #B9B64C background

This text has black color on #B9B64C background.


White color preview on #B9B64C background

This text has white color on #B9B64C background.


Related colors

Complementary color

Complementary color for #hex is #4649B3.


I love getcolorcode.com

Triadic colors

1 #4CB9B6 and #B64CB9 with #B9B64C are triadic colors.

2 #4CB6B9 and #B6B94C with #B9B64C are triadic colors.