COLOR #B1195E

HEX: #B1195E RGB: (177,25,94)

Color info

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

RGB color model

#B1195E color RGB value is (177,25,94).

RGB: (177,25,94) (69%, 10%, 37%)

RGB channels and saturation

R 177 of 255 = 69%
G 25 of 255 = 10%
B 94 of 255 = 37%

177
25
94

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

Portions of RGB colors in percentages

R + G + B = 177 + 25 + 94 = 296 (100%)
R 177 of 296 ~ 59.8%
G 25 of 296 ~ 8.45%
B 94 of 296 ~ 31.76'%

%59.8
%31.76

CMYK color model

#B1195E color CMYK value is (0,86,47,31).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 46.89%
  • key color value is 30.59%
CMYK: (0,86,47,31) C0M86Y47K31 (0%,86%,47%,31%) (0.00/0.86/0.47/0.31) 

CMYK percentages

%0
%85.88
%46.89
%30.59

Codes

Color #B1195E in popluar color models

B1 19 5E
RGB 177 25 94
HSL 333° 75.25% 39.61%
HSB/HSV 333° 85.88% 69.41%
CMYK 0.00% 85.88% 46.89%
30.59%

Color #B1195E in popluar number systems.

HEX B1 19 5E
Decimal 177 25 94
Binary 10110001 11001 1011110
Octal 261 31 136

Shades and tints

Shades of #B1195E

#B1195E
(177,25,94)
#A11756
(161,23,86)
#91154E
(145,21,78)
#811346
(129,19,70)
#71113E
(113,17,62)
#610F36
(97,15,54)
#510D2E
(81,13,46)
#410B26
(65,11,38)
#31091E
(49,9,30)
#210716
(33,7,22)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #B1195E

#B1195E
(177,25,94)
#B82D6C
(184,45,108)
#BF417A
(191,65,122)
#C65588
(198,85,136)
#CD6996
(205,105,150)
#D47DA4
(212,125,164)
#DB91B2
(219,145,178)
#E2A5C0
(226,165,192)
#E9B9CE
(233,185,206)
#F0CDDC
(240,205,220)
#F7E1EA
(247,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1195E; }

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

This text font color is #B1195E.

Background Color

.myBgColor { background-color: #B1195E; }

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

This div background color is #B1195E.

Border color

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

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

This div border color is #B1195E.

Opacity

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

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

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

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

This text has shadow with #B1195E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1195E.

Preview

Color preview on black background

This text has color #B1195E on black background.


Color preview on white background

This text has color #B1195E on white background.


Black color preview on #B1195E background

This text has black color on #B1195E background.


White color preview on #B1195E background

This text has white color on #B1195E background.


Related colors

Complementary color

Complementary color for #hex is #4EE6A1.


I love getcolorcode.com

Triadic colors

1 #5EB119 and #195EB1 with #B1195E are triadic colors.

2 #5E19B1 and #19B15E with #B1195E are triadic colors.