COLOR #B592B9

HEX: #B592B9
RGB: (181,146,185)

Color info

#B592B9 contains red, green and blue colors in about the same proportion. Web safe color of #B592B9 is #CC99CC (or #C9C).

RGB color model

#B592B9 color RGB value is (181,146,185).

  • red value is 181;
  • green value is 146;
  • blue value is 185.
RGB:
(181,146,185)
(71%,57%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 185 of 255 = 73%

181
146
185

R + G + B ~ 67%. #B592B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 146 + 185 = 512 (100%)
R 181 of 512 ~ 35.35%
G 146 of 512 ~ 28.52%
B 185 of 512 ~ 36.13%

%35.35
%28.52
%36.13

CMYK color model

#B592B9 color CMYK value is (2,21,0,27).

  • cyan value is 2.16%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,21,0,27)
C2M21Y0K27 
(2%,21%,0%,27%)
(0.02/0.21/0.00/0.27)	

CMYK percentages

%2.16
%21.08
%0
%27.45

Codes

Color #B592B9 in popluar color models

B592B9
RGB181146185
HSL294°21.79%64.90%
HSB/HSV294°21.08%72.55%
CMYK2.16%21.08%0.00%
27.45%

Color #B592B9 in popluar number systems.

HEXB592B9
Decimal181146185
Binary101101011001001010111001
Octal265222271

Shades and tints

Shades of #B592B9

#B592B9
(181,146,185)
#A585A9
(165,133,169)
#957899
(149,120,153)
#856B89
(133,107,137)
#755E79
(117,94,121)
#655169
(101,81,105)
#554459
(85,68,89)
#453749
(69,55,73)
#352A39
(53,42,57)
#251D29
(37,29,41)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #B592B9

#B592B9
(181,146,185)
#BB9BBF
(187,155,191)
#C1A4C5
(193,164,197)
#C7ADCB
(199,173,203)
#CDB6D1
(205,182,209)
#D3BFD7
(211,191,215)
#D9C8DD
(217,200,221)
#DFD1E3
(223,209,227)
#E5DAE9
(229,218,233)
#EBE3EF
(235,227,239)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B592B9 color. Also use rgb(181,146,185) instead hex code.

Text Font Color

.myTextColor { color: #B592B9; }

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

This text font color is #B592B9.


Background Color

.myBgColor { background-color: #B592B9; }

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

This div background color is #B592B9.


Border color

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

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

This div border color is #B592B9.


Opacity

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

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

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

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

This text has shadow with #B592B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B592B9 on black background.


Color preview on white background

This text has color #B592B9 on white background.



Black color preview on #B592B9 background

This text has black color on #B592B9 background.


White color preview on #B592B9 background

This text has white color on #B592B9 background.