COLOR #B58D97

HEX: #B58D97
RGB: (181,141,151)

Color info

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

RGB color model

#B58D97 color RGB value is (181,141,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 151 of 255 = 59%

181
141
151

R + G + B ~ 62%. #B58D97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 151 = 473 (100%)
R 181 of 473 ~ 38.27%
G 141 of 473 ~ 29.81%
B 151 of 473 ~ 31.92%

%38.27
%29.81
%31.92

CMYK color model

#B58D97 color CMYK value is (0,22,17,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,22,17,29)
C0M22Y17K29 
(0%,22%,17%,29%)
(0.00/0.22/0.17/0.29)	

CMYK percentages

%0
%22.1
%16.57
%29.02

Codes

Color #B58D97 in popluar color models

B58D97
RGB181141151
HSL345°21.28%63.14%
HSB/HSV345°22.10%70.98%
CMYK0.00%22.10%16.57%
29.02%

Color #B58D97 in popluar number systems.

HEXB58D97
Decimal181141151
Binary101101011000110110010111
Octal265215227

Shades and tints

Shades of #B58D97

#B58D97
(181,141,151)
#A5818A
(165,129,138)
#95757D
(149,117,125)
#856970
(133,105,112)
#755D63
(117,93,99)
#655156
(101,81,86)
#554549
(85,69,73)
#45393C
(69,57,60)
#352D2F
(53,45,47)
#252122
(37,33,34)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B58D97

#B58D97
(181,141,151)
#BB97A0
(187,151,160)
#C1A1A9
(193,161,169)
#C7ABB2
(199,171,178)
#CDB5BB
(205,181,187)
#D3BFC4
(211,191,196)
#D9C9CD
(217,201,205)
#DFD3D6
(223,211,214)
#E5DDDF
(229,221,223)
#EBE7E8
(235,231,232)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58D97; }

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

This text font color is #B58D97.


Background Color

.myBgColor { background-color: #B58D97; }

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

This div background color is #B58D97.


Border color

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

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

This div border color is #B58D97.


Opacity

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

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

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

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

This text has shadow with #B58D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58D97 on black background.


Color preview on white background

This text has color #B58D97 on white background.



Black color preview on #B58D97 background

This text has black color on #B58D97 background.


White color preview on #B58D97 background

This text has white color on #B58D97 background.