COLOR #B58D92

HEX: #B58D92
RGB: (181,141,146)

Color info

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

RGB color model

#B58D92 color RGB value is (181,141,146).

  • red value is 181;
  • green value is 141;
  • blue value is 146.
RGB:
(181,141,146)
(71%,55%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 146 of 255 = 57%

181
141
146

R + G + B ~ 61%. #B58D92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 146 = 468 (100%)
R 181 of 468 ~ 38.68%
G 141 of 468 ~ 30.13%
B 146 of 468 ~ 31.2%

%38.68
%30.13
%31.2

CMYK color model

#B58D92 color CMYK value is (0,22,19,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,22,19,29)
C0M22Y19K29 
(0%,22%,19%,29%)
(0.00/0.22/0.19/0.29)	

CMYK percentages

%0
%22.1
%19.34
%29.02

Codes

Color #B58D92 in popluar color models

B58D92
RGB181141146
HSL353°21.28%63.14%
HSB/HSV353°22.10%70.98%
CMYK0.00%22.10%19.34%
29.02%

Color #B58D92 in popluar number systems.

HEXB58D92
Decimal181141146
Binary101101011000110110010010
Octal265215222

Shades and tints

Shades of #B58D92

#B58D92
(181,141,146)
#A58185
(165,129,133)
#957578
(149,117,120)
#85696B
(133,105,107)
#755D5E
(117,93,94)
#655151
(101,81,81)
#554544
(85,69,68)
#453937
(69,57,55)
#352D2A
(53,45,42)
#25211D
(37,33,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B58D92

#B58D92
(181,141,146)
#BB979B
(187,151,155)
#C1A1A4
(193,161,164)
#C7ABAD
(199,171,173)
#CDB5B6
(205,181,182)
#D3BFBF
(211,191,191)
#D9C9C8
(217,201,200)
#DFD3D1
(223,211,209)
#E5DDDA
(229,221,218)
#EBE7E3
(235,231,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58D92 color. Also use rgb(181,141,146) instead hex code.

Text Font Color

.myTextColor { color: #B58D92; }

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

This text font color is #B58D92.


Background Color

.myBgColor { background-color: #B58D92; }

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

This div background color is #B58D92.


Border color

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

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

This div border color is #B58D92.


Opacity

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

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

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

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

This text has shadow with #B58D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58D92 on black background.


Color preview on white background

This text has color #B58D92 on white background.



Black color preview on #B58D92 background

This text has black color on #B58D92 background.


White color preview on #B58D92 background

This text has white color on #B58D92 background.