COLOR #B9B467

HEX: #B9B467
RGB: (185,180,103)

Color info

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

RGB color model

#B9B467 color RGB value is (185,180,103).

  • red value is 185;
  • green value is 180;
  • blue value is 103.
RGB:
(185,180,103)
(73%,71%,40%)

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 103 of 255 = 40%

185
180
103

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 103 = 468 (100%)
R 185 of 468 ~ 39.53%
G 180 of 468 ~ 38.46%
B 103 of 468 ~ 22.01%

%39.53
%38.46
%22.01

CMYK color model

#B9B467 color CMYK value is (0,3,44,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 44.32%
  • key color value is 27.45%
CMYK:
(0,3,44,27)
C0M3Y44K27 
(0%,3%,44%,27%)
(0.00/0.03/0.44/0.27)	

CMYK percentages

%0
%2.7
%44.32
%27.45

Codes

Color #B9B467 in popluar color models

B9B467
RGB185180103
HSL56°36.94%56.47%
HSB/HSV56°44.32%72.55%
CMYK0.00%2.70%44.32%
27.45%

Color #B9B467 in popluar number systems.

HEXB9B467
Decimal185180103
Binary10111001101101001100111
Octal271264147

Shades and tints

Shades of #B9B467

#B9B467
(185,180,103)
#A9A45E
(169,164,94)
#999455
(153,148,85)
#89844C
(137,132,76)
#797443
(121,116,67)
#69643A
(105,100,58)
#595431
(89,84,49)
#494428
(73,68,40)
#39341F
(57,52,31)
#292416
(41,36,22)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #B9B467

#B9B467
(185,180,103)
#BFBA74
(191,186,116)
#C5C081
(197,192,129)
#CBC68E
(203,198,142)
#D1CC9B
(209,204,155)
#D7D2A8
(215,210,168)
#DDD8B5
(221,216,181)
#E3DEC2
(227,222,194)
#E9E4CF
(233,228,207)
#EFEADC
(239,234,220)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B467 color. Also use rgb(185,180,103) instead hex code.

Text Font Color

.myTextColor { color: #B9B467; }

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

This text font color is #B9B467.


Background Color

.myBgColor { background-color: #B9B467; }

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

This div background color is #B9B467.


Border color

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

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

This div border color is #B9B467.


Opacity

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

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

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

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

This text has shadow with #B9B467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B467 on black background.


Color preview on white background

This text has color #B9B467 on white background.



Black color preview on #B9B467 background

This text has black color on #B9B467 background.


White color preview on #B9B467 background

This text has white color on #B9B467 background.