COLOR #B591A1

HEX: #B591A1
RGB: (181,145,161)

Color info

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

RGB color model

#B591A1 color RGB value is (181,145,161).

  • red value is 181;
  • green value is 145;
  • blue value is 161.
RGB:
(181,145,161)
(71%,57%,63%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 161 of 255 = 63%

181
145
161

R + G + B ~ 64%. #B591A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 161 = 487 (100%)
R 181 of 487 ~ 37.17%
G 145 of 487 ~ 29.77%
B 161 of 487 ~ 33.06%

%37.17
%29.77
%33.06

CMYK color model

#B591A1 color CMYK value is (0,20,11,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(0,20,11,29)
C0M20Y11K29 
(0%,20%,11%,29%)
(0.00/0.20/0.11/0.29)	

CMYK percentages

%0
%19.89
%11.05
%29.02

Codes

Color #B591A1 in popluar color models

B591A1
RGB181145161
HSL333°19.57%63.92%
HSB/HSV333°19.89%70.98%
CMYK0.00%19.89%11.05%
29.02%

Color #B591A1 in popluar number systems.

HEXB591A1
Decimal181145161
Binary101101011001000110100001
Octal265221241

Shades and tints

Shades of #B591A1

#B591A1
(181,145,161)
#A58493
(165,132,147)
#957785
(149,119,133)
#856A77
(133,106,119)
#755D69
(117,93,105)
#65505B
(101,80,91)
#55434D
(85,67,77)
#45363F
(69,54,63)
#352931
(53,41,49)
#251C23
(37,28,35)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B591A1

#B591A1
(181,145,161)
#BB9BA9
(187,155,169)
#C1A5B1
(193,165,177)
#C7AFB9
(199,175,185)
#CDB9C1
(205,185,193)
#D3C3C9
(211,195,201)
#D9CDD1
(217,205,209)
#DFD7D9
(223,215,217)
#E5E1E1
(229,225,225)
#EBEBE9
(235,235,233)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B591A1 color. Also use rgb(181,145,161) instead hex code.

Text Font Color

.myTextColor { color: #B591A1; }

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

This text font color is #B591A1.


Background Color

.myBgColor { background-color: #B591A1; }

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

This div background color is #B591A1.


Border color

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

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

This div border color is #B591A1.


Opacity

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

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

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

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

This text has shadow with #B591A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591A1 on black background.


Color preview on white background

This text has color #B591A1 on white background.



Black color preview on #B591A1 background

This text has black color on #B591A1 background.


White color preview on #B591A1 background

This text has white color on #B591A1 background.