COLOR #B5759F

HEX: #B5759F
RGB: (181,117,159)

Color info

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

RGB color model

#B5759F color RGB value is (181,117,159).

  • red value is 181;
  • green value is 117;
  • blue value is 159.
RGB:
(181,117,159)
(71%,46%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 117 of 255 = 46%
B 159 of 255 = 62%

181
117
159

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

Portions of RGB colors in percentages

R + G + B =
181 + 117 + 159 = 457 (100%)
R 181 of 457 ~ 39.61%
G 117 of 457 ~ 25.6%
B 159 of 457 ~ 34.79%

%39.61
%25.6
%34.79

CMYK color model

#B5759F color CMYK value is (0,35,12,29).

  • cyan value is 0.00%
  • magenta value is 35.36%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(0,35,12,29)
C0M35Y12K29 
(0%,35%,12%,29%)
(0.00/0.35/0.12/0.29)	

CMYK percentages

%0
%35.36
%12.15
%29.02

Codes

Color #B5759F in popluar color models

B5759F
RGB181117159
HSL321°30.19%58.43%
HSB/HSV321°35.36%70.98%
CMYK0.00%35.36%12.15%
29.02%

Color #B5759F in popluar number systems.

HEXB5759F
Decimal181117159
Binary10110101111010110011111
Octal265165237

Shades and tints

Shades of #B5759F

#B5759F
(181,117,159)
#A56B91
(165,107,145)
#956183
(149,97,131)
#855775
(133,87,117)
#754D67
(117,77,103)
#654359
(101,67,89)
#55394B
(85,57,75)
#452F3D
(69,47,61)
#35252F
(53,37,47)
#251B21
(37,27,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5759F

#B5759F
(181,117,159)
#BB81A7
(187,129,167)
#C18DAF
(193,141,175)
#C799B7
(199,153,183)
#CDA5BF
(205,165,191)
#D3B1C7
(211,177,199)
#D9BDCF
(217,189,207)
#DFC9D7
(223,201,215)
#E5D5DF
(229,213,223)
#EBE1E7
(235,225,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5759F color. Also use rgb(181,117,159) instead hex code.

Text Font Color

.myTextColor { color: #B5759F; }

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

This text font color is #B5759F.


Background Color

.myBgColor { background-color: #B5759F; }

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

This div background color is #B5759F.


Border color

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

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

This div border color is #B5759F.


Opacity

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

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

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

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

This text has shadow with #B5759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5759F on black background.


Color preview on white background

This text has color #B5759F on white background.



Black color preview on #B5759F background

This text has black color on #B5759F background.


White color preview on #B5759F background

This text has white color on #B5759F background.