COLOR #B2525F

HEX: #B2525F
RGB: (178,82,95)

Color info

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

RGB color model

#B2525F color RGB value is (178,82,95).

  • red value is 178;
  • green value is 82;
  • blue value is 95.
RGB:
(178,82,95)
(70%,32%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 82 of 255 = 32%
B 95 of 255 = 37%

178
82
95

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

Portions of RGB colors in percentages

R + G + B =
178 + 82 + 95 = 355 (100%)
R 178 of 355 ~ 50.14%
G 82 of 355 ~ 23.1%
B 95 of 355 ~ 26.76%

%50.14
%23.1
%26.76

CMYK color model

#B2525F color CMYK value is (0,54,47,30).

  • cyan value is 0.00%
  • magenta value is 53.93%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(0,54,47,30)
C0M54Y47K30 
(0%,54%,47%,30%)
(0.00/0.54/0.47/0.30)	

CMYK percentages

%0
%53.93
%46.63
%30.2

Codes

Color #B2525F in popluar color models

B2525F
RGB1788295
HSL352°38.40%50.98%
HSB/HSV352°53.93%69.80%
CMYK0.00%53.93%46.63%
30.20%

Color #B2525F in popluar number systems.

HEXB2525F
Decimal1788295
Binary1011001010100101011111
Octal262122137

Shades and tints

Shades of #B2525F

#B2525F
(178,82,95)
#A24B57
(162,75,87)
#92444F
(146,68,79)
#823D47
(130,61,71)
#72363F
(114,54,63)
#622F37
(98,47,55)
#52282F
(82,40,47)
#422127
(66,33,39)
#321A1F
(50,26,31)
#221317
(34,19,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #B2525F

#B2525F
(178,82,95)
#B9616D
(185,97,109)
#C0707B
(192,112,123)
#C77F89
(199,127,137)
#CE8E97
(206,142,151)
#D59DA5
(213,157,165)
#DCACB3
(220,172,179)
#E3BBC1
(227,187,193)
#EACACF
(234,202,207)
#F1D9DD
(241,217,221)
#F8E8EB
(248,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2525F color. Also use rgb(178,82,95) instead hex code.

Text Font Color

.myTextColor { color: #B2525F; }

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

This text font color is #B2525F.


Background Color

.myBgColor { background-color: #B2525F; }

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

This div background color is #B2525F.


Border color

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

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

This div border color is #B2525F.


Opacity

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

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

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

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

This text has shadow with #B2525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2525F on black background.


Color preview on white background

This text has color #B2525F on white background.



Black color preview on #B2525F background

This text has black color on #B2525F background.


White color preview on #B2525F background

This text has white color on #B2525F background.