COLOR #B6598C

HEX: #B6598C
RGB: (182,89,140)

Color info

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

RGB color model

#B6598C color RGB value is (182,89,140).

  • red value is 182;
  • green value is 89;
  • blue value is 140.
RGB:
(182,89,140)
(71%,35%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 89 of 255 = 35%
B 140 of 255 = 55%

182
89
140

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

Portions of RGB colors in percentages

R + G + B =
182 + 89 + 140 = 411 (100%)
R 182 of 411 ~ 44.28%
G 89 of 411 ~ 21.65%
B 140 of 411 ~ 34.06%

%44.28
%21.65
%34.06

CMYK color model

#B6598C color CMYK value is (0,51,23,29).

  • cyan value is 0.00%
  • magenta value is 51.10%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(0,51,23,29)
C0M51Y23K29 
(0%,51%,23%,29%)
(0.00/0.51/0.23/0.29)	

CMYK percentages

%0
%51.1
%23.08
%28.63

Codes

Color #B6598C in popluar color models

B6598C
RGB18289140
HSL327°38.91%53.14%
HSB/HSV327°51.10%71.37%
CMYK0.00%51.10%23.08%
28.63%

Color #B6598C in popluar number systems.

HEXB6598C
Decimal18289140
Binary10110110101100110001100
Octal266131214

Shades and tints

Shades of #B6598C

#B6598C
(182,89,140)
#A65180
(166,81,128)
#964974
(150,73,116)
#864168
(134,65,104)
#76395C
(118,57,92)
#663150
(102,49,80)
#562944
(86,41,68)
#462138
(70,33,56)
#36192C
(54,25,44)
#261120
(38,17,32)
#160914
(22,9,20)
#000000
(0,0,0)

Tints of #B6598C

#B6598C
(182,89,140)
#BC6896
(188,104,150)
#C277A0
(194,119,160)
#C886AA
(200,134,170)
#CE95B4
(206,149,180)
#D4A4BE
(212,164,190)
#DAB3C8
(218,179,200)
#E0C2D2
(224,194,210)
#E6D1DC
(230,209,220)
#ECE0E6
(236,224,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6598C; }

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

This text font color is #B6598C.


Background Color

.myBgColor { background-color: #B6598C; }

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

This div background color is #B6598C.


Border color

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

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

This div border color is #B6598C.


Opacity

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

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

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

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

This text has shadow with #B6598C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6598C on black background.


Color preview on white background

This text has color #B6598C on white background.



Black color preview on #B6598C background

This text has black color on #B6598C background.


White color preview on #B6598C background

This text has white color on #B6598C background.