COLOR #B6739B

HEX: #B6739B
RGB: (182,115,155)

Color info

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

RGB color model

#B6739B color RGB value is (182,115,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 115 of 255 = 45%
B 155 of 255 = 61%

182
115
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 115 + 155 = 452 (100%)
R 182 of 452 ~ 40.27%
G 115 of 452 ~ 25.44%
B 155 of 452 ~ 34.29%

%40.27
%25.44
%34.29

CMYK color model

#B6739B color CMYK value is (0,37,15,29).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,37,15,29)
C0M37Y15K29 
(0%,37%,15%,29%)
(0.00/0.37/0.15/0.29)	

CMYK percentages

%0
%36.81
%14.84
%28.63

Codes

Color #B6739B in popluar color models

B6739B
RGB182115155
HSL324°31.46%58.24%
HSB/HSV324°36.81%71.37%
CMYK0.00%36.81%14.84%
28.63%

Color #B6739B in popluar number systems.

HEXB6739B
Decimal182115155
Binary10110110111001110011011
Octal266163233

Shades and tints

Shades of #B6739B

#B6739B
(182,115,155)
#A6698D
(166,105,141)
#965F7F
(150,95,127)
#865571
(134,85,113)
#764B63
(118,75,99)
#664155
(102,65,85)
#563747
(86,55,71)
#462D39
(70,45,57)
#36232B
(54,35,43)
#26191D
(38,25,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B6739B

#B6739B
(182,115,155)
#BC7FA4
(188,127,164)
#C28BAD
(194,139,173)
#C897B6
(200,151,182)
#CEA3BF
(206,163,191)
#D4AFC8
(212,175,200)
#DABBD1
(218,187,209)
#E0C7DA
(224,199,218)
#E6D3E3
(230,211,227)
#ECDFEC
(236,223,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6739B; }

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

This text font color is #B6739B.


Background Color

.myBgColor { background-color: #B6739B; }

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

This div background color is #B6739B.


Border color

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

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

This div border color is #B6739B.


Opacity

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

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

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

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

This text has shadow with #B6739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6739B on black background.


Color preview on white background

This text has color #B6739B on white background.



Black color preview on #B6739B background

This text has black color on #B6739B background.


White color preview on #B6739B background

This text has white color on #B6739B background.