COLOR #B15755

HEX: #B15755 RGB: (177,87,85)

Color info

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

RGB color model

#B15755 color RGB value is (177,87,85).

RGB: (177,87,85) (69%, 34%, 33%)

RGB channels and saturation

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

177
87
85

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

Portions of RGB colors in percentages

R + G + B = 177 + 87 + 85 = 349 (100%)
R 177 of 349 ~ 50.72%
G 87 of 349 ~ 24.93%
B 85 of 349 ~ 24.36'%

%50.72
%24.93
%24.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 51.98%
  • key color value is 30.59%

CMYK: (0,51,52,31)
C0M51Y52K31 (0%, 51%, 52%, 31%)
(0.00 / 0.51 / 0.52 / 0.31)

CMYK percentages

%0
%50.85
%51.98
%30.59

Codes

Color #B15755 in popluar color models

B1 57 55
RGB 177 87 85
HSL 37.10% 51.37%
HSB/HSV 51.98% 69.41%
CMYK 0.00% 50.85% 51.98%
30.59%

Color #B15755 in popluar number systems.

HEX B1 57 55
Decimal 177 87 85
Binary 10110001 1010111 1010101
Octal 261 127 125

Shades and tints

Shades of #B15755

#B15755
(177,87,85)
#A1504E
(161,80,78)
#914947
(145,73,71)
#814240
(129,66,64)
#713B39
(113,59,57)
#613432
(97,52,50)
#512D2B
(81,45,43)
#412624
(65,38,36)
#311F1D
(49,31,29)
#211816
(33,24,22)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #B15755

#B15755
(177,87,85)
#B86664
(184,102,100)
#BF7573
(191,117,115)
#C68482
(198,132,130)
#CD9391
(205,147,145)
#D4A2A0
(212,162,160)
#DBB1AF
(219,177,175)
#E2C0BE
(226,192,190)
#E9CFCD
(233,207,205)
#F0DEDC
(240,222,220)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15755; }

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

This text font color is #B15755.

Background Color

.myBgColor { background-color: #B15755; }

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

This div background color is #B15755.

Border color

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

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

This div border color is #B15755.

Opacity

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

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

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

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

This text has shadow with #B15755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B15755.

Preview

Color preview on black background

This text has color #B15755 on black background.


Color preview on white background

This text has color #B15755 on white background.


Black color preview on #B15755 background

This text has black color on #B15755 background.


White color preview on #B15755 background

This text has white color on #B15755 background.


Related colors

Complementary color

Complementary color for #hex is #4EA8AA.


I love getcolorcode.com

Triadic colors

1 #55B157 and #5755B1 with #B15755 are triadic colors.

2 #5557B1 and #57B155 with #B15755 are triadic colors.