COLOR #B9BF75

HEX: #B9BF75
RGB: (185,191,117)

Color info

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

RGB color model

#B9BF75 color RGB value is (185,191,117).

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

RGB channels and saturation

R 185 of 255 = 73%
G 191 of 255 = 75%
B 117 of 255 = 46%

185
191
117

R + G + B ~ 65%. #B9BF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 117 = 493 (100%)
R 185 of 493 ~ 37.53%
G 191 of 493 ~ 38.74%
B 117 of 493 ~ 23.73%

%37.53
%38.74
%23.73

CMYK color model

#B9BF75 color CMYK value is (3,0,39,25).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(3,0,39,25)
C3M0Y39K25 
(3%,0%,39%,25%)
(0.03/0.00/0.39/0.25)	

CMYK percentages

%3.14
%0
%38.74
%25.1

Codes

Color #B9BF75 in popluar color models

B9BF75
RGB185191117
HSL65°36.63%60.39%
HSB/HSV65°38.74%74.90%
CMYK3.14%0.00%38.74%
25.10%

Color #B9BF75 in popluar number systems.

HEXB9BF75
Decimal185191117
Binary10111001101111111110101
Octal271277165

Shades and tints

Shades of #B9BF75

#B9BF75
(185,191,117)
#A9AE6B
(169,174,107)
#999D61
(153,157,97)
#898C57
(137,140,87)
#797B4D
(121,123,77)
#696A43
(105,106,67)
#595939
(89,89,57)
#49482F
(73,72,47)
#393725
(57,55,37)
#29261B
(41,38,27)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9BF75

#B9BF75
(185,191,117)
#BFC481
(191,196,129)
#C5C98D
(197,201,141)
#CBCE99
(203,206,153)
#D1D3A5
(209,211,165)
#D7D8B1
(215,216,177)
#DDDDBD
(221,221,189)
#E3E2C9
(227,226,201)
#E9E7D5
(233,231,213)
#EFECE1
(239,236,225)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BF75; }

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

This text font color is #B9BF75.


Background Color

.myBgColor { background-color: #B9BF75; }

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

This div background color is #B9BF75.


Border color

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

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

This div border color is #B9BF75.


Opacity

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

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

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

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

This text has shadow with #B9BF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BF75 on black background.


Color preview on white background

This text has color #B9BF75 on white background.



Black color preview on #B9BF75 background

This text has black color on #B9BF75 background.


White color preview on #B9BF75 background

This text has white color on #B9BF75 background.