COLOR #B05089

HEX: #B05089
RGB: (176,80,137)

Color info

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

RGB color model

#B05089 color RGB value is (176,80,137).

  • red value is 176;
  • green value is 80;
  • blue value is 137.
RGB:
(176,80,137)
(69%,31%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 80 of 255 = 31%
B 137 of 255 = 54%

176
80
137

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

Portions of RGB colors in percentages

R + G + B =
176 + 80 + 137 = 393 (100%)
R 176 of 393 ~ 44.78%
G 80 of 393 ~ 20.36%
B 137 of 393 ~ 34.86%

%44.78
%20.36
%34.86

CMYK color model

#B05089 color CMYK value is (0,55,22,31).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,55,22,31)
C0M55Y22K31 
(0%,55%,22%,31%)
(0.00/0.55/0.22/0.31)	

CMYK percentages

%0
%54.55
%22.16
%30.98

Codes

Color #B05089 in popluar color models

B05089
RGB17680137
HSL324°37.80%50.20%
HSB/HSV324°54.55%69.02%
CMYK0.00%54.55%22.16%
30.98%

Color #B05089 in popluar number systems.

HEXB05089
Decimal17680137
Binary10110000101000010001001
Octal260120211

Shades and tints

Shades of #B05089

#B05089
(176,80,137)
#A0497D
(160,73,125)
#904271
(144,66,113)
#803B65
(128,59,101)
#703459
(112,52,89)
#602D4D
(96,45,77)
#502641
(80,38,65)
#401F35
(64,31,53)
#301829
(48,24,41)
#20111D
(32,17,29)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #B05089

#B05089
(176,80,137)
#B75F93
(183,95,147)
#BE6E9D
(190,110,157)
#C57DA7
(197,125,167)
#CC8CB1
(204,140,177)
#D39BBB
(211,155,187)
#DAAAC5
(218,170,197)
#E1B9CF
(225,185,207)
#E8C8D9
(232,200,217)
#EFD7E3
(239,215,227)
#F6E6ED
(246,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05089 color. Also use rgb(176,80,137) instead hex code.

Text Font Color

.myTextColor { color: #B05089; }

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

This text font color is #B05089.


Background Color

.myBgColor { background-color: #B05089; }

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

This div background color is #B05089.


Border color

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

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

This div border color is #B05089.


Opacity

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

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

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

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

This text has shadow with #B05089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05089 on black background.


Color preview on white background

This text has color #B05089 on white background.



Black color preview on #B05089 background

This text has black color on #B05089 background.


White color preview on #B05089 background

This text has white color on #B05089 background.