COLOR #B09F77

HEX: #B09F77
RGB: (176,159,119)

Color info

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

RGB color model

#B09F77 color RGB value is (176,159,119).

  • red value is 176;
  • green value is 159;
  • blue value is 119.
RGB:
(176,159,119)
(69%,62%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 119 of 255 = 47%

176
159
119

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 119 = 454 (100%)
R 176 of 454 ~ 38.77%
G 159 of 454 ~ 35.02%
B 119 of 454 ~ 26.21%

%38.77
%35.02
%26.21

CMYK color model

#B09F77 color CMYK value is (0,10,32,31).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(0,10,32,31)
C0M10Y32K31 
(0%,10%,32%,31%)
(0.00/0.10/0.32/0.31)	

CMYK percentages

%0
%9.66
%32.39
%30.98

Codes

Color #B09F77 in popluar color models

B09F77
RGB176159119
HSL42°26.51%57.84%
HSB/HSV42°32.39%69.02%
CMYK0.00%9.66%32.39%
30.98%

Color #B09F77 in popluar number systems.

HEXB09F77
Decimal176159119
Binary10110000100111111110111
Octal260237167

Shades and tints

Shades of #B09F77

#B09F77
(176,159,119)
#A0916D
(160,145,109)
#908363
(144,131,99)
#807559
(128,117,89)
#70674F
(112,103,79)
#605945
(96,89,69)
#504B3B
(80,75,59)
#403D31
(64,61,49)
#302F27
(48,47,39)
#20211D
(32,33,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B09F77

#B09F77
(176,159,119)
#B7A783
(183,167,131)
#BEAF8F
(190,175,143)
#C5B79B
(197,183,155)
#CCBFA7
(204,191,167)
#D3C7B3
(211,199,179)
#DACFBF
(218,207,191)
#E1D7CB
(225,215,203)
#E8DFD7
(232,223,215)
#EFE7E3
(239,231,227)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09F77 color. Also use rgb(176,159,119) instead hex code.

Text Font Color

.myTextColor { color: #B09F77; }

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

This text font color is #B09F77.


Background Color

.myBgColor { background-color: #B09F77; }

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

This div background color is #B09F77.


Border color

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

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

This div border color is #B09F77.


Opacity

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

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

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

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

This text has shadow with #B09F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09F77 on black background.


Color preview on white background

This text has color #B09F77 on white background.



Black color preview on #B09F77 background

This text has black color on #B09F77 background.


White color preview on #B09F77 background

This text has white color on #B09F77 background.