COLOR #B9BC9A

HEX: #B9BC9A
RGB: (185,188,154)

Color info

#B9BC9A contains red, green and blue colors in about the same proportion. Web safe color of #B9BC9A is #CCCC99 (or #CC9).

RGB color model

#B9BC9A color RGB value is (185,188,154).

  • red value is 185;
  • green value is 188;
  • blue value is 154.
RGB:
(185,188,154)
(73%,74%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 154 of 255 = 60%

185
188
154

R + G + B ~ 69%. #B9BC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 154 = 527 (100%)
R 185 of 527 ~ 35.1%
G 188 of 527 ~ 35.67%
B 154 of 527 ~ 29.22%

%35.1
%35.67
%29.22

CMYK color model

#B9BC9A color CMYK value is (2,0,18,26).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(2,0,18,26)
C2M0Y18K26 
(2%,0%,18%,26%)
(0.02/0.00/0.18/0.26)	

CMYK percentages

%1.6
%0
%18.09
%26.27

Codes

Color #B9BC9A in popluar color models

B9BC9A
RGB185188154
HSL65°20.24%67.06%
HSB/HSV65°18.09%73.73%
CMYK1.60%0.00%18.09%
26.27%

Color #B9BC9A in popluar number systems.

HEXB9BC9A
Decimal185188154
Binary101110011011110010011010
Octal271274232

Shades and tints

Shades of #B9BC9A

#B9BC9A
(185,188,154)
#A9AB8C
(169,171,140)
#999A7E
(153,154,126)
#898970
(137,137,112)
#797862
(121,120,98)
#696754
(105,103,84)
#595646
(89,86,70)
#494538
(73,69,56)
#39342A
(57,52,42)
#29231C
(41,35,28)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #B9BC9A

#B9BC9A
(185,188,154)
#BFC2A3
(191,194,163)
#C5C8AC
(197,200,172)
#CBCEB5
(203,206,181)
#D1D4BE
(209,212,190)
#D7DAC7
(215,218,199)
#DDE0D0
(221,224,208)
#E3E6D9
(227,230,217)
#E9ECE2
(233,236,226)
#EFF2EB
(239,242,235)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BC9A color. Also use rgb(185,188,154) instead hex code.

Text Font Color

.myTextColor { color: #B9BC9A; }

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

This text font color is #B9BC9A.


Background Color

.myBgColor { background-color: #B9BC9A; }

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

This div background color is #B9BC9A.


Border color

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

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

This div border color is #B9BC9A.


Opacity

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

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

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

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

This text has shadow with #B9BC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BC9A on black background.


Color preview on white background

This text has color #B9BC9A on white background.



Black color preview on #B9BC9A background

This text has black color on #B9BC9A background.


White color preview on #B9BC9A background

This text has white color on #B9BC9A background.