COLOR #B1555D

HEX: #B1555D RGB: (177,85,93)

Color info

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

RGB color model

#B1555D color RGB value is (177,85,93).

RGB: (177,85,93) (69%, 33%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 85 of 255 = 33%
B 93 of 255 = 36%

177
85
93

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

Portions of RGB colors in percentages

R + G + B = 177 + 85 + 93 = 355 (100%)
R 177 of 355 ~ 49.86%
G 85 of 355 ~ 23.94%
B 93 of 355 ~ 26.2'%

%49.86
%23.94
%26.2

CMYK color model

#B1555D color CMYK value is (0,52,47,31).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 47.46%
  • key color value is 30.59%
CMYK: (0,52,47,31) C0M52Y47K31 (0%,52%,47%,31%) (0.00/0.52/0.47/0.31) 

CMYK percentages

%0
%51.98
%47.46
%30.59

Codes

Color #B1555D in popluar color models

B1 55 5D
RGB 177 85 93
HSL 355° 37.10% 51.37%
HSB/HSV 355° 51.98% 69.41%
CMYK 0.00% 51.98% 47.46%
30.59%

Color #B1555D in popluar number systems.

HEX B1 55 5D
Decimal 177 85 93
Binary 10110001 1010101 1011101
Octal 261 125 135

Shades and tints

Shades of #B1555D

#B1555D
(177,85,93)
#A14E55
(161,78,85)
#91474D
(145,71,77)
#814045
(129,64,69)
#71393D
(113,57,61)
#613235
(97,50,53)
#512B2D
(81,43,45)
#412425
(65,36,37)
#311D1D
(49,29,29)
#211615
(33,22,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #B1555D

#B1555D
(177,85,93)
#B8646B
(184,100,107)
#BF7379
(191,115,121)
#C68287
(198,130,135)
#CD9195
(205,145,149)
#D4A0A3
(212,160,163)
#DBAFB1
(219,175,177)
#E2BEBF
(226,190,191)
#E9CDCD
(233,205,205)
#F0DCDB
(240,220,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1555D; }

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

This text font color is #B1555D.

Background Color

.myBgColor { background-color: #B1555D; }

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

This div background color is #B1555D.

Border color

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

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

This div border color is #B1555D.

Opacity

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

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

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

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

This text has shadow with #B1555D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1555D.

Preview

Color preview on black background

This text has color #B1555D on black background.


Color preview on white background

This text has color #B1555D on white background.


Black color preview on #B1555D background

This text has black color on #B1555D background.


White color preview on #B1555D background

This text has white color on #B1555D background.


Related colors

Complementary color

Complementary color for #hex is #4EAAA2.


I love getcolorcode.com

Triadic colors

1 #5DB155 and #555DB1 with #B1555D are triadic colors.

2 #5D55B1 and #55B15D with #B1555D are triadic colors.