COLOR #B9A75B

HEX: #B9A75B
RGB: (185,167,91)

Color info

#B9A75B contains mainly red and green colors. Web safe color of #B9A75B is #CC9966 (or #C96).

RGB color model

#B9A75B color RGB value is (185,167,91).

  • red value is 185;
  • green value is 167;
  • blue value is 91.
RGB: (185,167,91) (73%,65%,36%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 91 of 255 = 36%

185
167
91

R + G + B ~ 58%. #B9A75B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 167 + 91 = 443 (100%)
R 185 of 443 ~ 41.76%
G 167 of 443 ~ 37.7%
B 91 of 443 ~ 20.54%

%41.76
%37.7
%20.54

CMYK color model

#B9A75B color CMYK value is (0,10,51,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 50.81%
  • key color value is 27.45%
CMYK: (0,10,51,27) C0M10Y51K27 (0%,10%,51%,27%) (0.00/0.10/0.51/0.27)

CMYK percentages

%0
%9.73
%50.81
%27.45

Codes

Color #B9A75B in popluar color models

B9A75B
RGB18516791
HSL49°40.17%54.12%
HSB/HSV49°50.81%72.55%
CMYK0.00%9.73%50.81%
27.45%

Color #B9A75B in popluar number systems.

HEXB9A75B
Decimal18516791
Binary10111001101001111011011
Octal271247133

Shades and tints

Shades of #B9A75B

#B9A75B
(185,167,91)
#A99853
(169,152,83)
#99894B
(153,137,75)
#897A43
(137,122,67)
#796B3B
(121,107,59)
#695C33
(105,92,51)
#594D2B
(89,77,43)
#493E23
(73,62,35)
#392F1B
(57,47,27)
#292013
(41,32,19)
#19110B
(25,17,11)
#000000
(0,0,0)

Tints of #B9A75B

#B9A75B
(185,167,91)
#BFAF69
(191,175,105)
#C5B777
(197,183,119)
#CBBF85
(203,191,133)
#D1C793
(209,199,147)
#D7CFA1
(215,207,161)
#DDD7AF
(221,215,175)
#E3DFBD
(227,223,189)
#E9E7CB
(233,231,203)
#EFEFD9
(239,239,217)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A75B color. Also use rgb(185,167,91) instead hex code.

Text Font Color

.myTextColor { color: #B9A75B; }

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

This text font color is #B9A75B.


Background Color

.myBgColor { background-color: #B9A75B; }

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

This div background color is #B9A75B.


Border color

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

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

This div border color is #B9A75B.


Opacity

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

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

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

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

This text has shadow with #B9A75B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9A75B on black background.


Color preview on white background

This text has color #B9A75B on white background.



Black color preview on #B9A75B background

This text has black color on #B9A75B background.


White color preview on #B9A75B background

This text has white color on #B9A75B background.