COLOR #B15763

HEX: #B15763
RGB: (177,87,99)

Color info

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

RGB color model

#B15763 color RGB value is (177,87,99).

  • red value is 177;
  • green value is 87;
  • blue value is 99.
RGB:
(177,87,99)
(69%,34%,39%)

RGB channels and saturation

R 177 of 255 = 69%
G 87 of 255 = 34%
B 99 of 255 = 39%

177
87
99

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

Portions of RGB colors in percentages

R + G + B =
177 + 87 + 99 = 363 (100%)
R 177 of 363 ~ 48.76%
G 87 of 363 ~ 23.97%
B 99 of 363 ~ 27.27%

%48.76
%23.97
%27.27

CMYK color model

#B15763 color CMYK value is (0,51,44,31).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 44.07%
  • key color value is 30.59%
CMYK:
(0,51,44,31)
C0M51Y44K31 
(0%,51%,44%,31%)
(0.00/0.51/0.44/0.31)	

CMYK percentages

%0
%50.85
%44.07
%30.59

Codes

Color #B15763 in popluar color models

B15763
RGB1778799
HSL352°36.59%51.76%
HSB/HSV352°50.85%69.41%
CMYK0.00%50.85%44.07%
30.59%

Color #B15763 in popluar number systems.

HEXB15763
Decimal1778799
Binary1011000110101111100011
Octal261127143

Shades and tints

Shades of #B15763

#B15763
(177,87,99)
#A1505A
(161,80,90)
#914951
(145,73,81)
#814248
(129,66,72)
#713B3F
(113,59,63)
#613436
(97,52,54)
#512D2D
(81,45,45)
#412624
(65,38,36)
#311F1B
(49,31,27)
#211812
(33,24,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #B15763

#B15763
(177,87,99)
#B86671
(184,102,113)
#BF757F
(191,117,127)
#C6848D
(198,132,141)
#CD939B
(205,147,155)
#D4A2A9
(212,162,169)
#DBB1B7
(219,177,183)
#E2C0C5
(226,192,197)
#E9CFD3
(233,207,211)
#F0DEE1
(240,222,225)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15763; }

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

This text font color is #B15763.


Background Color

.myBgColor { background-color: #B15763; }

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

This div background color is #B15763.


Border color

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

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

This div border color is #B15763.


Opacity

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

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

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

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

This text has shadow with #B15763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15763 on black background.


Color preview on white background

This text has color #B15763 on white background.



Black color preview on #B15763 background

This text has black color on #B15763 background.


White color preview on #B15763 background

This text has white color on #B15763 background.