COLOR #B08161

HEX: #B08161
RGB: (176,129,97)

Color info

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

RGB color model

#B08161 color RGB value is (176,129,97).

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

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 97 of 255 = 38%

176
129
97

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

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 97 = 402 (100%)
R 176 of 402 ~ 43.78%
G 129 of 402 ~ 32.09%
B 97 of 402 ~ 24.13%

%43.78
%32.09
%24.13

CMYK color model

#B08161 color CMYK value is (0,27,45,31).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(0,27,45,31)
C0M27Y45K31 
(0%,27%,45%,31%)
(0.00/0.27/0.45/0.31)	

CMYK percentages

%0
%26.7
%44.89
%30.98

Codes

Color #B08161 in popluar color models

B08161
RGB17612997
HSL24°33.33%53.53%
HSB/HSV24°44.89%69.02%
CMYK0.00%26.70%44.89%
30.98%

Color #B08161 in popluar number systems.

HEXB08161
Decimal17612997
Binary10110000100000011100001
Octal260201141

Shades and tints

Shades of #B08161

#B08161
(176,129,97)
#A07659
(160,118,89)
#906B51
(144,107,81)
#806049
(128,96,73)
#705541
(112,85,65)
#604A39
(96,74,57)
#503F31
(80,63,49)
#403429
(64,52,41)
#302921
(48,41,33)
#201E19
(32,30,25)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #B08161

#B08161
(176,129,97)
#B78C6F
(183,140,111)
#BE977D
(190,151,125)
#C5A28B
(197,162,139)
#CCAD99
(204,173,153)
#D3B8A7
(211,184,167)
#DAC3B5
(218,195,181)
#E1CEC3
(225,206,195)
#E8D9D1
(232,217,209)
#EFE4DF
(239,228,223)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08161; }

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

This text font color is #B08161.


Background Color

.myBgColor { background-color: #B08161; }

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

This div background color is #B08161.


Border color

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

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

This div border color is #B08161.


Opacity

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

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

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

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

This text has shadow with #B08161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08161 on black background.


Color preview on white background

This text has color #B08161 on white background.



Black color preview on #B08161 background

This text has black color on #B08161 background.


White color preview on #B08161 background

This text has white color on #B08161 background.