COLOR #B25F42

HEX: #B25F42
RGB: (178,95,66)

Color info

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

RGB color model

#B25F42 color RGB value is (178,95,66).

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

RGB channels and saturation

R 178 of 255 = 70%
G 95 of 255 = 37%
B 66 of 255 = 26%

178
95
66

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

Portions of RGB colors in percentages

R + G + B =
178 + 95 + 66 = 339 (100%)
R 178 of 339 ~ 52.51%
G 95 of 339 ~ 28.02%
B 66 of 339 ~ 19.47%

%52.51
%28.02
%19.47

CMYK color model

#B25F42 color CMYK value is (0,47,63,30).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 62.92%
  • key color value is 30.20%
CMYK:
(0,47,63,30)
C0M47Y63K30 
(0%,47%,63%,30%)
(0.00/0.47/0.63/0.30)	

CMYK percentages

%0
%46.63
%62.92
%30.2

Codes

Color #B25F42 in popluar color models

B25F42
RGB1789566
HSL16°45.90%47.84%
HSB/HSV16°62.92%69.80%
CMYK0.00%46.63%62.92%
30.20%

Color #B25F42 in popluar number systems.

HEXB25F42
Decimal1789566
Binary1011001010111111000010
Octal262137102

Shades and tints

Shades of #B25F42

#B25F42
(178,95,66)
#A2573C
(162,87,60)
#924F36
(146,79,54)
#824730
(130,71,48)
#723F2A
(114,63,42)
#623724
(98,55,36)
#522F1E
(82,47,30)
#422718
(66,39,24)
#321F12
(50,31,18)
#22170C
(34,23,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #B25F42

#B25F42
(178,95,66)
#B96D53
(185,109,83)
#C07B64
(192,123,100)
#C78975
(199,137,117)
#CE9786
(206,151,134)
#D5A597
(213,165,151)
#DCB3A8
(220,179,168)
#E3C1B9
(227,193,185)
#EACFCA
(234,207,202)
#F1DDDB
(241,221,219)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25F42; }

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

This text font color is #B25F42.


Background Color

.myBgColor { background-color: #B25F42; }

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

This div background color is #B25F42.


Border color

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

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

This div border color is #B25F42.


Opacity

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

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

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

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

This text has shadow with #B25F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25F42 on black background.


Color preview on white background

This text has color #B25F42 on white background.



Black color preview on #B25F42 background

This text has black color on #B25F42 background.


White color preview on #B25F42 background

This text has white color on #B25F42 background.