COLOR #B2631B

HEX: #B2631B
RGB: (178,99,27)

Color info

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

RGB color model

#B2631B color RGB value is (178,99,27).

  • red value is 178;
  • green value is 99;
  • blue value is 27.
RGB:
(178,99,27)
(70%,39%,11%)

RGB channels and saturation

R 178 of 255 = 70%
G 99 of 255 = 39%
B 27 of 255 = 11%

178
99
27

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

Portions of RGB colors in percentages

R + G + B =
178 + 99 + 27 = 304 (100%)
R 178 of 304 ~ 58.55%
G 99 of 304 ~ 32.57%
B 27 of 304 ~ 8.88%

%58.55
%32.57

CMYK color model

#B2631B color CMYK value is (0,44,85,30).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 84.83%
  • key color value is 30.20%
CMYK:
(0,44,85,30)
C0M44Y85K30 
(0%,44%,85%,30%)
(0.00/0.44/0.85/0.30)	

CMYK percentages

%0
%44.38
%84.83
%30.2

Codes

Color #B2631B in popluar color models

B2631B
RGB1789927
HSL29°73.66%40.20%
HSB/HSV29°84.83%69.80%
CMYK0.00%44.38%84.83%
30.20%

Color #B2631B in popluar number systems.

HEXB2631B
Decimal1789927
Binary10110010110001111011
Octal26214333

Shades and tints

Shades of #B2631B

#B2631B
(178,99,27)
#A25A19
(162,90,25)
#925117
(146,81,23)
#824815
(130,72,21)
#723F13
(114,63,19)
#623611
(98,54,17)
#522D0F
(82,45,15)
#42240D
(66,36,13)
#321B0B
(50,27,11)
#221209
(34,18,9)
#120907
(18,9,7)
#000000
(0,0,0)

Tints of #B2631B

#B2631B
(178,99,27)
#B9712F
(185,113,47)
#C07F43
(192,127,67)
#C78D57
(199,141,87)
#CE9B6B
(206,155,107)
#D5A97F
(213,169,127)
#DCB793
(220,183,147)
#E3C5A7
(227,197,167)
#EAD3BB
(234,211,187)
#F1E1CF
(241,225,207)
#F8EFE3
(248,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2631B color. Also use rgb(178,99,27) instead hex code.

Text Font Color

.myTextColor { color: #B2631B; }

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

This text font color is #B2631B.


Background Color

.myBgColor { background-color: #B2631B; }

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

This div background color is #B2631B.


Border color

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

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

This div border color is #B2631B.


Opacity

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

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

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

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

This text has shadow with #B2631B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2631B on black background.


Color preview on white background

This text has color #B2631B on white background.



Black color preview on #B2631B background

This text has black color on #B2631B background.


White color preview on #B2631B background

This text has white color on #B2631B background.