COLOR #B08873

HEX: #B08873
RGB: (176,136,115)

Color info

#B08873 contains mainly red and green colors. Web safe color of #B08873 is #999966 (or #996).

RGB color model

#B08873 color RGB value is (176,136,115).

  • red value is 176;
  • green value is 136;
  • blue value is 115.
RGB:
(176,136,115)
(69%,53%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 115 of 255 = 45%

176
136
115

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 115 = 427 (100%)
R 176 of 427 ~ 41.22%
G 136 of 427 ~ 31.85%
B 115 of 427 ~ 26.93%

%41.22
%31.85
%26.93

CMYK color model

#B08873 color CMYK value is (0,23,35,31).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 34.66%
  • key color value is 30.98%
CMYK:
(0,23,35,31)
C0M23Y35K31 
(0%,23%,35%,31%)
(0.00/0.23/0.35/0.31)	

CMYK percentages

%0
%22.73
%34.66
%30.98

Codes

Color #B08873 in popluar color models

B08873
RGB176136115
HSL21°27.85%57.06%
HSB/HSV21°34.66%69.02%
CMYK0.00%22.73%34.66%
30.98%

Color #B08873 in popluar number systems.

HEXB08873
Decimal176136115
Binary10110000100010001110011
Octal260210163

Shades and tints

Shades of #B08873

#B08873
(176,136,115)
#A07C69
(160,124,105)
#90705F
(144,112,95)
#806455
(128,100,85)
#70584B
(112,88,75)
#604C41
(96,76,65)
#504037
(80,64,55)
#40342D
(64,52,45)
#302823
(48,40,35)
#201C19
(32,28,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #B08873

#B08873
(176,136,115)
#B7927F
(183,146,127)
#BE9C8B
(190,156,139)
#C5A697
(197,166,151)
#CCB0A3
(204,176,163)
#D3BAAF
(211,186,175)
#DAC4BB
(218,196,187)
#E1CEC7
(225,206,199)
#E8D8D3
(232,216,211)
#EFE2DF
(239,226,223)
#F6ECEB
(246,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08873 color. Also use rgb(176,136,115) instead hex code.

Text Font Color

.myTextColor { color: #B08873; }

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

This text font color is #B08873.


Background Color

.myBgColor { background-color: #B08873; }

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

This div background color is #B08873.


Border color

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

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

This div border color is #B08873.


Opacity

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

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

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

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

This text has shadow with #B08873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08873 on black background.


Color preview on white background

This text has color #B08873 on white background.



Black color preview on #B08873 background

This text has black color on #B08873 background.


White color preview on #B08873 background

This text has white color on #B08873 background.