COLOR #B57993

HEX: #B57993
RGB: (181,121,147)

Color info

#B57993 contains mainly red and blue colors. Web safe color of #B57993 is #CC6699 (or #C69).

RGB color model

#B57993 color RGB value is (181,121,147).

  • red value is 181;
  • green value is 121;
  • blue value is 147.
RGB:
(181,121,147)
(71%,47%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 147 of 255 = 58%

181
121
147

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 147 = 449 (100%)
R 181 of 449 ~ 40.31%
G 121 of 449 ~ 26.95%
B 147 of 449 ~ 32.74%

%40.31
%26.95
%32.74

CMYK color model

#B57993 color CMYK value is (0,33,19,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 18.78%
  • key color value is 29.02%
CMYK:
(0,33,19,29)
C0M33Y19K29 
(0%,33%,19%,29%)
(0.00/0.33/0.19/0.29)	

CMYK percentages

%0
%33.15
%18.78
%29.02

Codes

Color #B57993 in popluar color models

B57993
RGB181121147
HSL334°28.85%59.22%
HSB/HSV334°33.15%70.98%
CMYK0.00%33.15%18.78%
29.02%

Color #B57993 in popluar number systems.

HEXB57993
Decimal181121147
Binary10110101111100110010011
Octal265171223

Shades and tints

Shades of #B57993

#B57993
(181,121,147)
#A56E86
(165,110,134)
#956379
(149,99,121)
#85586C
(133,88,108)
#754D5F
(117,77,95)
#654252
(101,66,82)
#553745
(85,55,69)
#452C38
(69,44,56)
#35212B
(53,33,43)
#25161E
(37,22,30)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #B57993

#B57993
(181,121,147)
#BB859C
(187,133,156)
#C191A5
(193,145,165)
#C79DAE
(199,157,174)
#CDA9B7
(205,169,183)
#D3B5C0
(211,181,192)
#D9C1C9
(217,193,201)
#DFCDD2
(223,205,210)
#E5D9DB
(229,217,219)
#EBE5E4
(235,229,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57993 color. Also use rgb(181,121,147) instead hex code.

Text Font Color

.myTextColor { color: #B57993; }

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

This text font color is #B57993.


Background Color

.myBgColor { background-color: #B57993; }

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

This div background color is #B57993.


Border color

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

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

This div border color is #B57993.


Opacity

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

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

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

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

This text has shadow with #B57993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57993 on black background.


Color preview on white background

This text has color #B57993 on white background.



Black color preview on #B57993 background

This text has black color on #B57993 background.


White color preview on #B57993 background

This text has white color on #B57993 background.