COLOR #B09883

HEX: #B09883
RGB: (176,152,131)

Color info

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

RGB color model

#B09883 color RGB value is (176,152,131).

  • red value is 176;
  • green value is 152;
  • blue value is 131.
RGB:
(176,152,131)
(69%,60%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 131 of 255 = 51%

176
152
131

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

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 131 = 459 (100%)
R 176 of 459 ~ 38.34%
G 152 of 459 ~ 33.12%
B 131 of 459 ~ 28.54%

%38.34
%33.12
%28.54

CMYK color model

#B09883 color CMYK value is (0,14,26,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 25.57%
  • key color value is 30.98%
CMYK:
(0,14,26,31)
C0M14Y26K31 
(0%,14%,26%,31%)
(0.00/0.14/0.26/0.31)	

CMYK percentages

%0
%13.64
%25.57
%30.98

Codes

Color #B09883 in popluar color models

B09883
RGB176152131
HSL28°22.17%60.20%
HSB/HSV28°25.57%69.02%
CMYK0.00%13.64%25.57%
30.98%

Color #B09883 in popluar number systems.

HEXB09883
Decimal176152131
Binary101100001001100010000011
Octal260230203

Shades and tints

Shades of #B09883

#B09883
(176,152,131)
#A08B78
(160,139,120)
#907E6D
(144,126,109)
#807162
(128,113,98)
#706457
(112,100,87)
#60574C
(96,87,76)
#504A41
(80,74,65)
#403D36
(64,61,54)
#30302B
(48,48,43)
#202320
(32,35,32)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B09883

#B09883
(176,152,131)
#B7A18E
(183,161,142)
#BEAA99
(190,170,153)
#C5B3A4
(197,179,164)
#CCBCAF
(204,188,175)
#D3C5BA
(211,197,186)
#DACEC5
(218,206,197)
#E1D7D0
(225,215,208)
#E8E0DB
(232,224,219)
#EFE9E6
(239,233,230)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09883 color. Also use rgb(176,152,131) instead hex code.

Text Font Color

.myTextColor { color: #B09883; }

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

This text font color is #B09883.


Background Color

.myBgColor { background-color: #B09883; }

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

This div background color is #B09883.


Border color

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

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

This div border color is #B09883.


Opacity

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

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

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

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

This text has shadow with #B09883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09883 on black background.


Color preview on white background

This text has color #B09883 on white background.



Black color preview on #B09883 background

This text has black color on #B09883 background.


White color preview on #B09883 background

This text has white color on #B09883 background.