COLOR #B25759

HEX: #B25759
RGB: (178,87,89)

Color info

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

RGB color model

#B25759 color RGB value is (178,87,89).

  • red value is 178;
  • green value is 87;
  • blue value is 89.
RGB:
(178,87,89)
(70%,34%,35%)

RGB channels and saturation

R 178 of 255 = 70%
G 87 of 255 = 34%
B 89 of 255 = 35%

178
87
89

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

Portions of RGB colors in percentages

R + G + B =
178 + 87 + 89 = 354 (100%)
R 178 of 354 ~ 50.28%
G 87 of 354 ~ 24.58%
B 89 of 354 ~ 25.14%

%50.28
%24.58
%25.14

CMYK color model

#B25759 color CMYK value is (0,51,50,30).

  • cyan value is 0.00%
  • magenta value is 51.12%
  • yellow value is 50.00%
  • key color value is 30.20%
CMYK:
(0,51,50,30)
C0M51Y50K30 
(0%,51%,50%,30%)
(0.00/0.51/0.50/0.30)	

CMYK percentages

%0
%51.12
%50
%30.2

Codes

Color #B25759 in popluar color models

B25759
RGB1788789
HSL359°37.14%51.96%
HSB/HSV359°51.12%69.80%
CMYK0.00%51.12%50.00%
30.20%

Color #B25759 in popluar number systems.

HEXB25759
Decimal1788789
Binary1011001010101111011001
Octal262127131

Shades and tints

Shades of #B25759

#B25759
(178,87,89)
#A25051
(162,80,81)
#924949
(146,73,73)
#824241
(130,66,65)
#723B39
(114,59,57)
#623431
(98,52,49)
#522D29
(82,45,41)
#422621
(66,38,33)
#321F19
(50,31,25)
#221811
(34,24,17)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #B25759

#B25759
(178,87,89)
#B96668
(185,102,104)
#C07577
(192,117,119)
#C78486
(199,132,134)
#CE9395
(206,147,149)
#D5A2A4
(213,162,164)
#DCB1B3
(220,177,179)
#E3C0C2
(227,192,194)
#EACFD1
(234,207,209)
#F1DEE0
(241,222,224)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25759; }

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

This text font color is #B25759.


Background Color

.myBgColor { background-color: #B25759; }

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

This div background color is #B25759.


Border color

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

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

This div border color is #B25759.


Opacity

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

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

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

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

This text has shadow with #B25759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25759 on black background.


Color preview on white background

This text has color #B25759 on white background.



Black color preview on #B25759 background

This text has black color on #B25759 background.


White color preview on #B25759 background

This text has white color on #B25759 background.