COLOR #B1195B

HEX: #B1195B
RGB: (177,25,91)

Color info

#B1195B contains mainly red color. Web safe color of #B1195B is #990066 (or #906).

RGB color model

#B1195B color RGB value is (177,25,91).

  • red value is 177;
  • green value is 25;
  • blue value is 91.
RGB:
(177,25,91)
(69%,10%,36%)

RGB channels and saturation

R 177 of 255 = 69%
G 25 of 255 = 10%
B 91 of 255 = 36%

177
25
91

R + G + B ~ 38%. #B1195B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 25 + 91 = 293 (100%)
R 177 of 293 ~ 60.41%
G 25 of 293 ~ 8.53%
B 91 of 293 ~ 31.06%

%60.41
%31.06

CMYK color model

#B1195B color CMYK value is (0,86,49,31).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 48.59%
  • key color value is 30.59%
CMYK:
(0,86,49,31)
C0M86Y49K31 
(0%,86%,49%,31%)
(0.00/0.86/0.49/0.31)	

CMYK percentages

%0
%85.88
%48.59
%30.59

Codes

Color #B1195B in popluar color models

B1195B
RGB1772591
HSL334°75.25%39.61%
HSB/HSV334°85.88%69.41%
CMYK0.00%85.88%48.59%
30.59%

Color #B1195B in popluar number systems.

HEXB1195B
Decimal1772591
Binary10110001110011011011
Octal26131133

Shades and tints

Shades of #B1195B

#B1195B
(177,25,91)
#A11753
(161,23,83)
#91154B
(145,21,75)
#811343
(129,19,67)
#71113B
(113,17,59)
#610F33
(97,15,51)
#510D2B
(81,13,43)
#410B23
(65,11,35)
#31091B
(49,9,27)
#210713
(33,7,19)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #B1195B

#B1195B
(177,25,91)
#B82D69
(184,45,105)
#BF4177
(191,65,119)
#C65585
(198,85,133)
#CD6993
(205,105,147)
#D47DA1
(212,125,161)
#DB91AF
(219,145,175)
#E2A5BD
(226,165,189)
#E9B9CB
(233,185,203)
#F0CDD9
(240,205,217)
#F7E1E7
(247,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1195B color. Also use rgb(177,25,91) instead hex code.

Text Font Color

.myTextColor { color: #B1195B; }

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

This text font color is #B1195B.


Background Color

.myBgColor { background-color: #B1195B; }

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

This div background color is #B1195B.


Border color

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

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

This div border color is #B1195B.


Opacity

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

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

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

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

This text has shadow with #B1195B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1195B on black background.


Color preview on white background

This text has color #B1195B on white background.



Black color preview on #B1195B background

This text has black color on #B1195B background.


White color preview on #B1195B background

This text has white color on #B1195B background.