COLOR #B15D47

HEX: #B15D47
RGB: (177,93,71)

Color info

#B15D47 contains mainly red color. Web safe color of #B15D47 is #996633 (or #963).

RGB color model

#B15D47 color RGB value is (177,93,71).

  • red value is 177;
  • green value is 93;
  • blue value is 71.
RGB:
(177,93,71)
(69%,36%,28%)

RGB channels and saturation

R 177 of 255 = 69%
G 93 of 255 = 36%
B 71 of 255 = 28%

177
93
71

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

Portions of RGB colors in percentages

R + G + B =
177 + 93 + 71 = 341 (100%)
R 177 of 341 ~ 51.91%
G 93 of 341 ~ 27.27%
B 71 of 341 ~ 20.82%

%51.91
%27.27
%20.82

CMYK color model

#B15D47 color CMYK value is (0,47,60,31).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 59.89%
  • key color value is 30.59%
CMYK:
(0,47,60,31)
C0M47Y60K31 
(0%,47%,60%,31%)
(0.00/0.47/0.60/0.31)	

CMYK percentages

%0
%47.46
%59.89
%30.59

Codes

Color #B15D47 in popluar color models

B15D47
RGB1779371
HSL12°42.74%48.63%
HSB/HSV12°59.89%69.41%
CMYK0.00%47.46%59.89%
30.59%

Color #B15D47 in popluar number systems.

HEXB15D47
Decimal1779371
Binary1011000110111011000111
Octal261135107

Shades and tints

Shades of #B15D47

#B15D47
(177,93,71)
#A15541
(161,85,65)
#914D3B
(145,77,59)
#814535
(129,69,53)
#713D2F
(113,61,47)
#613529
(97,53,41)
#512D23
(81,45,35)
#41251D
(65,37,29)
#311D17
(49,29,23)
#211511
(33,21,17)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #B15D47

#B15D47
(177,93,71)
#B86B57
(184,107,87)
#BF7967
(191,121,103)
#C68777
(198,135,119)
#CD9587
(205,149,135)
#D4A397
(212,163,151)
#DBB1A7
(219,177,167)
#E2BFB7
(226,191,183)
#E9CDC7
(233,205,199)
#F0DBD7
(240,219,215)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15D47; }

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

This text font color is #B15D47.


Background Color

.myBgColor { background-color: #B15D47; }

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

This div background color is #B15D47.


Border color

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

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

This div border color is #B15D47.


Opacity

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

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

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

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

This text has shadow with #B15D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15D47 on black background.


Color preview on white background

This text has color #B15D47 on white background.



Black color preview on #B15D47 background

This text has black color on #B15D47 background.


White color preview on #B15D47 background

This text has white color on #B15D47 background.