COLOR #B58D90

HEX: #B58D90
RGB: (181,141,144)

Color info

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

RGB color model

#B58D90 color RGB value is (181,141,144).

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

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 144 of 255 = 56%

181
141
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 144 = 466 (100%)
R 181 of 466 ~ 38.84%
G 141 of 466 ~ 30.26%
B 144 of 466 ~ 30.9%

%38.84
%30.26
%30.9

CMYK color model

#B58D90 color CMYK value is (0,22,20,29).

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,22,20,29)
C0M22Y20K29 
(0%,22%,20%,29%)
(0.00/0.22/0.20/0.29)	

CMYK percentages

%0
%22.1
%20.44
%29.02

Codes

Color #B58D90 in popluar color models

B58D90
RGB181141144
HSL356°21.28%63.14%
HSB/HSV356°22.10%70.98%
CMYK0.00%22.10%20.44%
29.02%

Color #B58D90 in popluar number systems.

HEXB58D90
Decimal181141144
Binary101101011000110110010000
Octal265215220

Shades and tints

Shades of #B58D90

#B58D90
(181,141,144)
#A58183
(165,129,131)
#957576
(149,117,118)
#856969
(133,105,105)
#755D5C
(117,93,92)
#65514F
(101,81,79)
#554542
(85,69,66)
#453935
(69,57,53)
#352D28
(53,45,40)
#25211B
(37,33,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #B58D90

#B58D90
(181,141,144)
#BB979A
(187,151,154)
#C1A1A4
(193,161,164)
#C7ABAE
(199,171,174)
#CDB5B8
(205,181,184)
#D3BFC2
(211,191,194)
#D9C9CC
(217,201,204)
#DFD3D6
(223,211,214)
#E5DDE0
(229,221,224)
#EBE7EA
(235,231,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58D90; }

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

This text font color is #B58D90.


Background Color

.myBgColor { background-color: #B58D90; }

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

This div background color is #B58D90.


Border color

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

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

This div border color is #B58D90.


Opacity

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

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

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

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

This text has shadow with #B58D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58D90 on black background.


Color preview on white background

This text has color #B58D90 on white background.



Black color preview on #B58D90 background

This text has black color on #B58D90 background.


White color preview on #B58D90 background

This text has white color on #B58D90 background.