COLOR #B9BF67

HEX: #B9BF67
RGB: (185,191,103)

Color info

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

RGB color model

#B9BF67 color RGB value is (185,191,103).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 103 of 255 = 40%

185
191
103

R + G + B ~ 63%. #B9BF67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 103 = 479 (100%)
R 185 of 479 ~ 38.62%
G 191 of 479 ~ 39.87%
B 103 of 479 ~ 21.5%

%38.62
%39.87
%21.5

CMYK color model

#B9BF67 color CMYK value is (3,0,46,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 46.07%
  • key color value is 25.10%
CMYK:
(3,0,46,25)
C3M0Y46K25 
(3%,0%,46%,25%)
(0.03/0.00/0.46/0.25)	

CMYK percentages

%3.14
%0
%46.07
%25.1

Codes

Color #B9BF67 in popluar color models

B9BF67
RGB185191103
HSL64°40.74%57.65%
HSB/HSV64°46.07%74.90%
CMYK3.14%0.00%46.07%
25.10%

Color #B9BF67 in popluar number systems.

HEXB9BF67
Decimal185191103
Binary10111001101111111100111
Octal271277147

Shades and tints

Shades of #B9BF67

#B9BF67
(185,191,103)
#A9AE5E
(169,174,94)
#999D55
(153,157,85)
#898C4C
(137,140,76)
#797B43
(121,123,67)
#696A3A
(105,106,58)
#595931
(89,89,49)
#494828
(73,72,40)
#39371F
(57,55,31)
#292616
(41,38,22)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #B9BF67

#B9BF67
(185,191,103)
#BFC474
(191,196,116)
#C5C981
(197,201,129)
#CBCE8E
(203,206,142)
#D1D39B
(209,211,155)
#D7D8A8
(215,216,168)
#DDDDB5
(221,221,181)
#E3E2C2
(227,226,194)
#E9E7CF
(233,231,207)
#EFECDC
(239,236,220)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BF67; }

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

This text font color is #B9BF67.


Background Color

.myBgColor { background-color: #B9BF67; }

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

This div background color is #B9BF67.


Border color

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

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

This div border color is #B9BF67.


Opacity

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

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

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

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

This text has shadow with #B9BF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BF67 on black background.


Color preview on white background

This text has color #B9BF67 on white background.



Black color preview on #B9BF67 background

This text has black color on #B9BF67 background.


White color preview on #B9BF67 background

This text has white color on #B9BF67 background.