COLOR #B2744F

HEX: #B2744F
RGB: (178,116,79)

Color info

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

RGB color model

#B2744F color RGB value is (178,116,79).

  • red value is 178;
  • green value is 116;
  • blue value is 79.
RGB:
(178,116,79)
(70%,45%,31%)

RGB channels and saturation

R 178 of 255 = 70%
G 116 of 255 = 45%
B 79 of 255 = 31%

178
116
79

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

Portions of RGB colors in percentages

R + G + B =
178 + 116 + 79 = 373 (100%)
R 178 of 373 ~ 47.72%
G 116 of 373 ~ 31.1%
B 79 of 373 ~ 21.18%

%47.72
%31.1
%21.18

CMYK color model

#B2744F color CMYK value is (0,35,56,30).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 55.62%
  • key color value is 30.20%
CMYK:
(0,35,56,30)
C0M35Y56K30 
(0%,35%,56%,30%)
(0.00/0.35/0.56/0.30)	

CMYK percentages

%0
%34.83
%55.62
%30.2

Codes

Color #B2744F in popluar color models

B2744F
RGB17811679
HSL22°39.13%50.39%
HSB/HSV22°55.62%69.80%
CMYK0.00%34.83%55.62%
30.20%

Color #B2744F in popluar number systems.

HEXB2744F
Decimal17811679
Binary1011001011101001001111
Octal262164117

Shades and tints

Shades of #B2744F

#B2744F
(178,116,79)
#A26A48
(162,106,72)
#926041
(146,96,65)
#82563A
(130,86,58)
#724C33
(114,76,51)
#62422C
(98,66,44)
#523825
(82,56,37)
#422E1E
(66,46,30)
#322417
(50,36,23)
#221A10
(34,26,16)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #B2744F

#B2744F
(178,116,79)
#B9805F
(185,128,95)
#C08C6F
(192,140,111)
#C7987F
(199,152,127)
#CEA48F
(206,164,143)
#D5B09F
(213,176,159)
#DCBCAF
(220,188,175)
#E3C8BF
(227,200,191)
#EAD4CF
(234,212,207)
#F1E0DF
(241,224,223)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2744F color. Also use rgb(178,116,79) instead hex code.

Text Font Color

.myTextColor { color: #B2744F; }

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

This text font color is #B2744F.


Background Color

.myBgColor { background-color: #B2744F; }

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

This div background color is #B2744F.


Border color

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

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

This div border color is #B2744F.


Opacity

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

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

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

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

This text has shadow with #B2744F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2744F on black background.


Color preview on white background

This text has color #B2744F on white background.



Black color preview on #B2744F background

This text has black color on #B2744F background.


White color preview on #B2744F background

This text has white color on #B2744F background.