COLOR #B6739F

HEX: #B6739F
RGB: (182,115,159)

Color info

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

RGB color model

#B6739F color RGB value is (182,115,159).

  • red value is 182;
  • green value is 115;
  • blue value is 159.
RGB:
(182,115,159)
(71%,45%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 159 of 255 = 62%

182
115
159

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

Portions of RGB colors in percentages

R + G + B =
182 + 115 + 159 = 456 (100%)
R 182 of 456 ~ 39.91%
G 115 of 456 ~ 25.22%
B 159 of 456 ~ 34.87%

%39.91
%25.22
%34.87

CMYK color model

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

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

CMYK percentages

%0
%36.81
%12.64
%28.63

Codes

Color #B6739F in popluar color models

B6739F
RGB182115159
HSL321°31.46%58.24%
HSB/HSV321°36.81%71.37%
CMYK0.00%36.81%12.64%
28.63%

Color #B6739F in popluar number systems.

HEXB6739F
Decimal182115159
Binary10110110111001110011111
Octal266163237

Shades and tints

Shades of #B6739F

#B6739F
(182,115,159)
#A66991
(166,105,145)
#965F83
(150,95,131)
#865575
(134,85,117)
#764B67
(118,75,103)
#664159
(102,65,89)
#56374B
(86,55,75)
#462D3D
(70,45,61)
#36232F
(54,35,47)
#261921
(38,25,33)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #B6739F

#B6739F
(182,115,159)
#BC7FA7
(188,127,167)
#C28BAF
(194,139,175)
#C897B7
(200,151,183)
#CEA3BF
(206,163,191)
#D4AFC7
(212,175,199)
#DABBCF
(218,187,207)
#E0C7D7
(224,199,215)
#E6D3DF
(230,211,223)
#ECDFE7
(236,223,231)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6739F color. Also use rgb(182,115,159) instead hex code.

Text Font Color

.myTextColor { color: #B6739F; }

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

This text font color is #B6739F.


Background Color

.myBgColor { background-color: #B6739F; }

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

This div background color is #B6739F.


Border color

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

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

This div border color is #B6739F.


Opacity

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

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

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

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

This text has shadow with #B6739F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6739F on black background.


Color preview on white background

This text has color #B6739F on white background.



Black color preview on #B6739F background

This text has black color on #B6739F background.


White color preview on #B6739F background

This text has white color on #B6739F background.