COLOR #B2870B

HEX: #B2870B
RGB: (178,135,11)

Color info

#B2870B contains mainly red and green colors. Web safe color of #B2870B is #999900 (or #990).

RGB color model

#B2870B color RGB value is (178,135,11).

  • red value is 178;
  • green value is 135;
  • blue value is 11.
RGB:
(178,135,11)
(70%,53%,4%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 11 of 255 = 4%

178
135
11

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

Portions of RGB colors in percentages

R + G + B =
178 + 135 + 11 = 324 (100%)
R 178 of 324 ~ 54.94%
G 135 of 324 ~ 41.67%
B 11 of 324 ~ 3.4%

%54.94
%41.67

CMYK color model

#B2870B color CMYK value is (0,24,94,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 93.82%
  • key color value is 30.20%
CMYK:
(0,24,94,30)
C0M24Y94K30 
(0%,24%,94%,30%)
(0.00/0.24/0.94/0.30)	

CMYK percentages

%0
%24.16
%93.82
%30.2

Codes

Color #B2870B in popluar color models

B2870B
RGB17813511
HSL45°88.36%37.06%
HSB/HSV45°93.82%69.80%
CMYK0.00%24.16%93.82%
30.20%

Color #B2870B in popluar number systems.

HEXB2870B
Decimal17813511
Binary10110010100001111011
Octal26220713

Shades and tints

Shades of #B2870B

#B2870B
(178,135,11)
#A27B0A
(162,123,10)
#926F09
(146,111,9)
#826308
(130,99,8)
#725707
(114,87,7)
#624B06
(98,75,6)
#523F05
(82,63,5)
#423304
(66,51,4)
#322703
(50,39,3)
#221B02
(34,27,2)
#120F01
(18,15,1)
#000000
(0,0,0)

Tints of #B2870B

#B2870B
(178,135,11)
#B99121
(185,145,33)
#C09B37
(192,155,55)
#C7A54D
(199,165,77)
#CEAF63
(206,175,99)
#D5B979
(213,185,121)
#DCC38F
(220,195,143)
#E3CDA5
(227,205,165)
#EAD7BB
(234,215,187)
#F1E1D1
(241,225,209)
#F8EBE7
(248,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2870B color. Also use rgb(178,135,11) instead hex code.

Text Font Color

.myTextColor { color: #B2870B; }

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

This text font color is #B2870B.


Background Color

.myBgColor { background-color: #B2870B; }

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

This div background color is #B2870B.


Border color

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

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

This div border color is #B2870B.


Opacity

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

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

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

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

This text has shadow with #B2870B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2870B on black background.


Color preview on white background

This text has color #B2870B on white background.



Black color preview on #B2870B background

This text has black color on #B2870B background.


White color preview on #B2870B background

This text has white color on #B2870B background.