COLOR #B25B50

HEX: #B25B50
RGB: (178,91,80)

Color info

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

RGB color model

#B25B50 color RGB value is (178,91,80).

  • red value is 178;
  • green value is 91;
  • blue value is 80.
RGB:
(178,91,80)
(70%,36%,31%)

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 80 of 255 = 31%

178
91
80

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

Portions of RGB colors in percentages

R + G + B =
178 + 91 + 80 = 349 (100%)
R 178 of 349 ~ 51%
G 91 of 349 ~ 26.07%
B 80 of 349 ~ 22.92%

%51
%26.07
%22.92

CMYK color model

#B25B50 color CMYK value is (0,49,55,30).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 55.06%
  • key color value is 30.20%
CMYK:
(0,49,55,30)
C0M49Y55K30 
(0%,49%,55%,30%)
(0.00/0.49/0.55/0.30)	

CMYK percentages

%0
%48.88
%55.06
%30.2

Codes

Color #B25B50 in popluar color models

B25B50
RGB1789180
HSL38.89%50.59%
HSB/HSV55.06%69.80%
CMYK0.00%48.88%55.06%
30.20%

Color #B25B50 in popluar number systems.

HEXB25B50
Decimal1789180
Binary1011001010110111010000
Octal262133120

Shades and tints

Shades of #B25B50

#B25B50
(178,91,80)
#A25349
(162,83,73)
#924B42
(146,75,66)
#82433B
(130,67,59)
#723B34
(114,59,52)
#62332D
(98,51,45)
#522B26
(82,43,38)
#42231F
(66,35,31)
#321B18
(50,27,24)
#221311
(34,19,17)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #B25B50

#B25B50
(178,91,80)
#B9695F
(185,105,95)
#C0776E
(192,119,110)
#C7857D
(199,133,125)
#CE938C
(206,147,140)
#D5A19B
(213,161,155)
#DCAFAA
(220,175,170)
#E3BDB9
(227,189,185)
#EACBC8
(234,203,200)
#F1D9D7
(241,217,215)
#F8E7E6
(248,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25B50; }

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

This text font color is #B25B50.


Background Color

.myBgColor { background-color: #B25B50; }

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

This div background color is #B25B50.


Border color

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

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

This div border color is #B25B50.


Opacity

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

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

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

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

This text has shadow with #B25B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25B50 on black background.


Color preview on white background

This text has color #B25B50 on white background.



Black color preview on #B25B50 background

This text has black color on #B25B50 background.


White color preview on #B25B50 background

This text has white color on #B25B50 background.