COLOR #B15F5F

HEX: #B15F5F
RGB: (177,95,95)

Color info

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

RGB color model

#B15F5F color RGB value is (177,95,95).

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

RGB channels and saturation

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

177
95
95

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

Portions of RGB colors in percentages

R + G + B =
177 + 95 + 95 = 367 (100%)
R 177 of 367 ~ 48.23%
G 95 of 367 ~ 25.89%
B 95 of 367 ~ 25.89%

%48.23
%25.89
%25.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.33%
  • yellow value is 46.33%
  • 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
%46.33
%30.59

Codes

Color #B15F5F in popluar color models

B15F5F
RGB1779595
HSL34.45%53.33%
HSB/HSV46.33%69.41%
CMYK0.00%46.33%46.33%
30.59%

Color #B15F5F in popluar number systems.

HEXB15F5F
Decimal1779595
Binary1011000110111111011111
Octal261137137

Shades and tints

Shades of #B15F5F

#B15F5F
(177,95,95)
#A15757
(161,87,87)
#914F4F
(145,79,79)
#814747
(129,71,71)
#713F3F
(113,63,63)
#613737
(97,55,55)
#512F2F
(81,47,47)
#412727
(65,39,39)
#311F1F
(49,31,31)
#211717
(33,23,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #B15F5F

#B15F5F
(177,95,95)
#B86D6D
(184,109,109)
#BF7B7B
(191,123,123)
#C68989
(198,137,137)
#CD9797
(205,151,151)
#D4A5A5
(212,165,165)
#DBB3B3
(219,179,179)
#E2C1C1
(226,193,193)
#E9CFCF
(233,207,207)
#F0DDDD
(240,221,221)
#F7EBEB
(247,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15F5F; }

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

This text font color is #B15F5F.


Background Color

.myBgColor { background-color: #B15F5F; }

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

This div background color is #B15F5F.


Border color

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

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

This div border color is #B15F5F.


Opacity

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

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

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

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

This text has shadow with #B15F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15F5F on black background.


Color preview on white background

This text has color #B15F5F on white background.



Black color preview on #B15F5F background

This text has black color on #B15F5F background.


White color preview on #B15F5F background

This text has white color on #B15F5F background.