COLOR #B1557C

HEX: #B1557C
RGB: (177,85,124)

Color info

#B1557C contains mainly red and blue colors. Web safe color of #B1557C is #996666 (or #966).

RGB color model

#B1557C color RGB value is (177,85,124).

  • red value is 177;
  • green value is 85;
  • blue value is 124.
RGB:
(177,85,124)
(69%,33%,49%)

RGB channels and saturation

R 177 of 255 = 69%
G 85 of 255 = 33%
B 124 of 255 = 49%

177
85
124

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

Portions of RGB colors in percentages

R + G + B =
177 + 85 + 124 = 386 (100%)
R 177 of 386 ~ 45.85%
G 85 of 386 ~ 22.02%
B 124 of 386 ~ 32.12%

%45.85
%22.02
%32.12

CMYK color model

#B1557C color CMYK value is (0,52,30,31).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(0,52,30,31)
C0M52Y30K31 
(0%,52%,30%,31%)
(0.00/0.52/0.30/0.31)	

CMYK percentages

%0
%51.98
%29.94
%30.59

Codes

Color #B1557C in popluar color models

B1557C
RGB17785124
HSL335°37.10%51.37%
HSB/HSV335°51.98%69.41%
CMYK0.00%51.98%29.94%
30.59%

Color #B1557C in popluar number systems.

HEXB1557C
Decimal17785124
Binary1011000110101011111100
Octal261125174

Shades and tints

Shades of #B1557C

#B1557C
(177,85,124)
#A14E71
(161,78,113)
#914766
(145,71,102)
#81405B
(129,64,91)
#713950
(113,57,80)
#613245
(97,50,69)
#512B3A
(81,43,58)
#41242F
(65,36,47)
#311D24
(49,29,36)
#211619
(33,22,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #B1557C

#B1557C
(177,85,124)
#B86487
(184,100,135)
#BF7392
(191,115,146)
#C6829D
(198,130,157)
#CD91A8
(205,145,168)
#D4A0B3
(212,160,179)
#DBAFBE
(219,175,190)
#E2BEC9
(226,190,201)
#E9CDD4
(233,205,212)
#F0DCDF
(240,220,223)
#F7EBEA
(247,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1557C color. Also use rgb(177,85,124) instead hex code.

Text Font Color

.myTextColor { color: #B1557C; }

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

This text font color is #B1557C.


Background Color

.myBgColor { background-color: #B1557C; }

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

This div background color is #B1557C.


Border color

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

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

This div border color is #B1557C.


Opacity

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

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

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

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

This text has shadow with #B1557C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1557C on black background.


Color preview on white background

This text has color #B1557C on white background.



Black color preview on #B1557C background

This text has black color on #B1557C background.


White color preview on #B1557C background

This text has white color on #B1557C background.