COLOR #B04689

HEX: #B04689
RGB: (176,70,137)

Color info

#B04689 contains mainly red and blue colors. Web safe color of #B04689 is #993399 (or #939).

RGB color model

#B04689 color RGB value is (176,70,137).

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

RGB channels and saturation

R 176 of 255 = 69%
G 70 of 255 = 27%
B 137 of 255 = 54%

176
70
137

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

Portions of RGB colors in percentages

R + G + B =
176 + 70 + 137 = 383 (100%)
R 176 of 383 ~ 45.95%
G 70 of 383 ~ 18.28%
B 137 of 383 ~ 35.77%

%45.95
%18.28
%35.77

CMYK color model

#B04689 color CMYK value is (0,60,22,31).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,60,22,31)
C0M60Y22K31 
(0%,60%,22%,31%)
(0.00/0.60/0.22/0.31)	

CMYK percentages

%0
%60.23
%22.16
%30.98

Codes

Color #B04689 in popluar color models

B04689
RGB17670137
HSL322°43.09%48.24%
HSB/HSV322°60.23%69.02%
CMYK0.00%60.23%22.16%
30.98%

Color #B04689 in popluar number systems.

HEXB04689
Decimal17670137
Binary10110000100011010001001
Octal260106211

Shades and tints

Shades of #B04689

#B04689
(176,70,137)
#A0407D
(160,64,125)
#903A71
(144,58,113)
#803465
(128,52,101)
#702E59
(112,46,89)
#60284D
(96,40,77)
#502241
(80,34,65)
#401C35
(64,28,53)
#301629
(48,22,41)
#20101D
(32,16,29)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #B04689

#B04689
(176,70,137)
#B75693
(183,86,147)
#BE669D
(190,102,157)
#C576A7
(197,118,167)
#CC86B1
(204,134,177)
#D396BB
(211,150,187)
#DAA6C5
(218,166,197)
#E1B6CF
(225,182,207)
#E8C6D9
(232,198,217)
#EFD6E3
(239,214,227)
#F6E6ED
(246,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04689; }

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

This text font color is #B04689.


Background Color

.myBgColor { background-color: #B04689; }

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

This div background color is #B04689.


Border color

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

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

This div border color is #B04689.


Opacity

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

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

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

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

This text has shadow with #B04689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04689 on black background.


Color preview on white background

This text has color #B04689 on white background.



Black color preview on #B04689 background

This text has black color on #B04689 background.


White color preview on #B04689 background

This text has white color on #B04689 background.