COLOR #B15070

HEX: #B15070 RGB: (177,80,112)

Color info

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

RGB color model

#B15070 color RGB value is (177,80,112).

RGB: (177,80,112) (69%, 31%, 44%)

RGB channels and saturation

R 177 of 255 = 69%
G 80 of 255 = 31%
B 112 of 255 = 44%

177
80
112

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

Portions of RGB colors in percentages

R + G + B = 177 + 80 + 112 = 369 (100%)
R 177 of 369 ~ 47.97%
G 80 of 369 ~ 21.68%
B 112 of 369 ~ 30.35'%

%47.97
%21.68
%30.35

CMYK color model

#B15070 color CMYK value is (0,55,37,31).

  • cyan value is 0.00%
  • magenta value is 54.80%
  • yellow value is 36.72%
  • key color value is 30.59%

CMYK: (0,55,37,31)
C0M55Y37K31 (0%, 55%, 37%, 31%)
(0.00 / 0.55 / 0.37 / 0.31)

CMYK percentages

%0
%54.8
%36.72
%30.59

Codes

Color #B15070 in popluar color models

B1 50 70
RGB 177 80 112
HSL 340° 38.34% 50.39%
HSB/HSV 340° 54.80% 69.41%
CMYK 0.00% 54.80% 36.72%
30.59%

Color #B15070 in popluar number systems.

HEX B1 50 70
Decimal 177 80 112
Binary 10110001 1010000 1110000
Octal 261 120 160

Shades and tints

Shades of #B15070

#B15070
(177,80,112)
#A14966
(161,73,102)
#91425C
(145,66,92)
#813B52
(129,59,82)
#713448
(113,52,72)
#612D3E
(97,45,62)
#512634
(81,38,52)
#411F2A
(65,31,42)
#311820
(49,24,32)
#211116
(33,17,22)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #B15070

#B15070
(177,80,112)
#B85F7D
(184,95,125)
#BF6E8A
(191,110,138)
#C67D97
(198,125,151)
#CD8CA4
(205,140,164)
#D49BB1
(212,155,177)
#DBAABE
(219,170,190)
#E2B9CB
(226,185,203)
#E9C8D8
(233,200,216)
#F0D7E5
(240,215,229)
#F7E6F2
(247,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15070; }

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

This text font color is #B15070.

Background Color

.myBgColor { background-color: #B15070; }

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

This div background color is #B15070.

Border color

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

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

This div border color is #B15070.

Opacity

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

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

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

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

This text has shadow with #B15070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B15070.

Preview

Color preview on black background

This text has color #B15070 on black background.


Color preview on white background

This text has color #B15070 on white background.


Black color preview on #B15070 background

This text has black color on #B15070 background.


White color preview on #B15070 background

This text has white color on #B15070 background.


Related colors

Complementary color

Complementary color for #hex is #4EAF8F.


I love getcolorcode.com

Triadic colors

1 #70B150 and #5070B1 with #B15070 are triadic colors.

2 #7050B1 and #50B170 with #B15070 are triadic colors.