COLOR #B8425F

HEX: #B8425F
RGB: (184,66,95)

Color info

#B8425F contains mainly red color. Web safe color of #B8425F is #CC3366 (or #C36).

RGB color model

#B8425F color RGB value is (184,66,95).

  • red value is 184;
  • green value is 66;
  • blue value is 95.
RGB:
(184,66,95)
(72%,26%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 66 of 255 = 26%
B 95 of 255 = 37%

184
66
95

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

Portions of RGB colors in percentages

R + G + B =
184 + 66 + 95 = 345 (100%)
R 184 of 345 ~ 53.33%
G 66 of 345 ~ 19.13%
B 95 of 345 ~ 27.54%

%53.33
%19.13
%27.54

CMYK color model

#B8425F color CMYK value is (0,64,48,28).

  • cyan value is 0.00%
  • magenta value is 64.13%
  • yellow value is 48.37%
  • key color value is 27.84%
CMYK:
(0,64,48,28)
C0M64Y48K28 
(0%,64%,48%,28%)
(0.00/0.64/0.48/0.28)	

CMYK percentages

%0
%64.13
%48.37
%27.84

Codes

Color #B8425F in popluar color models

B8425F
RGB1846695
HSL345°47.20%49.02%
HSB/HSV345°64.13%72.16%
CMYK0.00%64.13%48.37%
27.84%

Color #B8425F in popluar number systems.

HEXB8425F
Decimal1846695
Binary1011100010000101011111
Octal270102137

Shades and tints

Shades of #B8425F

#B8425F
(184,66,95)
#A83C57
(168,60,87)
#98364F
(152,54,79)
#883047
(136,48,71)
#782A3F
(120,42,63)
#682437
(104,36,55)
#581E2F
(88,30,47)
#481827
(72,24,39)
#38121F
(56,18,31)
#280C17
(40,12,23)
#18060F
(24,6,15)
#000000
(0,0,0)

Tints of #B8425F

#B8425F
(184,66,95)
#BE536D
(190,83,109)
#C4647B
(196,100,123)
#CA7589
(202,117,137)
#D08697
(208,134,151)
#D697A5
(214,151,165)
#DCA8B3
(220,168,179)
#E2B9C1
(226,185,193)
#E8CACF
(232,202,207)
#EEDBDD
(238,219,221)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8425F color. Also use rgb(184,66,95) instead hex code.

Text Font Color

.myTextColor { color: #B8425F; }

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

This text font color is #B8425F.


Background Color

.myBgColor { background-color: #B8425F; }

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

This div background color is #B8425F.


Border color

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

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

This div border color is #B8425F.


Opacity

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

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

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

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

This text has shadow with #B8425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8425F on black background.


Color preview on white background

This text has color #B8425F on white background.



Black color preview on #B8425F background

This text has black color on #B8425F background.


White color preview on #B8425F background

This text has white color on #B8425F background.