COLOR #B15F60

HEX: #B15F60
RGB: (177,95,96)

Color info

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

RGB color model

#B15F60 color RGB value is (177,95,96).

  • red value is 177;
  • green value is 95;
  • blue value is 96.
RGB:
(177,95,96)
(69%,37%,38%)

RGB channels and saturation

R 177 of 255 = 69%
G 95 of 255 = 37%
B 96 of 255 = 38%

177
95
96

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

Portions of RGB colors in percentages

R + G + B =
177 + 95 + 96 = 368 (100%)
R 177 of 368 ~ 48.1%
G 95 of 368 ~ 25.82%
B 96 of 368 ~ 26.09%

%48.1
%25.82
%26.09

CMYK color model

#B15F60 color CMYK value is (0,46,46,31).

  • cyan value is 0.00%
  • magenta value is 46.33%
  • yellow value is 45.76%
  • key color value is 30.59%
CMYK:
(0,46,46,31)
C0M46Y46K31 
(0%,46%,46%,31%)
(0.00/0.46/0.46/0.31)	

CMYK percentages

%0
%46.33
%45.76
%30.59

Codes

Color #B15F60 in popluar color models

B15F60
RGB1779596
HSL359°34.45%53.33%
HSB/HSV359°46.33%69.41%
CMYK0.00%46.33%45.76%
30.59%

Color #B15F60 in popluar number systems.

HEXB15F60
Decimal1779596
Binary1011000110111111100000
Octal261137140

Shades and tints

Shades of #B15F60

#B15F60
(177,95,96)
#A15758
(161,87,88)
#914F50
(145,79,80)
#814748
(129,71,72)
#713F40
(113,63,64)
#613738
(97,55,56)
#512F30
(81,47,48)
#412728
(65,39,40)
#311F20
(49,31,32)
#211718
(33,23,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #B15F60

#B15F60
(177,95,96)
#B86D6E
(184,109,110)
#BF7B7C
(191,123,124)
#C6898A
(198,137,138)
#CD9798
(205,151,152)
#D4A5A6
(212,165,166)
#DBB3B4
(219,179,180)
#E2C1C2
(226,193,194)
#E9CFD0
(233,207,208)
#F0DDDE
(240,221,222)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15F60 color. Also use rgb(177,95,96) instead hex code.

Text Font Color

.myTextColor { color: #B15F60; }

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

This text font color is #B15F60.


Background Color

.myBgColor { background-color: #B15F60; }

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

This div background color is #B15F60.


Border color

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

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

This div border color is #B15F60.


Opacity

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

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

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

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

This text has shadow with #B15F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15F60 on black background.


Color preview on white background

This text has color #B15F60 on white background.



Black color preview on #B15F60 background

This text has black color on #B15F60 background.


White color preview on #B15F60 background

This text has white color on #B15F60 background.