COLOR #B25775

HEX: #B25775 RGB: (178,87,117)

Color info

#B25775 contains mainly red color. Web safe color of #B25775 is #996666 (or #966).

RGB color model

#B25775 color RGB value is (178,87,117).

RGB: (178,87,117) (70%, 34%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 87 of 255 = 34%
B 117 of 255 = 46%

178
87
117

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

Portions of RGB colors in percentages

R + G + B = 178 + 87 + 117 = 382 (100%)
R 178 of 382 ~ 46.6%
G 87 of 382 ~ 22.77%
B 117 of 382 ~ 30.63'%

%46.6
%22.77
%30.63

CMYK color model

#B25775 color CMYK value is (0,51,34,30).

  • cyan value is 0.00%
  • magenta value is 51.12%
  • yellow value is 34.27%
  • key color value is 30.20%

CMYK: (0,51,34,30)
C0M51Y34K30 (0%, 51%, 34%, 30%)
(0.00 / 0.51 / 0.34 / 0.30)

CMYK percentages

%0
%51.12
%34.27
%30.2

Codes

Color #B25775 in popluar color models

B2 57 75
RGB 178 87 117
HSL 340° 37.14% 51.96%
HSB/HSV 340° 51.12% 69.80%
CMYK 0.00% 51.12% 34.27%
30.20%

Color #B25775 in popluar number systems.

HEX B2 57 75
Decimal 178 87 117
Binary 10110010 1010111 1110101
Octal 262 127 165

Shades and tints

Shades of #B25775

#B25775
(178,87,117)
#A2506B
(162,80,107)
#924961
(146,73,97)
#824257
(130,66,87)
#723B4D
(114,59,77)
#623443
(98,52,67)
#522D39
(82,45,57)
#42262F
(66,38,47)
#321F25
(50,31,37)
#22181B
(34,24,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #B25775

#B25775
(178,87,117)
#B96681
(185,102,129)
#C0758D
(192,117,141)
#C78499
(199,132,153)
#CE93A5
(206,147,165)
#D5A2B1
(213,162,177)
#DCB1BD
(220,177,189)
#E3C0C9
(227,192,201)
#EACFD5
(234,207,213)
#F1DEE1
(241,222,225)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25775 color. Also use rgb(178,87,117) instead hex code.

Text Font Color

.myTextColor { color: #B25775; }

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

This text font color is #B25775.

Background Color

.myBgColor { background-color: #B25775; }

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

This div background color is #B25775.

Border color

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

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

This div border color is #B25775.

Opacity

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

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

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

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

This text has shadow with #B25775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25775.

Preview

Color preview on black background

This text has color #B25775 on black background.


Color preview on white background

This text has color #B25775 on white background.


Black color preview on #B25775 background

This text has black color on #B25775 background.


White color preview on #B25775 background

This text has white color on #B25775 background.


Related colors

Complementary color

Complementary color for #hex is #4DA88A.


I love getcolorcode.com

Triadic colors

1 #75B257 and #5775B2 with #B25775 are triadic colors.

2 #7557B2 and #57B275 with #B25775 are triadic colors.