COLOR #B09C5E

HEX: #B09C5E
RGB: (176,156,94)

Color info

#B09C5E contains mainly red and green colors. Web safe color of #B09C5E is #999966 (or #996).

RGB color model

#B09C5E color RGB value is (176,156,94).

  • red value is 176;
  • green value is 156;
  • blue value is 94.
RGB:
(176,156,94)
(69%,61%,37%)

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 94 of 255 = 37%

176
156
94

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 94 = 426 (100%)
R 176 of 426 ~ 41.31%
G 156 of 426 ~ 36.62%
B 94 of 426 ~ 22.07%

%41.31
%36.62
%22.07

CMYK color model

#B09C5E color CMYK value is (0,11,47,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 46.59%
  • key color value is 30.98%
CMYK:
(0,11,47,31)
C0M11Y47K31 
(0%,11%,47%,31%)
(0.00/0.11/0.47/0.31)	

CMYK percentages

%0
%11.36
%46.59
%30.98

Codes

Color #B09C5E in popluar color models

B09C5E
RGB17615694
HSL45°34.17%52.94%
HSB/HSV45°46.59%69.02%
CMYK0.00%11.36%46.59%
30.98%

Color #B09C5E in popluar number systems.

HEXB09C5E
Decimal17615694
Binary10110000100111001011110
Octal260234136

Shades and tints

Shades of #B09C5E

#B09C5E
(176,156,94)
#A08E56
(160,142,86)
#90804E
(144,128,78)
#807246
(128,114,70)
#70643E
(112,100,62)
#605636
(96,86,54)
#50482E
(80,72,46)
#403A26
(64,58,38)
#302C1E
(48,44,30)
#201E16
(32,30,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #B09C5E

#B09C5E
(176,156,94)
#B7A56C
(183,165,108)
#BEAE7A
(190,174,122)
#C5B788
(197,183,136)
#CCC096
(204,192,150)
#D3C9A4
(211,201,164)
#DAD2B2
(218,210,178)
#E1DBC0
(225,219,192)
#E8E4CE
(232,228,206)
#EFEDDC
(239,237,220)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09C5E color. Also use rgb(176,156,94) instead hex code.

Text Font Color

.myTextColor { color: #B09C5E; }

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

This text font color is #B09C5E.


Background Color

.myBgColor { background-color: #B09C5E; }

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

This div background color is #B09C5E.


Border color

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

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

This div border color is #B09C5E.


Opacity

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

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

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

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

This text has shadow with #B09C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C5E on black background.


Color preview on white background

This text has color #B09C5E on white background.



Black color preview on #B09C5E background

This text has black color on #B09C5E background.


White color preview on #B09C5E background

This text has white color on #B09C5E background.