COLOR #B9B76D

HEX: #B9B76D RGB: (185,183,109)

Color info

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

RGB color model

#B9B76D color RGB value is (185,183,109).

RGB: (185,183,109) (73%, 72%, 43%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 109 of 255 = 43%

185
183
109

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

Portions of RGB colors in percentages

R + G + B = 185 + 183 + 109 = 477 (100%)
R 185 of 477 ~ 38.78%
G 183 of 477 ~ 38.36%
B 109 of 477 ~ 22.85'%

%38.78
%38.36
%22.85

CMYK color model

#B9B76D color CMYK value is (0,1,41,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 41.08%
  • key color value is 27.45%
CMYK: (0,1,41,27) C0M1Y41K27 (0%,1%,41%,27%) (0.00/0.01/0.41/0.27) 

CMYK percentages

%0
%1.08
%41.08
%27.45

Codes

Color #B9B76D in popluar color models

B9 B7 6D
RGB 185 183 109
HSL 58° 35.19% 57.65%
HSB/HSV 58° 41.08% 72.55%
CMYK 0.00% 1.08% 41.08%
27.45%

Color #B9B76D in popluar number systems.

HEX B9 B7 6D
Decimal 185 183 109
Binary 10111001 10110111 1101101
Octal 271 267 155

Shades and tints

Shades of #B9B76D

#B9B76D
(185,183,109)
#A9A764
(169,167,100)
#99975B
(153,151,91)
#898752
(137,135,82)
#797749
(121,119,73)
#696740
(105,103,64)
#595737
(89,87,55)
#49472E
(73,71,46)
#393725
(57,55,37)
#29271C
(41,39,28)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9B76D

#B9B76D
(185,183,109)
#BFBD7A
(191,189,122)
#C5C387
(197,195,135)
#CBC994
(203,201,148)
#D1CFA1
(209,207,161)
#D7D5AE
(215,213,174)
#DDDBBB
(221,219,187)
#E3E1C8
(227,225,200)
#E9E7D5
(233,231,213)
#EFEDE2
(239,237,226)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B76D color. Also use rgb(185,183,109) instead hex code.

Text Font Color

.myTextColor { color: #B9B76D; }

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

This text font color is #B9B76D.

Background Color

.myBgColor { background-color: #B9B76D; }

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

This div background color is #B9B76D.

Border color

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

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

This div border color is #B9B76D.

Opacity

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

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

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

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

This text has shadow with #B9B76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B76D.

Preview

Color preview on black background

This text has color #B9B76D on black background.


Color preview on white background

This text has color #B9B76D on white background.


Black color preview on #B9B76D background

This text has black color on #B9B76D background.


White color preview on #B9B76D background

This text has white color on #B9B76D background.


Related colors

Complementary color

Complementary color for #hex is #464892.


I love getcolorcode.com

Triadic colors

1 #6DB9B7 and #B76DB9 with #B9B76D are triadic colors.

2 #6DB7B9 and #B7B96D with #B9B76D are triadic colors.