COLOR #B09C3C

HEX: #B09C3C
RGB: (176,156,60)

Color info

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

RGB color model

#B09C3C color RGB value is (176,156,60).

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

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 60 of 255 = 24%

176
156
60

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 60 = 392 (100%)
R 176 of 392 ~ 44.9%
G 156 of 392 ~ 39.8%
B 60 of 392 ~ 15.31%

%44.9
%39.8
%15.31

CMYK color model

#B09C3C color CMYK value is (0,11,66,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 65.91%
  • key color value is 30.98%
CMYK:
(0,11,66,31)
C0M11Y66K31 
(0%,11%,66%,31%)
(0.00/0.11/0.66/0.31)	

CMYK percentages

%0
%11.36
%65.91
%30.98

Codes

Color #B09C3C in popluar color models

B09C3C
RGB17615660
HSL50°49.15%46.27%
HSB/HSV50°65.91%69.02%
CMYK0.00%11.36%65.91%
30.98%

Color #B09C3C in popluar number systems.

HEXB09C3C
Decimal17615660
Binary1011000010011100111100
Octal26023474

Shades and tints

Shades of #B09C3C

#B09C3C
(176,156,60)
#A08E37
(160,142,55)
#908032
(144,128,50)
#80722D
(128,114,45)
#706428
(112,100,40)
#605623
(96,86,35)
#50481E
(80,72,30)
#403A19
(64,58,25)
#302C14
(48,44,20)
#201E0F
(32,30,15)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #B09C3C

#B09C3C
(176,156,60)
#B7A54D
(183,165,77)
#BEAE5E
(190,174,94)
#C5B76F
(197,183,111)
#CCC080
(204,192,128)
#D3C991
(211,201,145)
#DAD2A2
(218,210,162)
#E1DBB3
(225,219,179)
#E8E4C4
(232,228,196)
#EFEDD5
(239,237,213)
#F6F6E6
(246,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09C3C; }

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

This text font color is #B09C3C.


Background Color

.myBgColor { background-color: #B09C3C; }

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

This div background color is #B09C3C.


Border color

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

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

This div border color is #B09C3C.


Opacity

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

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

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

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

This text has shadow with #B09C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C3C on black background.


Color preview on white background

This text has color #B09C3C on white background.



Black color preview on #B09C3C background

This text has black color on #B09C3C background.


White color preview on #B09C3C background

This text has white color on #B09C3C background.