COLOR #B58876

HEX: #B58876
RGB: (181,136,118)

Color info

#B58876 contains mainly red and green colors. Web safe color of #B58876 is #CC9966 (or #C96).

RGB color model

#B58876 color RGB value is (181,136,118).

  • red value is 181;
  • green value is 136;
  • blue value is 118.
RGB:
(181,136,118)
(71%,53%,46%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 118 of 255 = 46%

181
136
118

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

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 118 = 435 (100%)
R 181 of 435 ~ 41.61%
G 136 of 435 ~ 31.26%
B 118 of 435 ~ 27.13%

%41.61
%31.26
%27.13

CMYK color model

#B58876 color CMYK value is (0,25,35,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(0,25,35,29)
C0M25Y35K29 
(0%,25%,35%,29%)
(0.00/0.25/0.35/0.29)	

CMYK percentages

%0
%24.86
%34.81
%29.02

Codes

Color #B58876 in popluar color models

B58876
RGB181136118
HSL17°29.86%58.63%
HSB/HSV17°34.81%70.98%
CMYK0.00%24.86%34.81%
29.02%

Color #B58876 in popluar number systems.

HEXB58876
Decimal181136118
Binary10110101100010001110110
Octal265210166

Shades and tints

Shades of #B58876

#B58876
(181,136,118)
#A57C6C
(165,124,108)
#957062
(149,112,98)
#856458
(133,100,88)
#75584E
(117,88,78)
#654C44
(101,76,68)
#55403A
(85,64,58)
#453430
(69,52,48)
#352826
(53,40,38)
#251C1C
(37,28,28)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #B58876

#B58876
(181,136,118)
#BB9282
(187,146,130)
#C19C8E
(193,156,142)
#C7A69A
(199,166,154)
#CDB0A6
(205,176,166)
#D3BAB2
(211,186,178)
#D9C4BE
(217,196,190)
#DFCECA
(223,206,202)
#E5D8D6
(229,216,214)
#EBE2E2
(235,226,226)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58876 color. Also use rgb(181,136,118) instead hex code.

Text Font Color

.myTextColor { color: #B58876; }

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

This text font color is #B58876.


Background Color

.myBgColor { background-color: #B58876; }

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

This div background color is #B58876.


Border color

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

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

This div border color is #B58876.


Opacity

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

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

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

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

This text has shadow with #B58876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58876 on black background.


Color preview on white background

This text has color #B58876 on white background.



Black color preview on #B58876 background

This text has black color on #B58876 background.


White color preview on #B58876 background

This text has white color on #B58876 background.