COLOR #B25B79

HEX: #B25B79 RGB: (178,91,121)

Color info

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

RGB color model

#B25B79 color RGB value is (178,91,121).

RGB: (178,91,121) (70%, 36%, 47%)

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 121 of 255 = 47%

178
91
121

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

Portions of RGB colors in percentages

R + G + B = 178 + 91 + 121 = 390 (100%)
R 178 of 390 ~ 45.64%
G 91 of 390 ~ 23.33%
B 121 of 390 ~ 31.03'%

%45.64
%23.33
%31.03

CMYK color model

#B25B79 color CMYK value is (0,49,32,30).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK: (0,49,32,30) C0M49Y32K30 (0%,49%,32%,30%) (0.00/0.49/0.32/0.30) 

CMYK percentages

%0
%48.88
%32.02
%30.2

Codes

Color #B25B79 in popluar color models

B2 5B 79
RGB 178 91 121
HSL 339° 36.10% 52.75%
HSB/HSV 339° 48.88% 69.80%
CMYK 0.00% 48.88% 32.02%
30.20%

Color #B25B79 in popluar number systems.

HEX B2 5B 79
Decimal 178 91 121
Binary 10110010 1011011 1111001
Octal 262 133 171

Shades and tints

Shades of #B25B79

#B25B79
(178,91,121)
#A2536E
(162,83,110)
#924B63
(146,75,99)
#824358
(130,67,88)
#723B4D
(114,59,77)
#623342
(98,51,66)
#522B37
(82,43,55)
#42232C
(66,35,44)
#321B21
(50,27,33)
#221316
(34,19,22)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #B25B79

#B25B79
(178,91,121)
#B96985
(185,105,133)
#C07791
(192,119,145)
#C7859D
(199,133,157)
#CE93A9
(206,147,169)
#D5A1B5
(213,161,181)
#DCAFC1
(220,175,193)
#E3BDCD
(227,189,205)
#EACBD9
(234,203,217)
#F1D9E5
(241,217,229)
#F8E7F1
(248,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25B79 color. Also use rgb(178,91,121) instead hex code.

Text Font Color

.myTextColor { color: #B25B79; }

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

This text font color is #B25B79.

Background Color

.myBgColor { background-color: #B25B79; }

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

This div background color is #B25B79.

Border color

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

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

This div border color is #B25B79.

Opacity

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

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

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

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

This text has shadow with #B25B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25B79.

Preview

Color preview on black background

This text has color #B25B79 on black background.


Color preview on white background

This text has color #B25B79 on white background.


Black color preview on #B25B79 background

This text has black color on #B25B79 background.


White color preview on #B25B79 background

This text has white color on #B25B79 background.


Related colors

Complementary color

Complementary color for #hex is #4DA486.


I love getcolorcode.com

Triadic colors

1 #79B25B and #5B79B2 with #B25B79 are triadic colors.

2 #795BB2 and #5BB279 with #B25B79 are triadic colors.