COLOR #B05D92

HEX: #B05D92
RGB: (176,93,146)

Color info

#B05D92 contains mainly red and blue colors. Web safe color of #B05D92 is #996699 (or #969).

RGB color model

#B05D92 color RGB value is (176,93,146).

  • red value is 176;
  • green value is 93;
  • blue value is 146.
RGB:
(176,93,146)
(69%,36%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 93 of 255 = 36%
B 146 of 255 = 57%

176
93
146

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

Portions of RGB colors in percentages

R + G + B =
176 + 93 + 146 = 415 (100%)
R 176 of 415 ~ 42.41%
G 93 of 415 ~ 22.41%
B 146 of 415 ~ 35.18%

%42.41
%22.41
%35.18

CMYK color model

#B05D92 color CMYK value is (0,47,17,31).

  • cyan value is 0.00%
  • magenta value is 47.16%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(0,47,17,31)
C0M47Y17K31 
(0%,47%,17%,31%)
(0.00/0.47/0.17/0.31)	

CMYK percentages

%0
%47.16
%17.05
%30.98

Codes

Color #B05D92 in popluar color models

B05D92
RGB17693146
HSL322°34.44%52.75%
HSB/HSV322°47.16%69.02%
CMYK0.00%47.16%17.05%
30.98%

Color #B05D92 in popluar number systems.

HEXB05D92
Decimal17693146
Binary10110000101110110010010
Octal260135222

Shades and tints

Shades of #B05D92

#B05D92
(176,93,146)
#A05585
(160,85,133)
#904D78
(144,77,120)
#80456B
(128,69,107)
#703D5E
(112,61,94)
#603551
(96,53,81)
#502D44
(80,45,68)
#402537
(64,37,55)
#301D2A
(48,29,42)
#20151D
(32,21,29)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #B05D92

#B05D92
(176,93,146)
#B76B9B
(183,107,155)
#BE79A4
(190,121,164)
#C587AD
(197,135,173)
#CC95B6
(204,149,182)
#D3A3BF
(211,163,191)
#DAB1C8
(218,177,200)
#E1BFD1
(225,191,209)
#E8CDDA
(232,205,218)
#EFDBE3
(239,219,227)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05D92 color. Also use rgb(176,93,146) instead hex code.

Text Font Color

.myTextColor { color: #B05D92; }

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

This text font color is #B05D92.


Background Color

.myBgColor { background-color: #B05D92; }

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

This div background color is #B05D92.


Border color

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

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

This div border color is #B05D92.


Opacity

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

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

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

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

This text has shadow with #B05D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05D92 on black background.


Color preview on white background

This text has color #B05D92 on white background.



Black color preview on #B05D92 background

This text has black color on #B05D92 background.


White color preview on #B05D92 background

This text has white color on #B05D92 background.