COLOR #B58877

HEX: #B58877
RGB: (181,136,119)

Color info

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

RGB color model

#B58877 color RGB value is (181,136,119).

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

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 119 of 255 = 47%

181
136
119

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

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 119 = 436 (100%)
R 181 of 436 ~ 41.51%
G 136 of 436 ~ 31.19%
B 119 of 436 ~ 27.29%

%41.51
%31.19
%27.29

CMYK color model

#B58877 color CMYK value is (0,25,34,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(0,25,34,29)
C0M25Y34K29 
(0%,25%,34%,29%)
(0.00/0.25/0.34/0.29)	

CMYK percentages

%0
%24.86
%34.25
%29.02

Codes

Color #B58877 in popluar color models

B58877
RGB181136119
HSL16°29.52%58.82%
HSB/HSV16°34.25%70.98%
CMYK0.00%24.86%34.25%
29.02%

Color #B58877 in popluar number systems.

HEXB58877
Decimal181136119
Binary10110101100010001110111
Octal265210167

Shades and tints

Shades of #B58877

#B58877
(181,136,119)
#A57C6D
(165,124,109)
#957063
(149,112,99)
#856459
(133,100,89)
#75584F
(117,88,79)
#654C45
(101,76,69)
#55403B
(85,64,59)
#453431
(69,52,49)
#352827
(53,40,39)
#251C1D
(37,28,29)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B58877

#B58877
(181,136,119)
#BB9283
(187,146,131)
#C19C8F
(193,156,143)
#C7A69B
(199,166,155)
#CDB0A7
(205,176,167)
#D3BAB3
(211,186,179)
#D9C4BF
(217,196,191)
#DFCECB
(223,206,203)
#E5D8D7
(229,216,215)
#EBE2E3
(235,226,227)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58877; }

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

This text font color is #B58877.


Background Color

.myBgColor { background-color: #B58877; }

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

This div background color is #B58877.


Border color

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

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

This div border color is #B58877.


Opacity

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

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

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

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

This text has shadow with #B58877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58877 on black background.


Color preview on white background

This text has color #B58877 on white background.



Black color preview on #B58877 background

This text has black color on #B58877 background.


White color preview on #B58877 background

This text has white color on #B58877 background.