COLOR #B05770

HEX: #B05770
RGB: (176,87,112)

Color info

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

RGB color model

#B05770 color RGB value is (176,87,112).

  • red value is 176;
  • green value is 87;
  • blue value is 112.
RGB:
(176,87,112)
(69%,34%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 87 of 255 = 34%
B 112 of 255 = 44%

176
87
112

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

Portions of RGB colors in percentages

R + G + B =
176 + 87 + 112 = 375 (100%)
R 176 of 375 ~ 46.93%
G 87 of 375 ~ 23.2%
B 112 of 375 ~ 29.87%

%46.93
%23.2
%29.87

CMYK color model

#B05770 color CMYK value is (0,51,36,31).

  • cyan value is 0.00%
  • magenta value is 50.57%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(0,51,36,31)
C0M51Y36K31 
(0%,51%,36%,31%)
(0.00/0.51/0.36/0.31)	

CMYK percentages

%0
%50.57
%36.36
%30.98

Codes

Color #B05770 in popluar color models

B05770
RGB17687112
HSL343°36.03%51.57%
HSB/HSV343°50.57%69.02%
CMYK0.00%50.57%36.36%
30.98%

Color #B05770 in popluar number systems.

HEXB05770
Decimal17687112
Binary1011000010101111110000
Octal260127160

Shades and tints

Shades of #B05770

#B05770
(176,87,112)
#A05066
(160,80,102)
#90495C
(144,73,92)
#804252
(128,66,82)
#703B48
(112,59,72)
#60343E
(96,52,62)
#502D34
(80,45,52)
#40262A
(64,38,42)
#301F20
(48,31,32)
#201816
(32,24,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #B05770

#B05770
(176,87,112)
#B7667D
(183,102,125)
#BE758A
(190,117,138)
#C58497
(197,132,151)
#CC93A4
(204,147,164)
#D3A2B1
(211,162,177)
#DAB1BE
(218,177,190)
#E1C0CB
(225,192,203)
#E8CFD8
(232,207,216)
#EFDEE5
(239,222,229)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05770 color. Also use rgb(176,87,112) instead hex code.

Text Font Color

.myTextColor { color: #B05770; }

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

This text font color is #B05770.


Background Color

.myBgColor { background-color: #B05770; }

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

This div background color is #B05770.


Border color

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

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

This div border color is #B05770.


Opacity

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

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

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

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

This text has shadow with #B05770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05770 on black background.


Color preview on white background

This text has color #B05770 on white background.



Black color preview on #B05770 background

This text has black color on #B05770 background.


White color preview on #B05770 background

This text has white color on #B05770 background.