COLOR #B09279

HEX: #B09279
RGB: (176,146,121)

Color info

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

RGB color model

#B09279 color RGB value is (176,146,121).

  • red value is 176;
  • green value is 146;
  • blue value is 121.
RGB:
(176,146,121)
(69%,57%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 121 of 255 = 47%

176
146
121

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

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 121 = 443 (100%)
R 176 of 443 ~ 39.73%
G 146 of 443 ~ 32.96%
B 121 of 443 ~ 27.31%

%39.73
%32.96
%27.31

CMYK color model

#B09279 color CMYK value is (0,17,31,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(0,17,31,31)
C0M17Y31K31 
(0%,17%,31%,31%)
(0.00/0.17/0.31/0.31)	

CMYK percentages

%0
%17.05
%31.25
%30.98

Codes

Color #B09279 in popluar color models

B09279
RGB176146121
HSL27°25.82%58.24%
HSB/HSV27°31.25%69.02%
CMYK0.00%17.05%31.25%
30.98%

Color #B09279 in popluar number systems.

HEXB09279
Decimal176146121
Binary10110000100100101111001
Octal260222171

Shades and tints

Shades of #B09279

#B09279
(176,146,121)
#A0856E
(160,133,110)
#907863
(144,120,99)
#806B58
(128,107,88)
#705E4D
(112,94,77)
#605142
(96,81,66)
#504437
(80,68,55)
#40372C
(64,55,44)
#302A21
(48,42,33)
#201D16
(32,29,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #B09279

#B09279
(176,146,121)
#B79B85
(183,155,133)
#BEA491
(190,164,145)
#C5AD9D
(197,173,157)
#CCB6A9
(204,182,169)
#D3BFB5
(211,191,181)
#DAC8C1
(218,200,193)
#E1D1CD
(225,209,205)
#E8DAD9
(232,218,217)
#EFE3E5
(239,227,229)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09279 color. Also use rgb(176,146,121) instead hex code.

Text Font Color

.myTextColor { color: #B09279; }

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

This text font color is #B09279.


Background Color

.myBgColor { background-color: #B09279; }

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

This div background color is #B09279.


Border color

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

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

This div border color is #B09279.


Opacity

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

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

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

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

This text has shadow with #B09279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09279 on black background.


Color preview on white background

This text has color #B09279 on white background.



Black color preview on #B09279 background

This text has black color on #B09279 background.


White color preview on #B09279 background

This text has white color on #B09279 background.