COLOR #B09336

HEX: #B09336
RGB: (176,147,54)

Color info

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

RGB color model

#B09336 color RGB value is (176,147,54).

  • red value is 176;
  • green value is 147;
  • blue value is 54.
RGB:
(176,147,54)
(69%,58%,21%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 54 of 255 = 21%

176
147
54

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 54 = 377 (100%)
R 176 of 377 ~ 46.68%
G 147 of 377 ~ 38.99%
B 54 of 377 ~ 14.32%

%46.68
%38.99
%14.32

CMYK color model

#B09336 color CMYK value is (0,16,69,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 69.32%
  • key color value is 30.98%
CMYK:
(0,16,69,31)
C0M16Y69K31 
(0%,16%,69%,31%)
(0.00/0.16/0.69/0.31)	

CMYK percentages

%0
%16.48
%69.32
%30.98

Codes

Color #B09336 in popluar color models

B09336
RGB17614754
HSL46°53.04%45.10%
HSB/HSV46°69.32%69.02%
CMYK0.00%16.48%69.32%
30.98%

Color #B09336 in popluar number systems.

HEXB09336
Decimal17614754
Binary1011000010010011110110
Octal26022366

Shades and tints

Shades of #B09336

#B09336
(176,147,54)
#A08632
(160,134,50)
#90792E
(144,121,46)
#806C2A
(128,108,42)
#705F26
(112,95,38)
#605222
(96,82,34)
#50451E
(80,69,30)
#40381A
(64,56,26)
#302B16
(48,43,22)
#201E12
(32,30,18)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B09336

#B09336
(176,147,54)
#B79C48
(183,156,72)
#BEA55A
(190,165,90)
#C5AE6C
(197,174,108)
#CCB77E
(204,183,126)
#D3C090
(211,192,144)
#DAC9A2
(218,201,162)
#E1D2B4
(225,210,180)
#E8DBC6
(232,219,198)
#EFE4D8
(239,228,216)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09336 color. Also use rgb(176,147,54) instead hex code.

Text Font Color

.myTextColor { color: #B09336; }

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

This text font color is #B09336.


Background Color

.myBgColor { background-color: #B09336; }

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

This div background color is #B09336.


Border color

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

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

This div border color is #B09336.


Opacity

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

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

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

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

This text has shadow with #B09336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09336 on black background.


Color preview on white background

This text has color #B09336 on white background.



Black color preview on #B09336 background

This text has black color on #B09336 background.


White color preview on #B09336 background

This text has white color on #B09336 background.