COLOR #B1324A

HEX: #B1324A
RGB: (177,50,74)

Color info

#B1324A contains mainly red color. Web safe color of #B1324A is #993333 (or #933).

RGB color model

#B1324A color RGB value is (177,50,74).

  • red value is 177;
  • green value is 50;
  • blue value is 74.
RGB:
(177,50,74)
(69%,20%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 50 of 255 = 20%
B 74 of 255 = 29%

177
50
74

R + G + B ~ 39%. #B1324A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 50 + 74 = 301 (100%)
R 177 of 301 ~ 58.8%
G 50 of 301 ~ 16.61%
B 74 of 301 ~ 24.58%

%58.8
%16.61
%24.58

CMYK color model

#B1324A color CMYK value is (0,72,58,31).

  • cyan value is 0.00%
  • magenta value is 71.75%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(0,72,58,31)
C0M72Y58K31 
(0%,72%,58%,31%)
(0.00/0.72/0.58/0.31)	

CMYK percentages

%0
%71.75
%58.19
%30.59

Codes

Color #B1324A in popluar color models

B1324A
RGB1775074
HSL349°55.95%44.51%
HSB/HSV349°71.75%69.41%
CMYK0.00%71.75%58.19%
30.59%

Color #B1324A in popluar number systems.

HEXB1324A
Decimal1775074
Binary101100011100101001010
Octal26162112

Shades and tints

Shades of #B1324A

#B1324A
(177,50,74)
#A12E44
(161,46,68)
#912A3E
(145,42,62)
#812638
(129,38,56)
#712232
(113,34,50)
#611E2C
(97,30,44)
#511A26
(81,26,38)
#411620
(65,22,32)
#31121A
(49,18,26)
#210E14
(33,14,20)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #B1324A

#B1324A
(177,50,74)
#B8445A
(184,68,90)
#BF566A
(191,86,106)
#C6687A
(198,104,122)
#CD7A8A
(205,122,138)
#D48C9A
(212,140,154)
#DB9EAA
(219,158,170)
#E2B0BA
(226,176,186)
#E9C2CA
(233,194,202)
#F0D4DA
(240,212,218)
#F7E6EA
(247,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1324A color. Also use rgb(177,50,74) instead hex code.

Text Font Color

.myTextColor { color: #B1324A; }

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

This text font color is #B1324A.


Background Color

.myBgColor { background-color: #B1324A; }

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

This div background color is #B1324A.


Border color

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

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

This div border color is #B1324A.


Opacity

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

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

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

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

This text has shadow with #B1324A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1324A on black background.


Color preview on white background

This text has color #B1324A on white background.



Black color preview on #B1324A background

This text has black color on #B1324A background.


White color preview on #B1324A background

This text has white color on #B1324A background.