COLOR #B08571

HEX: #B08571
RGB: (176,133,113)

Color info

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

RGB color model

#B08571 color RGB value is (176,133,113).

  • red value is 176;
  • green value is 133;
  • blue value is 113.
RGB:
(176,133,113)
(69%,52%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 113 of 255 = 44%

176
133
113

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

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 113 = 422 (100%)
R 176 of 422 ~ 41.71%
G 133 of 422 ~ 31.52%
B 113 of 422 ~ 26.78%

%41.71
%31.52
%26.78

CMYK color model

#B08571 color CMYK value is (0,24,36,31).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 35.80%
  • key color value is 30.98%
CMYK:
(0,24,36,31)
C0M24Y36K31 
(0%,24%,36%,31%)
(0.00/0.24/0.36/0.31)	

CMYK percentages

%0
%24.43
%35.8
%30.98

Codes

Color #B08571 in popluar color models

B08571
RGB176133113
HSL19°28.51%56.67%
HSB/HSV19°35.80%69.02%
CMYK0.00%24.43%35.80%
30.98%

Color #B08571 in popluar number systems.

HEXB08571
Decimal176133113
Binary10110000100001011110001
Octal260205161

Shades and tints

Shades of #B08571

#B08571
(176,133,113)
#A07967
(160,121,103)
#906D5D
(144,109,93)
#806153
(128,97,83)
#705549
(112,85,73)
#60493F
(96,73,63)
#503D35
(80,61,53)
#40312B
(64,49,43)
#302521
(48,37,33)
#201917
(32,25,23)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #B08571

#B08571
(176,133,113)
#B7907D
(183,144,125)
#BE9B89
(190,155,137)
#C5A695
(197,166,149)
#CCB1A1
(204,177,161)
#D3BCAD
(211,188,173)
#DAC7B9
(218,199,185)
#E1D2C5
(225,210,197)
#E8DDD1
(232,221,209)
#EFE8DD
(239,232,221)
#F6F3E9
(246,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08571 color. Also use rgb(176,133,113) instead hex code.

Text Font Color

.myTextColor { color: #B08571; }

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

This text font color is #B08571.


Background Color

.myBgColor { background-color: #B08571; }

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

This div background color is #B08571.


Border color

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

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

This div border color is #B08571.


Opacity

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

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

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

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

This text has shadow with #B08571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08571 on black background.


Color preview on white background

This text has color #B08571 on white background.



Black color preview on #B08571 background

This text has black color on #B08571 background.


White color preview on #B08571 background

This text has white color on #B08571 background.