COLOR #B58F83

HEX: #B58F83
RGB: (181,143,131)

Color info

#B58F83 contains red, green and blue colors in about the same proportion. Web safe color of #B58F83 is #CC9999 (or #C99).

RGB color model

#B58F83 color RGB value is (181,143,131).

  • red value is 181;
  • green value is 143;
  • blue value is 131.
RGB:
(181,143,131)
(71%,56%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 131 of 255 = 51%

181
143
131

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 131 = 455 (100%)
R 181 of 455 ~ 39.78%
G 143 of 455 ~ 31.43%
B 131 of 455 ~ 28.79%

%39.78
%31.43
%28.79

CMYK color model

#B58F83 color CMYK value is (0,21,28,29).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(0,21,28,29)
C0M21Y28K29 
(0%,21%,28%,29%)
(0.00/0.21/0.28/0.29)	

CMYK percentages

%0
%20.99
%27.62
%29.02

Codes

Color #B58F83 in popluar color models

B58F83
RGB181143131
HSL14°25.25%61.18%
HSB/HSV14°27.62%70.98%
CMYK0.00%20.99%27.62%
29.02%

Color #B58F83 in popluar number systems.

HEXB58F83
Decimal181143131
Binary101101011000111110000011
Octal265217203

Shades and tints

Shades of #B58F83

#B58F83
(181,143,131)
#A58278
(165,130,120)
#95756D
(149,117,109)
#856862
(133,104,98)
#755B57
(117,91,87)
#654E4C
(101,78,76)
#554141
(85,65,65)
#453436
(69,52,54)
#35272B
(53,39,43)
#251A20
(37,26,32)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #B58F83

#B58F83
(181,143,131)
#BB998E
(187,153,142)
#C1A399
(193,163,153)
#C7ADA4
(199,173,164)
#CDB7AF
(205,183,175)
#D3C1BA
(211,193,186)
#D9CBC5
(217,203,197)
#DFD5D0
(223,213,208)
#E5DFDB
(229,223,219)
#EBE9E6
(235,233,230)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58F83 color. Also use rgb(181,143,131) instead hex code.

Text Font Color

.myTextColor { color: #B58F83; }

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

This text font color is #B58F83.


Background Color

.myBgColor { background-color: #B58F83; }

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

This div background color is #B58F83.


Border color

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

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

This div border color is #B58F83.


Opacity

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

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

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

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

This text has shadow with #B58F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F83 on black background.


Color preview on white background

This text has color #B58F83 on white background.



Black color preview on #B58F83 background

This text has black color on #B58F83 background.


White color preview on #B58F83 background

This text has white color on #B58F83 background.