COLOR #B1364D

HEX: #B1364D
RGB: (177,54,77)

Color info

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

RGB color model

#B1364D color RGB value is (177,54,77).

  • red value is 177;
  • green value is 54;
  • blue value is 77.
RGB:
(177,54,77)
(69%,21%,30%)

RGB channels and saturation

R 177 of 255 = 69%
G 54 of 255 = 21%
B 77 of 255 = 30%

177
54
77

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

Portions of RGB colors in percentages

R + G + B =
177 + 54 + 77 = 308 (100%)
R 177 of 308 ~ 57.47%
G 54 of 308 ~ 17.53%
B 77 of 308 ~ 25%

%57.47
%17.53
%25

CMYK color model

#B1364D color CMYK value is (0,69,56,31).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 56.50%
  • key color value is 30.59%
CMYK:
(0,69,56,31)
C0M69Y56K31 
(0%,69%,56%,31%)
(0.00/0.69/0.56/0.31)	

CMYK percentages

%0
%69.49
%56.5
%30.59

Codes

Color #B1364D in popluar color models

B1364D
RGB1775477
HSL349°53.25%45.29%
HSB/HSV349°69.49%69.41%
CMYK0.00%69.49%56.50%
30.59%

Color #B1364D in popluar number systems.

HEXB1364D
Decimal1775477
Binary101100011101101001101
Octal26166115

Shades and tints

Shades of #B1364D

#B1364D
(177,54,77)
#A13246
(161,50,70)
#912E3F
(145,46,63)
#812A38
(129,42,56)
#712631
(113,38,49)
#61222A
(97,34,42)
#511E23
(81,30,35)
#411A1C
(65,26,28)
#311615
(49,22,21)
#21120E
(33,18,14)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #B1364D

#B1364D
(177,54,77)
#B8485D
(184,72,93)
#BF5A6D
(191,90,109)
#C66C7D
(198,108,125)
#CD7E8D
(205,126,141)
#D4909D
(212,144,157)
#DBA2AD
(219,162,173)
#E2B4BD
(226,180,189)
#E9C6CD
(233,198,205)
#F0D8DD
(240,216,221)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1364D color. Also use rgb(177,54,77) instead hex code.

Text Font Color

.myTextColor { color: #B1364D; }

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

This text font color is #B1364D.


Background Color

.myBgColor { background-color: #B1364D; }

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

This div background color is #B1364D.


Border color

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

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

This div border color is #B1364D.


Opacity

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

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

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

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

This text has shadow with #B1364D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1364D on black background.


Color preview on white background

This text has color #B1364D on white background.



Black color preview on #B1364D background

This text has black color on #B1364D background.


White color preview on #B1364D background

This text has white color on #B1364D background.