COLOR #B61D77

HEX: #B61D77
RGB: (182,29,119)

Color info

#B61D77 contains mainly red color. Web safe color of #B61D77 is #CC3366 (or #C36).

RGB color model

#B61D77 color RGB value is (182,29,119).

  • red value is 182;
  • green value is 29;
  • blue value is 119.
RGB:
(182,29,119)
(71%,11%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 29 of 255 = 11%
B 119 of 255 = 47%

182
29
119

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

Portions of RGB colors in percentages

R + G + B =
182 + 29 + 119 = 330 (100%)
R 182 of 330 ~ 55.15%
G 29 of 330 ~ 8.79%
B 119 of 330 ~ 36.06%

%55.15
%36.06

CMYK color model

#B61D77 color CMYK value is (0,84,35,29).

  • cyan value is 0.00%
  • magenta value is 84.07%
  • yellow value is 34.62%
  • key color value is 28.63%
CMYK:
(0,84,35,29)
C0M84Y35K29 
(0%,84%,35%,29%)
(0.00/0.84/0.35/0.29)	

CMYK percentages

%0
%84.07
%34.62
%28.63

Codes

Color #B61D77 in popluar color models

B61D77
RGB18229119
HSL325°72.51%41.37%
HSB/HSV325°84.07%71.37%
CMYK0.00%84.07%34.62%
28.63%

Color #B61D77 in popluar number systems.

HEXB61D77
Decimal18229119
Binary10110110111011110111
Octal26635167

Shades and tints

Shades of #B61D77

#B61D77
(182,29,119)
#A61B6D
(166,27,109)
#961963
(150,25,99)
#861759
(134,23,89)
#76154F
(118,21,79)
#661345
(102,19,69)
#56113B
(86,17,59)
#460F31
(70,15,49)
#360D27
(54,13,39)
#260B1D
(38,11,29)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #B61D77

#B61D77
(182,29,119)
#BC3183
(188,49,131)
#C2458F
(194,69,143)
#C8599B
(200,89,155)
#CE6DA7
(206,109,167)
#D481B3
(212,129,179)
#DA95BF
(218,149,191)
#E0A9CB
(224,169,203)
#E6BDD7
(230,189,215)
#ECD1E3
(236,209,227)
#F2E5EF
(242,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B61D77 color. Also use rgb(182,29,119) instead hex code.

Text Font Color

.myTextColor { color: #B61D77; }

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

This text font color is #B61D77.


Background Color

.myBgColor { background-color: #B61D77; }

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

This div background color is #B61D77.


Border color

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

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

This div border color is #B61D77.


Opacity

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

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

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

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

This text has shadow with #B61D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B61D77 on black background.


Color preview on white background

This text has color #B61D77 on white background.



Black color preview on #B61D77 background

This text has black color on #B61D77 background.


White color preview on #B61D77 background

This text has white color on #B61D77 background.