COLOR #B25C4C

HEX: #B25C4C
RGB: (178,92,76)

Color info

#B25C4C contains mainly red color. Web safe color of #B25C4C is #996633 (or #963).

RGB color model

#B25C4C color RGB value is (178,92,76).

  • red value is 178;
  • green value is 92;
  • blue value is 76.
RGB:
(178,92,76)
(70%,36%,30%)

RGB channels and saturation

R 178 of 255 = 70%
G 92 of 255 = 36%
B 76 of 255 = 30%

178
92
76

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

Portions of RGB colors in percentages

R + G + B =
178 + 92 + 76 = 346 (100%)
R 178 of 346 ~ 51.45%
G 92 of 346 ~ 26.59%
B 76 of 346 ~ 21.97%

%51.45
%26.59
%21.97

CMYK color model

#B25C4C color CMYK value is (0,48,57,30).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 57.30%
  • key color value is 30.20%
CMYK:
(0,48,57,30)
C0M48Y57K30 
(0%,48%,57%,30%)
(0.00/0.48/0.57/0.30)	

CMYK percentages

%0
%48.31
%57.3
%30.2

Codes

Color #B25C4C in popluar color models

B25C4C
RGB1789276
HSL40.16%49.80%
HSB/HSV57.30%69.80%
CMYK0.00%48.31%57.30%
30.20%

Color #B25C4C in popluar number systems.

HEXB25C4C
Decimal1789276
Binary1011001010111001001100
Octal262134114

Shades and tints

Shades of #B25C4C

#B25C4C
(178,92,76)
#A25446
(162,84,70)
#924C40
(146,76,64)
#82443A
(130,68,58)
#723C34
(114,60,52)
#62342E
(98,52,46)
#522C28
(82,44,40)
#422422
(66,36,34)
#321C1C
(50,28,28)
#221416
(34,20,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #B25C4C

#B25C4C
(178,92,76)
#B96A5C
(185,106,92)
#C0786C
(192,120,108)
#C7867C
(199,134,124)
#CE948C
(206,148,140)
#D5A29C
(213,162,156)
#DCB0AC
(220,176,172)
#E3BEBC
(227,190,188)
#EACCCC
(234,204,204)
#F1DADC
(241,218,220)
#F8E8EC
(248,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25C4C color. Also use rgb(178,92,76) instead hex code.

Text Font Color

.myTextColor { color: #B25C4C; }

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

This text font color is #B25C4C.


Background Color

.myBgColor { background-color: #B25C4C; }

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

This div background color is #B25C4C.


Border color

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

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

This div border color is #B25C4C.


Opacity

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

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

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

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

This text has shadow with #B25C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25C4C on black background.


Color preview on white background

This text has color #B25C4C on white background.



Black color preview on #B25C4C background

This text has black color on #B25C4C background.


White color preview on #B25C4C background

This text has white color on #B25C4C background.