COLOR #B9BE8A

HEX: #B9BE8A
RGB: (185,190,138)

Color info

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

RGB color model

#B9BE8A color RGB value is (185,190,138).

  • red value is 185;
  • green value is 190;
  • blue value is 138.
RGB:
(185,190,138)
(73%,75%,54%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 138 of 255 = 54%

185
190
138

R + G + B ~ 67%. #B9BE8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 138 = 513 (100%)
R 185 of 513 ~ 36.06%
G 190 of 513 ~ 37.04%
B 138 of 513 ~ 26.9%

%36.06
%37.04
%26.9

CMYK color model

#B9BE8A color CMYK value is (3,0,27,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK:
(3,0,27,25)
C3M0Y27K25 
(3%,0%,27%,25%)
(0.03/0.00/0.27/0.25)	

CMYK percentages

%2.63
%0
%27.37
%25.49

Codes

Color #B9BE8A in popluar color models

B9BE8A
RGB185190138
HSL66°28.57%64.31%
HSB/HSV66°27.37%74.51%
CMYK2.63%0.00%27.37%
25.49%

Color #B9BE8A in popluar number systems.

HEXB9BE8A
Decimal185190138
Binary101110011011111010001010
Octal271276212

Shades and tints

Shades of #B9BE8A

#B9BE8A
(185,190,138)
#A9AD7E
(169,173,126)
#999C72
(153,156,114)
#898B66
(137,139,102)
#797A5A
(121,122,90)
#69694E
(105,105,78)
#595842
(89,88,66)
#494736
(73,71,54)
#39362A
(57,54,42)
#29251E
(41,37,30)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #B9BE8A

#B9BE8A
(185,190,138)
#BFC394
(191,195,148)
#C5C89E
(197,200,158)
#CBCDA8
(203,205,168)
#D1D2B2
(209,210,178)
#D7D7BC
(215,215,188)
#DDDCC6
(221,220,198)
#E3E1D0
(227,225,208)
#E9E6DA
(233,230,218)
#EFEBE4
(239,235,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BE8A color. Also use rgb(185,190,138) instead hex code.

Text Font Color

.myTextColor { color: #B9BE8A; }

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

This text font color is #B9BE8A.


Background Color

.myBgColor { background-color: #B9BE8A; }

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

This div background color is #B9BE8A.


Border color

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

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

This div border color is #B9BE8A.


Opacity

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

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

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

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

This text has shadow with #B9BE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BE8A on black background.


Color preview on white background

This text has color #B9BE8A on white background.



Black color preview on #B9BE8A background

This text has black color on #B9BE8A background.


White color preview on #B9BE8A background

This text has white color on #B9BE8A background.