COLOR #B05A58

HEX: #B05A58
RGB: (176,90,88)

Color info

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

RGB color model

#B05A58 color RGB value is (176,90,88).

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

RGB channels and saturation

R 176 of 255 = 69%
G 90 of 255 = 35%
B 88 of 255 = 35%

176
90
88

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

Portions of RGB colors in percentages

R + G + B =
176 + 90 + 88 = 354 (100%)
R 176 of 354 ~ 49.72%
G 90 of 354 ~ 25.42%
B 88 of 354 ~ 24.86%

%49.72
%25.42
%24.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 50.00%
  • key color value is 30.98%
CMYK:
(0,49,50,31)
C0M49Y50K31 
(0%,49%,50%,31%)
(0.00/0.49/0.50/0.31)	

CMYK percentages

%0
%48.86
%50
%30.98

Codes

Color #B05A58 in popluar color models

B05A58
RGB1769088
HSL35.77%51.76%
HSB/HSV50.00%69.02%
CMYK0.00%48.86%50.00%
30.98%

Color #B05A58 in popluar number systems.

HEXB05A58
Decimal1769088
Binary1011000010110101011000
Octal260132130

Shades and tints

Shades of #B05A58

#B05A58
(176,90,88)
#A05250
(160,82,80)
#904A48
(144,74,72)
#804240
(128,66,64)
#703A38
(112,58,56)
#603230
(96,50,48)
#502A28
(80,42,40)
#402220
(64,34,32)
#301A18
(48,26,24)
#201210
(32,18,16)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #B05A58

#B05A58
(176,90,88)
#B76967
(183,105,103)
#BE7876
(190,120,118)
#C58785
(197,135,133)
#CC9694
(204,150,148)
#D3A5A3
(211,165,163)
#DAB4B2
(218,180,178)
#E1C3C1
(225,195,193)
#E8D2D0
(232,210,208)
#EFE1DF
(239,225,223)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05A58; }

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

This text font color is #B05A58.


Background Color

.myBgColor { background-color: #B05A58; }

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

This div background color is #B05A58.


Border color

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

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

This div border color is #B05A58.


Opacity

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

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

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

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

This text has shadow with #B05A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05A58 on black background.


Color preview on white background

This text has color #B05A58 on white background.



Black color preview on #B05A58 background

This text has black color on #B05A58 background.


White color preview on #B05A58 background

This text has white color on #B05A58 background.