COLOR #B58594

HEX: #B58594
RGB: (181,133,148)

Color info

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

RGB color model

#B58594 color RGB value is (181,133,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 148 of 255 = 58%

181
133
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 148 = 462 (100%)
R 181 of 462 ~ 39.18%
G 133 of 462 ~ 28.79%
B 148 of 462 ~ 32.03%

%39.18
%28.79
%32.03

CMYK color model

#B58594 color CMYK value is (0,27,18,29).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,27,18,29)
C0M27Y18K29 
(0%,27%,18%,29%)
(0.00/0.27/0.18/0.29)	

CMYK percentages

%0
%26.52
%18.23
%29.02

Codes

Color #B58594 in popluar color models

B58594
RGB181133148
HSL341°24.49%61.57%
HSB/HSV341°26.52%70.98%
CMYK0.00%26.52%18.23%
29.02%

Color #B58594 in popluar number systems.

HEXB58594
Decimal181133148
Binary101101011000010110010100
Octal265205224

Shades and tints

Shades of #B58594

#B58594
(181,133,148)
#A57987
(165,121,135)
#956D7A
(149,109,122)
#85616D
(133,97,109)
#755560
(117,85,96)
#654953
(101,73,83)
#553D46
(85,61,70)
#453139
(69,49,57)
#35252C
(53,37,44)
#25191F
(37,25,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #B58594

#B58594
(181,133,148)
#BB909D
(187,144,157)
#C19BA6
(193,155,166)
#C7A6AF
(199,166,175)
#CDB1B8
(205,177,184)
#D3BCC1
(211,188,193)
#D9C7CA
(217,199,202)
#DFD2D3
(223,210,211)
#E5DDDC
(229,221,220)
#EBE8E5
(235,232,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58594; }

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

This text font color is #B58594.


Background Color

.myBgColor { background-color: #B58594; }

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

This div background color is #B58594.


Border color

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

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

This div border color is #B58594.


Opacity

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

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

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

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

This text has shadow with #B58594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58594 on black background.


Color preview on white background

This text has color #B58594 on white background.



Black color preview on #B58594 background

This text has black color on #B58594 background.


White color preview on #B58594 background

This text has white color on #B58594 background.