COLOR #B0739E

HEX: #B0739E
RGB: (176,115,158)

Color info

#B0739E contains mainly red and blue colors. Web safe color of #B0739E is #996699 (or #969).

RGB color model

#B0739E color RGB value is (176,115,158).

  • red value is 176;
  • green value is 115;
  • blue value is 158.
RGB:
(176,115,158)
(69%,45%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 115 of 255 = 45%
B 158 of 255 = 62%

176
115
158

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

Portions of RGB colors in percentages

R + G + B =
176 + 115 + 158 = 449 (100%)
R 176 of 449 ~ 39.2%
G 115 of 449 ~ 25.61%
B 158 of 449 ~ 35.19%

%39.2
%25.61
%35.19

CMYK color model

#B0739E color CMYK value is (0,35,10,31).

  • cyan value is 0.00%
  • magenta value is 34.66%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(0,35,10,31)
C0M35Y10K31 
(0%,35%,10%,31%)
(0.00/0.35/0.10/0.31)	

CMYK percentages

%0
%34.66
%10.23
%30.98

Codes

Color #B0739E in popluar color models

B0739E
RGB176115158
HSL318°27.85%57.06%
HSB/HSV318°34.66%69.02%
CMYK0.00%34.66%10.23%
30.98%

Color #B0739E in popluar number systems.

HEXB0739E
Decimal176115158
Binary10110000111001110011110
Octal260163236

Shades and tints

Shades of #B0739E

#B0739E
(176,115,158)
#A06990
(160,105,144)
#905F82
(144,95,130)
#805574
(128,85,116)
#704B66
(112,75,102)
#604158
(96,65,88)
#50374A
(80,55,74)
#402D3C
(64,45,60)
#30232E
(48,35,46)
#201920
(32,25,32)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B0739E

#B0739E
(176,115,158)
#B77FA6
(183,127,166)
#BE8BAE
(190,139,174)
#C597B6
(197,151,182)
#CCA3BE
(204,163,190)
#D3AFC6
(211,175,198)
#DABBCE
(218,187,206)
#E1C7D6
(225,199,214)
#E8D3DE
(232,211,222)
#EFDFE6
(239,223,230)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0739E color. Also use rgb(176,115,158) instead hex code.

Text Font Color

.myTextColor { color: #B0739E; }

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

This text font color is #B0739E.


Background Color

.myBgColor { background-color: #B0739E; }

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

This div background color is #B0739E.


Border color

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

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

This div border color is #B0739E.


Opacity

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

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

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

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

This text has shadow with #B0739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0739E on black background.


Color preview on white background

This text has color #B0739E on white background.



Black color preview on #B0739E background

This text has black color on #B0739E background.


White color preview on #B0739E background

This text has white color on #B0739E background.