COLOR #B04695

HEX: #B04695
RGB: (176,70,149)

Color info

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

RGB color model

#B04695 color RGB value is (176,70,149).

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

RGB channels and saturation

R 176 of 255 = 69%
G 70 of 255 = 27%
B 149 of 255 = 58%

176
70
149

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

Portions of RGB colors in percentages

R + G + B =
176 + 70 + 149 = 395 (100%)
R 176 of 395 ~ 44.56%
G 70 of 395 ~ 17.72%
B 149 of 395 ~ 37.72%

%44.56
%17.72
%37.72

CMYK color model

#B04695 color CMYK value is (0,60,15,31).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(0,60,15,31)
C0M60Y15K31 
(0%,60%,15%,31%)
(0.00/0.60/0.15/0.31)	

CMYK percentages

%0
%60.23
%15.34
%30.98

Codes

Color #B04695 in popluar color models

B04695
RGB17670149
HSL315°43.09%48.24%
HSB/HSV315°60.23%69.02%
CMYK0.00%60.23%15.34%
30.98%

Color #B04695 in popluar number systems.

HEXB04695
Decimal17670149
Binary10110000100011010010101
Octal260106225

Shades and tints

Shades of #B04695

#B04695
(176,70,149)
#A04088
(160,64,136)
#903A7B
(144,58,123)
#80346E
(128,52,110)
#702E61
(112,46,97)
#602854
(96,40,84)
#502247
(80,34,71)
#401C3A
(64,28,58)
#30162D
(48,22,45)
#201020
(32,16,32)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #B04695

#B04695
(176,70,149)
#B7569E
(183,86,158)
#BE66A7
(190,102,167)
#C576B0
(197,118,176)
#CC86B9
(204,134,185)
#D396C2
(211,150,194)
#DAA6CB
(218,166,203)
#E1B6D4
(225,182,212)
#E8C6DD
(232,198,221)
#EFD6E6
(239,214,230)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04695; }

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

This text font color is #B04695.


Background Color

.myBgColor { background-color: #B04695; }

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

This div background color is #B04695.


Border color

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

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

This div border color is #B04695.


Opacity

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

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

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

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

This text has shadow with #B04695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04695 on black background.


Color preview on white background

This text has color #B04695 on white background.



Black color preview on #B04695 background

This text has black color on #B04695 background.


White color preview on #B04695 background

This text has white color on #B04695 background.