COLOR #B09931

HEX: #B09931
RGB: (176,153,49)

Color info

#B09931 contains mainly red and green colors. Web safe color of #B09931 is #999933 (or #993).

RGB color model

#B09931 color RGB value is (176,153,49).

  • red value is 176;
  • green value is 153;
  • blue value is 49.
RGB:
(176,153,49)
(69%,60%,19%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 49 of 255 = 19%

176
153
49

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 49 = 378 (100%)
R 176 of 378 ~ 46.56%
G 153 of 378 ~ 40.48%
B 49 of 378 ~ 12.96%

%46.56
%40.48
%12.96

CMYK color model

#B09931 color CMYK value is (0,13,72,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 72.16%
  • key color value is 30.98%
CMYK:
(0,13,72,31)
C0M13Y72K31 
(0%,13%,72%,31%)
(0.00/0.13/0.72/0.31)	

CMYK percentages

%0
%13.07
%72.16
%30.98

Codes

Color #B09931 in popluar color models

B09931
RGB17615349
HSL49°56.44%44.12%
HSB/HSV49°72.16%69.02%
CMYK0.00%13.07%72.16%
30.98%

Color #B09931 in popluar number systems.

HEXB09931
Decimal17615349
Binary1011000010011001110001
Octal26023161

Shades and tints

Shades of #B09931

#B09931
(176,153,49)
#A08C2D
(160,140,45)
#907F29
(144,127,41)
#807225
(128,114,37)
#706521
(112,101,33)
#60581D
(96,88,29)
#504B19
(80,75,25)
#403E15
(64,62,21)
#303111
(48,49,17)
#20240D
(32,36,13)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #B09931

#B09931
(176,153,49)
#B7A243
(183,162,67)
#BEAB55
(190,171,85)
#C5B467
(197,180,103)
#CCBD79
(204,189,121)
#D3C68B
(211,198,139)
#DACF9D
(218,207,157)
#E1D8AF
(225,216,175)
#E8E1C1
(232,225,193)
#EFEAD3
(239,234,211)
#F6F3E5
(246,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09931 color. Also use rgb(176,153,49) instead hex code.

Text Font Color

.myTextColor { color: #B09931; }

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

This text font color is #B09931.


Background Color

.myBgColor { background-color: #B09931; }

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

This div background color is #B09931.


Border color

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

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

This div border color is #B09931.


Opacity

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

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

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

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

This text has shadow with #B09931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09931 on black background.


Color preview on white background

This text has color #B09931 on white background.



Black color preview on #B09931 background

This text has black color on #B09931 background.


White color preview on #B09931 background

This text has white color on #B09931 background.