COLOR #B09383

HEX: #B09383
RGB: (176,147,131)

Color info

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

RGB color model

#B09383 color RGB value is (176,147,131).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 131 of 255 = 51%

176
147
131

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 131 = 454 (100%)
R 176 of 454 ~ 38.77%
G 147 of 454 ~ 32.38%
B 131 of 454 ~ 28.85%

%38.77
%32.38
%28.85

CMYK color model

#B09383 color CMYK value is (0,16,26,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 25.57%
  • key color value is 30.98%
CMYK:
(0,16,26,31)
C0M16Y26K31 
(0%,16%,26%,31%)
(0.00/0.16/0.26/0.31)	

CMYK percentages

%0
%16.48
%25.57
%30.98

Codes

Color #B09383 in popluar color models

B09383
RGB176147131
HSL21°22.17%60.20%
HSB/HSV21°25.57%69.02%
CMYK0.00%16.48%25.57%
30.98%

Color #B09383 in popluar number systems.

HEXB09383
Decimal176147131
Binary101100001001001110000011
Octal260223203

Shades and tints

Shades of #B09383

#B09383
(176,147,131)
#A08678
(160,134,120)
#90796D
(144,121,109)
#806C62
(128,108,98)
#705F57
(112,95,87)
#60524C
(96,82,76)
#504541
(80,69,65)
#403836
(64,56,54)
#302B2B
(48,43,43)
#201E20
(32,30,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B09383

#B09383
(176,147,131)
#B79C8E
(183,156,142)
#BEA599
(190,165,153)
#C5AEA4
(197,174,164)
#CCB7AF
(204,183,175)
#D3C0BA
(211,192,186)
#DAC9C5
(218,201,197)
#E1D2D0
(225,210,208)
#E8DBDB
(232,219,219)
#EFE4E6
(239,228,230)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09383; }

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

This text font color is #B09383.


Background Color

.myBgColor { background-color: #B09383; }

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

This div background color is #B09383.


Border color

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

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

This div border color is #B09383.


Opacity

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

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

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

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

This text has shadow with #B09383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09383 on black background.


Color preview on white background

This text has color #B09383 on white background.



Black color preview on #B09383 background

This text has black color on #B09383 background.


White color preview on #B09383 background

This text has white color on #B09383 background.