COLOR #B6599B

HEX: #B6599B RGB: (182,89,155)

Color info

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

RGB color model

#B6599B color RGB value is (182,89,155).

RGB: (182,89,155) (71%, 35%, 61%)

RGB channels and saturation

R 182 of 255 = 71%
G 89 of 255 = 35%
B 155 of 255 = 61%

182
89
155

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

Portions of RGB colors in percentages

R + G + B = 182 + 89 + 155 = 426 (100%)
R 182 of 426 ~ 42.72%
G 89 of 426 ~ 20.89%
B 155 of 426 ~ 36.38'%

%42.72
%20.89
%36.38

CMYK color model

#B6599B color CMYK value is (0,51,15,29).

  • cyan value is 0.00%
  • magenta value is 51.10%
  • yellow value is 14.84%
  • key color value is 28.63%

CMYK: (0,51,15,29)
C0M51Y15K29 (0%, 51%, 15%, 29%)
(0.00 / 0.51 / 0.15 / 0.29)

CMYK percentages

%0
%51.1
%14.84
%28.63

Codes

Color #B6599B in popluar color models

B6 59 9B
RGB 182 89 155
HSL 317° 38.91% 53.14%
HSB/HSV 317° 51.10% 71.37%
CMYK 0.00% 51.10% 14.84%
28.63%

Color #B6599B in popluar number systems.

HEX B6 59 9B
Decimal 182 89 155
Binary 10110110 1011001 10011011
Octal 266 131 233

Shades and tints

Shades of #B6599B

#B6599B
(182,89,155)
#A6518D
(166,81,141)
#96497F
(150,73,127)
#864171
(134,65,113)
#763963
(118,57,99)
#663155
(102,49,85)
#562947
(86,41,71)
#462139
(70,33,57)
#36192B
(54,25,43)
#26111D
(38,17,29)
#16090F
(22,9,15)
#000000
(0,0,0)

Tints of #B6599B

#B6599B
(182,89,155)
#BC68A4
(188,104,164)
#C277AD
(194,119,173)
#C886B6
(200,134,182)
#CE95BF
(206,149,191)
#D4A4C8
(212,164,200)
#DAB3D1
(218,179,209)
#E0C2DA
(224,194,218)
#E6D1E3
(230,209,227)
#ECE0EC
(236,224,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6599B; }

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

This text font color is #B6599B.

Background Color

.myBgColor { background-color: #B6599B; }

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

This div background color is #B6599B.

Border color

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

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

This div border color is #B6599B.

Opacity

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

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

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

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

This text has shadow with #B6599B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6599B.

Preview

Color preview on black background

This text has color #B6599B on black background.


Color preview on white background

This text has color #B6599B on white background.


Black color preview on #B6599B background

This text has black color on #B6599B background.


White color preview on #B6599B background

This text has white color on #B6599B background.


Related colors

Complementary color

Complementary color for #hex is #49A664.


I love getcolorcode.com

Triadic colors

1 #9BB659 and #599BB6 with #B6599B are triadic colors.

2 #9B59B6 and #59B69B with #B6599B are triadic colors.