COLOR #B58B76

HEX: #B58B76
RGB: (181,139,118)

Color info

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

RGB color model

#B58B76 color RGB value is (181,139,118).

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

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 118 of 255 = 46%

181
139
118

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

Portions of RGB colors in percentages

R + G + B =
181 + 139 + 118 = 438 (100%)
R 181 of 438 ~ 41.32%
G 139 of 438 ~ 31.74%
B 118 of 438 ~ 26.94%

%41.32
%31.74
%26.94

CMYK color model

#B58B76 color CMYK value is (0,23,35,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(0,23,35,29)
C0M23Y35K29 
(0%,23%,35%,29%)
(0.00/0.23/0.35/0.29)	

CMYK percentages

%0
%23.2
%34.81
%29.02

Codes

Color #B58B76 in popluar color models

B58B76
RGB181139118
HSL20°29.86%58.63%
HSB/HSV20°34.81%70.98%
CMYK0.00%23.20%34.81%
29.02%

Color #B58B76 in popluar number systems.

HEXB58B76
Decimal181139118
Binary10110101100010111110110
Octal265213166

Shades and tints

Shades of #B58B76

#B58B76
(181,139,118)
#A57F6C
(165,127,108)
#957362
(149,115,98)
#856758
(133,103,88)
#755B4E
(117,91,78)
#654F44
(101,79,68)
#55433A
(85,67,58)
#453730
(69,55,48)
#352B26
(53,43,38)
#251F1C
(37,31,28)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B58B76

#B58B76
(181,139,118)
#BB9582
(187,149,130)
#C19F8E
(193,159,142)
#C7A99A
(199,169,154)
#CDB3A6
(205,179,166)
#D3BDB2
(211,189,178)
#D9C7BE
(217,199,190)
#DFD1CA
(223,209,202)
#E5DBD6
(229,219,214)
#EBE5E2
(235,229,226)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58B76; }

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

This text font color is #B58B76.


Background Color

.myBgColor { background-color: #B58B76; }

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

This div background color is #B58B76.


Border color

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

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

This div border color is #B58B76.


Opacity

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

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

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

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

This text has shadow with #B58B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58B76 on black background.


Color preview on white background

This text has color #B58B76 on white background.



Black color preview on #B58B76 background

This text has black color on #B58B76 background.


White color preview on #B58B76 background

This text has white color on #B58B76 background.