COLOR #B25957

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

178
89
87

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

Portions of RGB colors in percentages

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

%50.28
%25.14
%24.58

CMYK color model

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

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

CMYK percentages

%0
%50
%51.12
%30.2

Codes

Color #B25957 in popluar color models

B25957
RGB1788987
HSL37.14%51.96%
HSB/HSV51.12%69.80%
CMYK0.00%50.00%51.12%
30.20%

Color #B25957 in popluar number systems.

HEXB25957
Decimal1788987
Binary1011001010110011010111
Octal262131127

Shades and tints

Shades of #B25957

#B25957
(178,89,87)
#A25150
(162,81,80)
#924949
(146,73,73)
#824142
(130,65,66)
#72393B
(114,57,59)
#623134
(98,49,52)
#52292D
(82,41,45)
#422126
(66,33,38)
#32191F
(50,25,31)
#221118
(34,17,24)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #B25957

#B25957
(178,89,87)
#B96866
(185,104,102)
#C07775
(192,119,117)
#C78684
(199,134,132)
#CE9593
(206,149,147)
#D5A4A2
(213,164,162)
#DCB3B1
(220,179,177)
#E3C2C0
(227,194,192)
#EAD1CF
(234,209,207)
#F1E0DE
(241,224,222)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25957; }

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

This text font color is #B25957.


Background Color

.myBgColor { background-color: #B25957; }

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

This div background color is #B25957.


Border color

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

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

This div border color is #B25957.


Opacity

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

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

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

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

This text has shadow with #B25957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25957 on black background.


Color preview on white background

This text has color #B25957 on white background.



Black color preview on #B25957 background

This text has black color on #B25957 background.


White color preview on #B25957 background

This text has white color on #B25957 background.