COLOR #B15E55

HEX: #B15E55
RGB: (177,94,85)

Color info

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

RGB color model

#B15E55 color RGB value is (177,94,85).

  • red value is 177;
  • green value is 94;
  • blue value is 85.
RGB:
(177,94,85)
(69%,37%,33%)

RGB channels and saturation

R 177 of 255 = 69%
G 94 of 255 = 37%
B 85 of 255 = 33%

177
94
85

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

Portions of RGB colors in percentages

R + G + B =
177 + 94 + 85 = 356 (100%)
R 177 of 356 ~ 49.72%
G 94 of 356 ~ 26.4%
B 85 of 356 ~ 23.88%

%49.72
%26.4
%23.88

CMYK color model

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

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

CMYK percentages

%0
%46.89
%51.98
%30.59

Codes

Color #B15E55 in popluar color models

B15E55
RGB1779485
HSL37.10%51.37%
HSB/HSV51.98%69.41%
CMYK0.00%46.89%51.98%
30.59%

Color #B15E55 in popluar number systems.

HEXB15E55
Decimal1779485
Binary1011000110111101010101
Octal261136125

Shades and tints

Shades of #B15E55

#B15E55
(177,94,85)
#A1564E
(161,86,78)
#914E47
(145,78,71)
#814640
(129,70,64)
#713E39
(113,62,57)
#613632
(97,54,50)
#512E2B
(81,46,43)
#412624
(65,38,36)
#311E1D
(49,30,29)
#211616
(33,22,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #B15E55

#B15E55
(177,94,85)
#B86C64
(184,108,100)
#BF7A73
(191,122,115)
#C68882
(198,136,130)
#CD9691
(205,150,145)
#D4A4A0
(212,164,160)
#DBB2AF
(219,178,175)
#E2C0BE
(226,192,190)
#E9CECD
(233,206,205)
#F0DCDC
(240,220,220)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15E55; }

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

This text font color is #B15E55.


Background Color

.myBgColor { background-color: #B15E55; }

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

This div background color is #B15E55.


Border color

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

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

This div border color is #B15E55.


Opacity

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

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

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

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

This text has shadow with #B15E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15E55 on black background.


Color preview on white background

This text has color #B15E55 on white background.



Black color preview on #B15E55 background

This text has black color on #B15E55 background.


White color preview on #B15E55 background

This text has white color on #B15E55 background.