COLOR #B09F81

HEX: #B09F81
RGB: (176,159,129)

Color info

#B09F81 contains red, green and blue colors in about the same proportion. Web safe color of #B09F81 is #999999 (or #999).

RGB color model

#B09F81 color RGB value is (176,159,129).

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

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 129 of 255 = 51%

176
159
129

R + G + B ~ 61%. #B09F81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 129 = 464 (100%)
R 176 of 464 ~ 37.93%
G 159 of 464 ~ 34.27%
B 129 of 464 ~ 27.8%

%37.93
%34.27
%27.8

CMYK color model

#B09F81 color CMYK value is (0,10,27,31).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(0,10,27,31)
C0M10Y27K31 
(0%,10%,27%,31%)
(0.00/0.10/0.27/0.31)	

CMYK percentages

%0
%9.66
%26.7
%30.98

Codes

Color #B09F81 in popluar color models

B09F81
RGB176159129
HSL38°22.93%59.80%
HSB/HSV38°26.70%69.02%
CMYK0.00%9.66%26.70%
30.98%

Color #B09F81 in popluar number systems.

HEXB09F81
Decimal176159129
Binary101100001001111110000001
Octal260237201

Shades and tints

Shades of #B09F81

#B09F81
(176,159,129)
#A09176
(160,145,118)
#90836B
(144,131,107)
#807560
(128,117,96)
#706755
(112,103,85)
#60594A
(96,89,74)
#504B3F
(80,75,63)
#403D34
(64,61,52)
#302F29
(48,47,41)
#20211E
(32,33,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B09F81

#B09F81
(176,159,129)
#B7A78C
(183,167,140)
#BEAF97
(190,175,151)
#C5B7A2
(197,183,162)
#CCBFAD
(204,191,173)
#D3C7B8
(211,199,184)
#DACFC3
(218,207,195)
#E1D7CE
(225,215,206)
#E8DFD9
(232,223,217)
#EFE7E4
(239,231,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09F81; }

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

This text font color is #B09F81.


Background Color

.myBgColor { background-color: #B09F81; }

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

This div background color is #B09F81.


Border color

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

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

This div border color is #B09F81.


Opacity

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

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

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

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

This text has shadow with #B09F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09F81 on black background.


Color preview on white background

This text has color #B09F81 on white background.



Black color preview on #B09F81 background

This text has black color on #B09F81 background.


White color preview on #B09F81 background

This text has white color on #B09F81 background.