COLOR #B15175

HEX: #B15175
RGB: (177,81,117)

Color info

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

RGB color model

#B15175 color RGB value is (177,81,117).

  • red value is 177;
  • green value is 81;
  • blue value is 117.
RGB:
(177,81,117)
(69%,32%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 81 of 255 = 32%
B 117 of 255 = 46%

177
81
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 81 + 117 = 375 (100%)
R 177 of 375 ~ 47.2%
G 81 of 375 ~ 21.6%
B 117 of 375 ~ 31.2%

%47.2
%21.6
%31.2

CMYK color model

#B15175 color CMYK value is (0,54,34,31).

  • cyan value is 0.00%
  • magenta value is 54.24%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(0,54,34,31)
C0M54Y34K31 
(0%,54%,34%,31%)
(0.00/0.54/0.34/0.31)	

CMYK percentages

%0
%54.24
%33.9
%30.59

Codes

Color #B15175 in popluar color models

B15175
RGB17781117
HSL338°38.10%50.59%
HSB/HSV338°54.24%69.41%
CMYK0.00%54.24%33.90%
30.59%

Color #B15175 in popluar number systems.

HEXB15175
Decimal17781117
Binary1011000110100011110101
Octal261121165

Shades and tints

Shades of #B15175

#B15175
(177,81,117)
#A14A6B
(161,74,107)
#914361
(145,67,97)
#813C57
(129,60,87)
#71354D
(113,53,77)
#612E43
(97,46,67)
#512739
(81,39,57)
#41202F
(65,32,47)
#311925
(49,25,37)
#21121B
(33,18,27)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #B15175

#B15175
(177,81,117)
#B86081
(184,96,129)
#BF6F8D
(191,111,141)
#C67E99
(198,126,153)
#CD8DA5
(205,141,165)
#D49CB1
(212,156,177)
#DBABBD
(219,171,189)
#E2BAC9
(226,186,201)
#E9C9D5
(233,201,213)
#F0D8E1
(240,216,225)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15175; }

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

This text font color is #B15175.


Background Color

.myBgColor { background-color: #B15175; }

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

This div background color is #B15175.


Border color

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

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

This div border color is #B15175.


Opacity

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

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

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

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

This text has shadow with #B15175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15175 on black background.


Color preview on white background

This text has color #B15175 on white background.



Black color preview on #B15175 background

This text has black color on #B15175 background.


White color preview on #B15175 background

This text has white color on #B15175 background.