COLOR #B09C6C

HEX: #B09C6C
RGB: (176,156,108)

Color info

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

RGB color model

#B09C6C color RGB value is (176,156,108).

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

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 108 of 255 = 42%

176
156
108

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 108 = 440 (100%)
R 176 of 440 ~ 40%
G 156 of 440 ~ 35.45%
B 108 of 440 ~ 24.55%

%40
%35.45
%24.55

CMYK color model

#B09C6C color CMYK value is (0,11,39,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(0,11,39,31)
C0M11Y39K31 
(0%,11%,39%,31%)
(0.00/0.11/0.39/0.31)	

CMYK percentages

%0
%11.36
%38.64
%30.98

Codes

Color #B09C6C in popluar color models

B09C6C
RGB176156108
HSL42°30.09%55.69%
HSB/HSV42°38.64%69.02%
CMYK0.00%11.36%38.64%
30.98%

Color #B09C6C in popluar number systems.

HEXB09C6C
Decimal176156108
Binary10110000100111001101100
Octal260234154

Shades and tints

Shades of #B09C6C

#B09C6C
(176,156,108)
#A08E63
(160,142,99)
#90805A
(144,128,90)
#807251
(128,114,81)
#706448
(112,100,72)
#60563F
(96,86,63)
#504836
(80,72,54)
#403A2D
(64,58,45)
#302C24
(48,44,36)
#201E1B
(32,30,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B09C6C

#B09C6C
(176,156,108)
#B7A579
(183,165,121)
#BEAE86
(190,174,134)
#C5B793
(197,183,147)
#CCC0A0
(204,192,160)
#D3C9AD
(211,201,173)
#DAD2BA
(218,210,186)
#E1DBC7
(225,219,199)
#E8E4D4
(232,228,212)
#EFEDE1
(239,237,225)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09C6C; }

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

This text font color is #B09C6C.


Background Color

.myBgColor { background-color: #B09C6C; }

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

This div background color is #B09C6C.


Border color

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

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

This div border color is #B09C6C.


Opacity

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

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

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

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

This text has shadow with #B09C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C6C on black background.


Color preview on white background

This text has color #B09C6C on white background.



Black color preview on #B09C6C background

This text has black color on #B09C6C background.


White color preview on #B09C6C background

This text has white color on #B09C6C background.