COLOR #B15A5A

HEX: #B15A5A
RGB: (177,90,90)

Color info

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

RGB color model

#B15A5A color RGB value is (177,90,90).

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

RGB channels and saturation

R 177 of 255 = 69%
G 90 of 255 = 35%
B 90 of 255 = 35%

177
90
90

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

Portions of RGB colors in percentages

R + G + B =
177 + 90 + 90 = 357 (100%)
R 177 of 357 ~ 49.58%
G 90 of 357 ~ 25.21%
B 90 of 357 ~ 25.21%

%49.58
%25.21
%25.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 49.15%
  • key color value is 30.59%
CMYK:
(0,49,49,31)
C0M49Y49K31 
(0%,49%,49%,31%)
(0.00/0.49/0.49/0.31)	

CMYK percentages

%0
%49.15
%49.15
%30.59

Codes

Color #B15A5A in popluar color models

B15A5A
RGB1779090
HSL35.80%52.35%
HSB/HSV49.15%69.41%
CMYK0.00%49.15%49.15%
30.59%

Color #B15A5A in popluar number systems.

HEXB15A5A
Decimal1779090
Binary1011000110110101011010
Octal261132132

Shades and tints

Shades of #B15A5A

#B15A5A
(177,90,90)
#A15252
(161,82,82)
#914A4A
(145,74,74)
#814242
(129,66,66)
#713A3A
(113,58,58)
#613232
(97,50,50)
#512A2A
(81,42,42)
#412222
(65,34,34)
#311A1A
(49,26,26)
#211212
(33,18,18)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #B15A5A

#B15A5A
(177,90,90)
#B86969
(184,105,105)
#BF7878
(191,120,120)
#C68787
(198,135,135)
#CD9696
(205,150,150)
#D4A5A5
(212,165,165)
#DBB4B4
(219,180,180)
#E2C3C3
(226,195,195)
#E9D2D2
(233,210,210)
#F0E1E1
(240,225,225)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15A5A; }

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

This text font color is #B15A5A.


Background Color

.myBgColor { background-color: #B15A5A; }

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

This div background color is #B15A5A.


Border color

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

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

This div border color is #B15A5A.


Opacity

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

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

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

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

This text has shadow with #B15A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15A5A on black background.


Color preview on white background

This text has color #B15A5A on white background.



Black color preview on #B15A5A background

This text has black color on #B15A5A background.


White color preview on #B15A5A background

This text has white color on #B15A5A background.