COLOR #B15047

HEX: #B15047
RGB: (177,80,71)

Color info

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

RGB color model

#B15047 color RGB value is (177,80,71).

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

RGB channels and saturation

R 177 of 255 = 69%
G 80 of 255 = 31%
B 71 of 255 = 28%

177
80
71

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

Portions of RGB colors in percentages

R + G + B =
177 + 80 + 71 = 328 (100%)
R 177 of 328 ~ 53.96%
G 80 of 328 ~ 24.39%
B 71 of 328 ~ 21.65%

%53.96
%24.39
%21.65

CMYK color model

#B15047 color CMYK value is (0,55,60,31).

  • cyan value is 0.00%
  • magenta value is 54.80%
  • yellow value is 59.89%
  • key color value is 30.59%
CMYK:
(0,55,60,31)
C0M55Y60K31 
(0%,55%,60%,31%)
(0.00/0.55/0.60/0.31)	

CMYK percentages

%0
%54.8
%59.89
%30.59

Codes

Color #B15047 in popluar color models

B15047
RGB1778071
HSL42.74%48.63%
HSB/HSV59.89%69.41%
CMYK0.00%54.80%59.89%
30.59%

Color #B15047 in popluar number systems.

HEXB15047
Decimal1778071
Binary1011000110100001000111
Octal261120107

Shades and tints

Shades of #B15047

#B15047
(177,80,71)
#A14941
(161,73,65)
#91423B
(145,66,59)
#813B35
(129,59,53)
#71342F
(113,52,47)
#612D29
(97,45,41)
#512623
(81,38,35)
#411F1D
(65,31,29)
#311817
(49,24,23)
#211111
(33,17,17)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #B15047

#B15047
(177,80,71)
#B85F57
(184,95,87)
#BF6E67
(191,110,103)
#C67D77
(198,125,119)
#CD8C87
(205,140,135)
#D49B97
(212,155,151)
#DBAAA7
(219,170,167)
#E2B9B7
(226,185,183)
#E9C8C7
(233,200,199)
#F0D7D7
(240,215,215)
#F7E6E7
(247,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15047; }

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

This text font color is #B15047.


Background Color

.myBgColor { background-color: #B15047; }

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

This div background color is #B15047.


Border color

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

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

This div border color is #B15047.


Opacity

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

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

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

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

This text has shadow with #B15047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15047 on black background.


Color preview on white background

This text has color #B15047 on white background.



Black color preview on #B15047 background

This text has black color on #B15047 background.


White color preview on #B15047 background

This text has white color on #B15047 background.