COLOR #B6177B

HEX: #B6177B
RGB: (182,23,123)

Color info

#B6177B contains mainly red and blue colors. Web safe color of #B6177B is #CC0066 (or #C06).

RGB color model

#B6177B color RGB value is (182,23,123).

  • red value is 182;
  • green value is 23;
  • blue value is 123.
RGB:
(182,23,123)
(71%,9%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 23 of 255 = 9%
B 123 of 255 = 48%

182
23
123

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

Portions of RGB colors in percentages

R + G + B =
182 + 23 + 123 = 328 (100%)
R 182 of 328 ~ 55.49%
G 23 of 328 ~ 7.01%
B 123 of 328 ~ 37.5%

%55.49
%37.5

CMYK color model

#B6177B color CMYK value is (0,87,32,29).

  • cyan value is 0.00%
  • magenta value is 87.36%
  • yellow value is 32.42%
  • key color value is 28.63%
CMYK:
(0,87,32,29)
C0M87Y32K29 
(0%,87%,32%,29%)
(0.00/0.87/0.32/0.29)	

CMYK percentages

%0
%87.36
%32.42
%28.63

Codes

Color #B6177B in popluar color models

B6177B
RGB18223123
HSL322°77.56%40.20%
HSB/HSV322°87.36%71.37%
CMYK0.00%87.36%32.42%
28.63%

Color #B6177B in popluar number systems.

HEXB6177B
Decimal18223123
Binary10110110101111111011
Octal26627173

Shades and tints

Shades of #B6177B

#B6177B
(182,23,123)
#A61570
(166,21,112)
#961365
(150,19,101)
#86115A
(134,17,90)
#760F4F
(118,15,79)
#660D44
(102,13,68)
#560B39
(86,11,57)
#46092E
(70,9,46)
#360723
(54,7,35)
#260518
(38,5,24)
#16030D
(22,3,13)
#000000
(0,0,0)

Tints of #B6177B

#B6177B
(182,23,123)
#BC2C87
(188,44,135)
#C24193
(194,65,147)
#C8569F
(200,86,159)
#CE6BAB
(206,107,171)
#D480B7
(212,128,183)
#DA95C3
(218,149,195)
#E0AACF
(224,170,207)
#E6BFDB
(230,191,219)
#ECD4E7
(236,212,231)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6177B color. Also use rgb(182,23,123) instead hex code.

Text Font Color

.myTextColor { color: #B6177B; }

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

This text font color is #B6177B.


Background Color

.myBgColor { background-color: #B6177B; }

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

This div background color is #B6177B.


Border color

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

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

This div border color is #B6177B.


Opacity

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

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

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

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

This text has shadow with #B6177B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6177B on black background.


Color preview on white background

This text has color #B6177B on white background.



Black color preview on #B6177B background

This text has black color on #B6177B background.


White color preview on #B6177B background

This text has white color on #B6177B background.