COLOR #B09C7C

HEX: #B09C7C
RGB: (176,156,124)

Color info

#B09C7C contains red, green and blue colors in about the same proportion. Web safe color of #B09C7C is #999966 (or #996).

RGB color model

#B09C7C color RGB value is (176,156,124).

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

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 124 of 255 = 49%

176
156
124

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 124 = 456 (100%)
R 176 of 456 ~ 38.6%
G 156 of 456 ~ 34.21%
B 124 of 456 ~ 27.19%

%38.6
%34.21
%27.19

CMYK color model

#B09C7C color CMYK value is (0,11,30,31).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(0,11,30,31)
C0M11Y30K31 
(0%,11%,30%,31%)
(0.00/0.11/0.30/0.31)	

CMYK percentages

%0
%11.36
%29.55
%30.98

Codes

Color #B09C7C in popluar color models

B09C7C
RGB176156124
HSL37°24.76%58.82%
HSB/HSV37°29.55%69.02%
CMYK0.00%11.36%29.55%
30.98%

Color #B09C7C in popluar number systems.

HEXB09C7C
Decimal176156124
Binary10110000100111001111100
Octal260234174

Shades and tints

Shades of #B09C7C

#B09C7C
(176,156,124)
#A08E71
(160,142,113)
#908066
(144,128,102)
#80725B
(128,114,91)
#706450
(112,100,80)
#605645
(96,86,69)
#50483A
(80,72,58)
#403A2F
(64,58,47)
#302C24
(48,44,36)
#201E19
(32,30,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #B09C7C

#B09C7C
(176,156,124)
#B7A587
(183,165,135)
#BEAE92
(190,174,146)
#C5B79D
(197,183,157)
#CCC0A8
(204,192,168)
#D3C9B3
(211,201,179)
#DAD2BE
(218,210,190)
#E1DBC9
(225,219,201)
#E8E4D4
(232,228,212)
#EFEDDF
(239,237,223)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09C7C; }

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

This text font color is #B09C7C.


Background Color

.myBgColor { background-color: #B09C7C; }

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

This div background color is #B09C7C.


Border color

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

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

This div border color is #B09C7C.


Opacity

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

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

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

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

This text has shadow with #B09C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C7C on black background.


Color preview on white background

This text has color #B09C7C on white background.



Black color preview on #B09C7C background

This text has black color on #B09C7C background.


White color preview on #B09C7C background

This text has white color on #B09C7C background.