COLOR #B9BE62

HEX: #B9BE62
RGB: (185,190,98)

Color info

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

RGB color model

#B9BE62 color RGB value is (185,190,98).

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

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 98 of 255 = 38%

185
190
98

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 98 = 473 (100%)
R 185 of 473 ~ 39.11%
G 190 of 473 ~ 40.17%
B 98 of 473 ~ 20.72%

%39.11
%40.17
%20.72

CMYK color model

#B9BE62 color CMYK value is (3,0,48,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 25.49%
CMYK:
(3,0,48,25)
C3M0Y48K25 
(3%,0%,48%,25%)
(0.03/0.00/0.48/0.25)	

CMYK percentages

%2.63
%0
%48.42
%25.49

Codes

Color #B9BE62 in popluar color models

B9BE62
RGB18519098
HSL63°41.44%56.47%
HSB/HSV63°48.42%74.51%
CMYK2.63%0.00%48.42%
25.49%

Color #B9BE62 in popluar number systems.

HEXB9BE62
Decimal18519098
Binary10111001101111101100010
Octal271276142

Shades and tints

Shades of #B9BE62

#B9BE62
(185,190,98)
#A9AD5A
(169,173,90)
#999C52
(153,156,82)
#898B4A
(137,139,74)
#797A42
(121,122,66)
#69693A
(105,105,58)
#595832
(89,88,50)
#49472A
(73,71,42)
#393622
(57,54,34)
#29251A
(41,37,26)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #B9BE62

#B9BE62
(185,190,98)
#BFC370
(191,195,112)
#C5C87E
(197,200,126)
#CBCD8C
(203,205,140)
#D1D29A
(209,210,154)
#D7D7A8
(215,215,168)
#DDDCB6
(221,220,182)
#E3E1C4
(227,225,196)
#E9E6D2
(233,230,210)
#EFEBE0
(239,235,224)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BE62; }

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

This text font color is #B9BE62.


Background Color

.myBgColor { background-color: #B9BE62; }

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

This div background color is #B9BE62.


Border color

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

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

This div border color is #B9BE62.


Opacity

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

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

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

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

This text has shadow with #B9BE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BE62 on black background.


Color preview on white background

This text has color #B9BE62 on white background.



Black color preview on #B9BE62 background

This text has black color on #B9BE62 background.


White color preview on #B9BE62 background

This text has white color on #B9BE62 background.