COLOR #B15B6D

HEX: #B15B6D
RGB: (177,91,109)

Color info

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

RGB color model

#B15B6D color RGB value is (177,91,109).

  • red value is 177;
  • green value is 91;
  • blue value is 109.
RGB:
(177,91,109)
(69%,36%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 91 of 255 = 36%
B 109 of 255 = 43%

177
91
109

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

Portions of RGB colors in percentages

R + G + B =
177 + 91 + 109 = 377 (100%)
R 177 of 377 ~ 46.95%
G 91 of 377 ~ 24.14%
B 109 of 377 ~ 28.91%

%46.95
%24.14
%28.91

CMYK color model

#B15B6D color CMYK value is (0,49,38,31).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 38.42%
  • key color value is 30.59%
CMYK:
(0,49,38,31)
C0M49Y38K31 
(0%,49%,38%,31%)
(0.00/0.49/0.38/0.31)	

CMYK percentages

%0
%48.59
%38.42
%30.59

Codes

Color #B15B6D in popluar color models

B15B6D
RGB17791109
HSL347°35.54%52.55%
HSB/HSV347°48.59%69.41%
CMYK0.00%48.59%38.42%
30.59%

Color #B15B6D in popluar number systems.

HEXB15B6D
Decimal17791109
Binary1011000110110111101101
Octal261133155

Shades and tints

Shades of #B15B6D

#B15B6D
(177,91,109)
#A15364
(161,83,100)
#914B5B
(145,75,91)
#814352
(129,67,82)
#713B49
(113,59,73)
#613340
(97,51,64)
#512B37
(81,43,55)
#41232E
(65,35,46)
#311B25
(49,27,37)
#21131C
(33,19,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #B15B6D

#B15B6D
(177,91,109)
#B8697A
(184,105,122)
#BF7787
(191,119,135)
#C68594
(198,133,148)
#CD93A1
(205,147,161)
#D4A1AE
(212,161,174)
#DBAFBB
(219,175,187)
#E2BDC8
(226,189,200)
#E9CBD5
(233,203,213)
#F0D9E2
(240,217,226)
#F7E7EF
(247,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15B6D color. Also use rgb(177,91,109) instead hex code.

Text Font Color

.myTextColor { color: #B15B6D; }

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

This text font color is #B15B6D.


Background Color

.myBgColor { background-color: #B15B6D; }

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

This div background color is #B15B6D.


Border color

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

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

This div border color is #B15B6D.


Opacity

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

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

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

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

This text has shadow with #B15B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15B6D on black background.


Color preview on white background

This text has color #B15B6D on white background.



Black color preview on #B15B6D background

This text has black color on #B15B6D background.


White color preview on #B15B6D background

This text has white color on #B15B6D background.