COLOR #B5729E

HEX: #B5729E
RGB: (181,114,158)

Color info

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

RGB color model

#B5729E color RGB value is (181,114,158).

  • red value is 181;
  • green value is 114;
  • blue value is 158.
RGB:
(181,114,158)
(71%,45%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 114 of 255 = 45%
B 158 of 255 = 62%

181
114
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 114 + 158 = 453 (100%)
R 181 of 453 ~ 39.96%
G 114 of 453 ~ 25.17%
B 158 of 453 ~ 34.88%

%39.96
%25.17
%34.88

CMYK color model

#B5729E color CMYK value is (0,37,13,29).

  • cyan value is 0.00%
  • magenta value is 37.02%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,37,13,29)
C0M37Y13K29 
(0%,37%,13%,29%)
(0.00/0.37/0.13/0.29)	

CMYK percentages

%0
%37.02
%12.71
%29.02

Codes

Color #B5729E in popluar color models

B5729E
RGB181114158
HSL321°31.16%57.84%
HSB/HSV321°37.02%70.98%
CMYK0.00%37.02%12.71%
29.02%

Color #B5729E in popluar number systems.

HEXB5729E
Decimal181114158
Binary10110101111001010011110
Octal265162236

Shades and tints

Shades of #B5729E

#B5729E
(181,114,158)
#A56890
(165,104,144)
#955E82
(149,94,130)
#855474
(133,84,116)
#754A66
(117,74,102)
#654058
(101,64,88)
#55364A
(85,54,74)
#452C3C
(69,44,60)
#35222E
(53,34,46)
#251820
(37,24,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #B5729E

#B5729E
(181,114,158)
#BB7EA6
(187,126,166)
#C18AAE
(193,138,174)
#C796B6
(199,150,182)
#CDA2BE
(205,162,190)
#D3AEC6
(211,174,198)
#D9BACE
(217,186,206)
#DFC6D6
(223,198,214)
#E5D2DE
(229,210,222)
#EBDEE6
(235,222,230)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5729E color. Also use rgb(181,114,158) instead hex code.

Text Font Color

.myTextColor { color: #B5729E; }

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

This text font color is #B5729E.


Background Color

.myBgColor { background-color: #B5729E; }

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

This div background color is #B5729E.


Border color

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

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

This div border color is #B5729E.


Opacity

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

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

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

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

This text has shadow with #B5729E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5729E on black background.


Color preview on white background

This text has color #B5729E on white background.



Black color preview on #B5729E background

This text has black color on #B5729E background.


White color preview on #B5729E background

This text has white color on #B5729E background.