COLOR #B04177

HEX: #B04177
RGB: (176,65,119)

Color info

#B04177 contains mainly red and blue colors. Web safe color of #B04177 is #993366 (or #936).

RGB color model

#B04177 color RGB value is (176,65,119).

  • red value is 176;
  • green value is 65;
  • blue value is 119.
RGB:
(176,65,119)
(69%,25%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 65 of 255 = 25%
B 119 of 255 = 47%

176
65
119

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

Portions of RGB colors in percentages

R + G + B =
176 + 65 + 119 = 360 (100%)
R 176 of 360 ~ 48.89%
G 65 of 360 ~ 18.06%
B 119 of 360 ~ 33.06%

%48.89
%18.06
%33.06

CMYK color model

#B04177 color CMYK value is (0,63,32,31).

  • cyan value is 0.00%
  • magenta value is 63.07%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(0,63,32,31)
C0M63Y32K31 
(0%,63%,32%,31%)
(0.00/0.63/0.32/0.31)	

CMYK percentages

%0
%63.07
%32.39
%30.98

Codes

Color #B04177 in popluar color models

B04177
RGB17665119
HSL331°46.06%47.25%
HSB/HSV331°63.07%69.02%
CMYK0.00%63.07%32.39%
30.98%

Color #B04177 in popluar number systems.

HEXB04177
Decimal17665119
Binary1011000010000011110111
Octal260101167

Shades and tints

Shades of #B04177

#B04177
(176,65,119)
#A03C6D
(160,60,109)
#903763
(144,55,99)
#803259
(128,50,89)
#702D4F
(112,45,79)
#602845
(96,40,69)
#50233B
(80,35,59)
#401E31
(64,30,49)
#301927
(48,25,39)
#20141D
(32,20,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #B04177

#B04177
(176,65,119)
#B75283
(183,82,131)
#BE638F
(190,99,143)
#C5749B
(197,116,155)
#CC85A7
(204,133,167)
#D396B3
(211,150,179)
#DAA7BF
(218,167,191)
#E1B8CB
(225,184,203)
#E8C9D7
(232,201,215)
#EFDAE3
(239,218,227)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04177 color. Also use rgb(176,65,119) instead hex code.

Text Font Color

.myTextColor { color: #B04177; }

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

This text font color is #B04177.


Background Color

.myBgColor { background-color: #B04177; }

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

This div background color is #B04177.


Border color

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

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

This div border color is #B04177.


Opacity

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

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

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

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

This text has shadow with #B04177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04177 on black background.


Color preview on white background

This text has color #B04177 on white background.



Black color preview on #B04177 background

This text has black color on #B04177 background.


White color preview on #B04177 background

This text has white color on #B04177 background.