COLOR #B58D94

HEX: #B58D94
RGB: (181,141,148)

Color info

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

RGB color model

#B58D94 color RGB value is (181,141,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 148 of 255 = 58%

181
141
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 148 = 470 (100%)
R 181 of 470 ~ 38.51%
G 141 of 470 ~ 30%
B 148 of 470 ~ 31.49%

%38.51
%30
%31.49

CMYK color model

#B58D94 color CMYK value is (0,22,18,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,22,18,29)
C0M22Y18K29 
(0%,22%,18%,29%)
(0.00/0.22/0.18/0.29)	

CMYK percentages

%0
%22.1
%18.23
%29.02

Codes

Color #B58D94 in popluar color models

B58D94
RGB181141148
HSL350°21.28%63.14%
HSB/HSV350°22.10%70.98%
CMYK0.00%22.10%18.23%
29.02%

Color #B58D94 in popluar number systems.

HEXB58D94
Decimal181141148
Binary101101011000110110010100
Octal265215224

Shades and tints

Shades of #B58D94

#B58D94
(181,141,148)
#A58187
(165,129,135)
#95757A
(149,117,122)
#85696D
(133,105,109)
#755D60
(117,93,96)
#655153
(101,81,83)
#554546
(85,69,70)
#453939
(69,57,57)
#352D2C
(53,45,44)
#25211F
(37,33,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B58D94

#B58D94
(181,141,148)
#BB979D
(187,151,157)
#C1A1A6
(193,161,166)
#C7ABAF
(199,171,175)
#CDB5B8
(205,181,184)
#D3BFC1
(211,191,193)
#D9C9CA
(217,201,202)
#DFD3D3
(223,211,211)
#E5DDDC
(229,221,220)
#EBE7E5
(235,231,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58D94; }

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

This text font color is #B58D94.


Background Color

.myBgColor { background-color: #B58D94; }

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

This div background color is #B58D94.


Border color

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

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

This div border color is #B58D94.


Opacity

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

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

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

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

This text has shadow with #B58D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58D94 on black background.


Color preview on white background

This text has color #B58D94 on white background.



Black color preview on #B58D94 background

This text has black color on #B58D94 background.


White color preview on #B58D94 background

This text has white color on #B58D94 background.