COLOR #B25F44

HEX: #B25F44
RGB: (178,95,68)

Color info

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

RGB color model

#B25F44 color RGB value is (178,95,68).

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

RGB channels and saturation

R 178 of 255 = 70%
G 95 of 255 = 37%
B 68 of 255 = 27%

178
95
68

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

Portions of RGB colors in percentages

R + G + B =
178 + 95 + 68 = 341 (100%)
R 178 of 341 ~ 52.2%
G 95 of 341 ~ 27.86%
B 68 of 341 ~ 19.94%

%52.2
%27.86
%19.94

CMYK color model

#B25F44 color CMYK value is (0,47,62,30).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 61.80%
  • key color value is 30.20%
CMYK:
(0,47,62,30)
C0M47Y62K30 
(0%,47%,62%,30%)
(0.00/0.47/0.62/0.30)	

CMYK percentages

%0
%46.63
%61.8
%30.2

Codes

Color #B25F44 in popluar color models

B25F44
RGB1789568
HSL15°44.72%48.24%
HSB/HSV15°61.80%69.80%
CMYK0.00%46.63%61.80%
30.20%

Color #B25F44 in popluar number systems.

HEXB25F44
Decimal1789568
Binary1011001010111111000100
Octal262137104

Shades and tints

Shades of #B25F44

#B25F44
(178,95,68)
#A2573E
(162,87,62)
#924F38
(146,79,56)
#824732
(130,71,50)
#723F2C
(114,63,44)
#623726
(98,55,38)
#522F20
(82,47,32)
#42271A
(66,39,26)
#321F14
(50,31,20)
#22170E
(34,23,14)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #B25F44

#B25F44
(178,95,68)
#B96D55
(185,109,85)
#C07B66
(192,123,102)
#C78977
(199,137,119)
#CE9788
(206,151,136)
#D5A599
(213,165,153)
#DCB3AA
(220,179,170)
#E3C1BB
(227,193,187)
#EACFCC
(234,207,204)
#F1DDDD
(241,221,221)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25F44; }

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

This text font color is #B25F44.


Background Color

.myBgColor { background-color: #B25F44; }

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

This div background color is #B25F44.


Border color

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

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

This div border color is #B25F44.


Opacity

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

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

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

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

This text has shadow with #B25F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25F44 on black background.


Color preview on white background

This text has color #B25F44 on white background.



Black color preview on #B25F44 background

This text has black color on #B25F44 background.


White color preview on #B25F44 background

This text has white color on #B25F44 background.