COLOR #B592A0

HEX: #B592A0
RGB: (181,146,160)

Color info

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

RGB color model

#B592A0 color RGB value is (181,146,160).

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

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 160 of 255 = 63%

181
146
160

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

Portions of RGB colors in percentages

R + G + B =
181 + 146 + 160 = 487 (100%)
R 181 of 487 ~ 37.17%
G 146 of 487 ~ 29.98%
B 160 of 487 ~ 32.85%

%37.17
%29.98
%32.85

CMYK color model

#B592A0 color CMYK value is (0,19,12,29).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 11.60%
  • key color value is 29.02%
CMYK:
(0,19,12,29)
C0M19Y12K29 
(0%,19%,12%,29%)
(0.00/0.19/0.12/0.29)	

CMYK percentages

%0
%19.34
%11.6
%29.02

Codes

Color #B592A0 in popluar color models

B592A0
RGB181146160
HSL336°19.13%64.12%
HSB/HSV336°19.34%70.98%
CMYK0.00%19.34%11.60%
29.02%

Color #B592A0 in popluar number systems.

HEXB592A0
Decimal181146160
Binary101101011001001010100000
Octal265222240

Shades and tints

Shades of #B592A0

#B592A0
(181,146,160)
#A58592
(165,133,146)
#957884
(149,120,132)
#856B76
(133,107,118)
#755E68
(117,94,104)
#65515A
(101,81,90)
#55444C
(85,68,76)
#45373E
(69,55,62)
#352A30
(53,42,48)
#251D22
(37,29,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #B592A0

#B592A0
(181,146,160)
#BB9BA8
(187,155,168)
#C1A4B0
(193,164,176)
#C7ADB8
(199,173,184)
#CDB6C0
(205,182,192)
#D3BFC8
(211,191,200)
#D9C8D0
(217,200,208)
#DFD1D8
(223,209,216)
#E5DAE0
(229,218,224)
#EBE3E8
(235,227,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B592A0; }

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

This text font color is #B592A0.


Background Color

.myBgColor { background-color: #B592A0; }

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

This div background color is #B592A0.


Border color

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

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

This div border color is #B592A0.


Opacity

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

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

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

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

This text has shadow with #B592A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B592A0 on black background.


Color preview on white background

This text has color #B592A0 on white background.



Black color preview on #B592A0 background

This text has black color on #B592A0 background.


White color preview on #B592A0 background

This text has white color on #B592A0 background.