COLOR #B2701E

HEX: #B2701E
RGB: (178,112,30)

Color info

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

RGB color model

#B2701E color RGB value is (178,112,30).

  • red value is 178;
  • green value is 112;
  • blue value is 30.
RGB:
(178,112,30)
(70%,44%,12%)

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 30 of 255 = 12%

178
112
30

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

Portions of RGB colors in percentages

R + G + B =
178 + 112 + 30 = 320 (100%)
R 178 of 320 ~ 55.63%
G 112 of 320 ~ 35%
B 30 of 320 ~ 9.38%

%55.63
%35

CMYK color model

#B2701E color CMYK value is (0,37,83,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 83.15%
  • key color value is 30.20%
CMYK:
(0,37,83,30)
C0M37Y83K30 
(0%,37%,83%,30%)
(0.00/0.37/0.83/0.30)	

CMYK percentages

%0
%37.08
%83.15
%30.2

Codes

Color #B2701E in popluar color models

B2701E
RGB17811230
HSL33°71.15%40.78%
HSB/HSV33°83.15%69.80%
CMYK0.00%37.08%83.15%
30.20%

Color #B2701E in popluar number systems.

HEXB2701E
Decimal17811230
Binary10110010111000011110
Octal26216036

Shades and tints

Shades of #B2701E

#B2701E
(178,112,30)
#A2661C
(162,102,28)
#925C1A
(146,92,26)
#825218
(130,82,24)
#724816
(114,72,22)
#623E14
(98,62,20)
#523412
(82,52,18)
#422A10
(66,42,16)
#32200E
(50,32,14)
#22160C
(34,22,12)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #B2701E

#B2701E
(178,112,30)
#B97D32
(185,125,50)
#C08A46
(192,138,70)
#C7975A
(199,151,90)
#CEA46E
(206,164,110)
#D5B182
(213,177,130)
#DCBE96
(220,190,150)
#E3CBAA
(227,203,170)
#EAD8BE
(234,216,190)
#F1E5D2
(241,229,210)
#F8F2E6
(248,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2701E color. Also use rgb(178,112,30) instead hex code.

Text Font Color

.myTextColor { color: #B2701E; }

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

This text font color is #B2701E.


Background Color

.myBgColor { background-color: #B2701E; }

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

This div background color is #B2701E.


Border color

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

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

This div border color is #B2701E.


Opacity

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

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

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

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

This text has shadow with #B2701E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2701E on black background.


Color preview on white background

This text has color #B2701E on white background.



Black color preview on #B2701E background

This text has black color on #B2701E background.


White color preview on #B2701E background

This text has white color on #B2701E background.