COLOR #B9B668

HEX: #B9B668
RGB: (185,182,104)

Color info

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

RGB color model

#B9B668 color RGB value is (185,182,104).

  • red value is 185;
  • green value is 182;
  • blue value is 104.
RGB:
(185,182,104)
(73%,71%,41%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 104 of 255 = 41%

185
182
104

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

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 104 = 471 (100%)
R 185 of 471 ~ 39.28%
G 182 of 471 ~ 38.64%
B 104 of 471 ~ 22.08%

%39.28
%38.64
%22.08

CMYK color model

#B9B668 color CMYK value is (0,2,44,27).

  • cyan value is 0.00%
  • magenta value is 1.62%
  • yellow value is 43.78%
  • key color value is 27.45%
CMYK:
(0,2,44,27)
C0M2Y44K27 
(0%,2%,44%,27%)
(0.00/0.02/0.44/0.27)	

CMYK percentages

%0
%1.62
%43.78
%27.45

Codes

Color #B9B668 in popluar color models

B9B668
RGB185182104
HSL58°36.65%56.67%
HSB/HSV58°43.78%72.55%
CMYK0.00%1.62%43.78%
27.45%

Color #B9B668 in popluar number systems.

HEXB9B668
Decimal185182104
Binary10111001101101101101000
Octal271266150

Shades and tints

Shades of #B9B668

#B9B668
(185,182,104)
#A9A65F
(169,166,95)
#999656
(153,150,86)
#89864D
(137,134,77)
#797644
(121,118,68)
#69663B
(105,102,59)
#595632
(89,86,50)
#494629
(73,70,41)
#393620
(57,54,32)
#292617
(41,38,23)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #B9B668

#B9B668
(185,182,104)
#BFBC75
(191,188,117)
#C5C282
(197,194,130)
#CBC88F
(203,200,143)
#D1CE9C
(209,206,156)
#D7D4A9
(215,212,169)
#DDDAB6
(221,218,182)
#E3E0C3
(227,224,195)
#E9E6D0
(233,230,208)
#EFECDD
(239,236,221)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B668; }

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

This text font color is #B9B668.


Background Color

.myBgColor { background-color: #B9B668; }

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

This div background color is #B9B668.


Border color

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

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

This div border color is #B9B668.


Opacity

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

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

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

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

This text has shadow with #B9B668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B668 on black background.


Color preview on white background

This text has color #B9B668 on white background.



Black color preview on #B9B668 background

This text has black color on #B9B668 background.


White color preview on #B9B668 background

This text has white color on #B9B668 background.