COLOR #B25477

HEX: #B25477
RGB: (178,84,119)

Color info

#B25477 contains mainly red and blue colors. Web safe color of #B25477 is #996666 (or #966).

RGB color model

#B25477 color RGB value is (178,84,119).

  • red value is 178;
  • green value is 84;
  • blue value is 119.
RGB:
(178,84,119)
(70%,33%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 84 of 255 = 33%
B 119 of 255 = 47%

178
84
119

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

Portions of RGB colors in percentages

R + G + B =
178 + 84 + 119 = 381 (100%)
R 178 of 381 ~ 46.72%
G 84 of 381 ~ 22.05%
B 119 of 381 ~ 31.23%

%46.72
%22.05
%31.23

CMYK color model

#B25477 color CMYK value is (0,53,33,30).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 33.15%
  • key color value is 30.20%
CMYK:
(0,53,33,30)
C0M53Y33K30 
(0%,53%,33%,30%)
(0.00/0.53/0.33/0.30)	

CMYK percentages

%0
%52.81
%33.15
%30.2

Codes

Color #B25477 in popluar color models

B25477
RGB17884119
HSL338°37.90%51.37%
HSB/HSV338°52.81%69.80%
CMYK0.00%52.81%33.15%
30.20%

Color #B25477 in popluar number systems.

HEXB25477
Decimal17884119
Binary1011001010101001110111
Octal262124167

Shades and tints

Shades of #B25477

#B25477
(178,84,119)
#A24D6D
(162,77,109)
#924663
(146,70,99)
#823F59
(130,63,89)
#72384F
(114,56,79)
#623145
(98,49,69)
#522A3B
(82,42,59)
#422331
(66,35,49)
#321C27
(50,28,39)
#22151D
(34,21,29)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B25477

#B25477
(178,84,119)
#B96383
(185,99,131)
#C0728F
(192,114,143)
#C7819B
(199,129,155)
#CE90A7
(206,144,167)
#D59FB3
(213,159,179)
#DCAEBF
(220,174,191)
#E3BDCB
(227,189,203)
#EACCD7
(234,204,215)
#F1DBE3
(241,219,227)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25477 color. Also use rgb(178,84,119) instead hex code.

Text Font Color

.myTextColor { color: #B25477; }

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

This text font color is #B25477.


Background Color

.myBgColor { background-color: #B25477; }

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

This div background color is #B25477.


Border color

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

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

This div border color is #B25477.


Opacity

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

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

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

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

This text has shadow with #B25477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25477 on black background.


Color preview on white background

This text has color #B25477 on white background.



Black color preview on #B25477 background

This text has black color on #B25477 background.


White color preview on #B25477 background

This text has white color on #B25477 background.