COLOR #B15757

HEX: #B15757
RGB: (177,87,87)

Color info

#B15757 contains mainly red color. Web safe color of #B15757 is #996666 (or #966).

RGB color model

#B15757 color RGB value is (177,87,87).

  • red value is 177;
  • green value is 87;
  • blue value is 87.
RGB:
(177,87,87)
(69%,34%,34%)

RGB channels and saturation

R 177 of 255 = 69%
G 87 of 255 = 34%
B 87 of 255 = 34%

177
87
87

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

Portions of RGB colors in percentages

R + G + B =
177 + 87 + 87 = 351 (100%)
R 177 of 351 ~ 50.43%
G 87 of 351 ~ 24.79%
B 87 of 351 ~ 24.79%

%50.43
%24.79
%24.79

CMYK color model

#B15757 color CMYK value is (0,51,51,31).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 50.85%
  • key color value is 30.59%
CMYK:
(0,51,51,31)
C0M51Y51K31 
(0%,51%,51%,31%)
(0.00/0.51/0.51/0.31)	

CMYK percentages

%0
%50.85
%50.85
%30.59

Codes

Color #B15757 in popluar color models

B15757
RGB1778787
HSL36.59%51.76%
HSB/HSV50.85%69.41%
CMYK0.00%50.85%50.85%
30.59%

Color #B15757 in popluar number systems.

HEXB15757
Decimal1778787
Binary1011000110101111010111
Octal261127127

Shades and tints

Shades of #B15757

#B15757
(177,87,87)
#A15050
(161,80,80)
#914949
(145,73,73)
#814242
(129,66,66)
#713B3B
(113,59,59)
#613434
(97,52,52)
#512D2D
(81,45,45)
#412626
(65,38,38)
#311F1F
(49,31,31)
#211818
(33,24,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B15757

#B15757
(177,87,87)
#B86666
(184,102,102)
#BF7575
(191,117,117)
#C68484
(198,132,132)
#CD9393
(205,147,147)
#D4A2A2
(212,162,162)
#DBB1B1
(219,177,177)
#E2C0C0
(226,192,192)
#E9CFCF
(233,207,207)
#F0DEDE
(240,222,222)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15757; }

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

This text font color is #B15757.


Background Color

.myBgColor { background-color: #B15757; }

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

This div background color is #B15757.


Border color

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

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

This div border color is #B15757.


Opacity

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

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

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

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

This text has shadow with #B15757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15757 on black background.


Color preview on white background

This text has color #B15757 on white background.



Black color preview on #B15757 background

This text has black color on #B15757 background.


White color preview on #B15757 background

This text has white color on #B15757 background.