COLOR #B7820B

HEX: #B7820B
RGB: (183,130,11)

Color info

#B7820B contains mainly red and green colors. Web safe color of #B7820B is #CC9900 (or #C90).

RGB color model

#B7820B color RGB value is (183,130,11).

  • red value is 183;
  • green value is 130;
  • blue value is 11.
RGB:
(183,130,11)
(72%,51%,4%)

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 11 of 255 = 4%

183
130
11

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

Portions of RGB colors in percentages

R + G + B =
183 + 130 + 11 = 324 (100%)
R 183 of 324 ~ 56.48%
G 130 of 324 ~ 40.12%
B 11 of 324 ~ 3.4%

%56.48
%40.12

CMYK color model

#B7820B color CMYK value is (0,29,94,28).

  • cyan value is 0.00%
  • magenta value is 28.96%
  • yellow value is 93.99%
  • key color value is 28.24%
CMYK:
(0,29,94,28)
C0M29Y94K28 
(0%,29%,94%,28%)
(0.00/0.29/0.94/0.28)	

CMYK percentages

%0
%28.96
%93.99
%28.24

Codes

Color #B7820B in popluar color models

B7820B
RGB18313011
HSL42°88.66%38.04%
HSB/HSV42°93.99%71.76%
CMYK0.00%28.96%93.99%
28.24%

Color #B7820B in popluar number systems.

HEXB7820B
Decimal18313011
Binary10110111100000101011
Octal26720213

Shades and tints

Shades of #B7820B

#B7820B
(183,130,11)
#A7770A
(167,119,10)
#976C09
(151,108,9)
#876108
(135,97,8)
#775607
(119,86,7)
#674B06
(103,75,6)
#574005
(87,64,5)
#473504
(71,53,4)
#372A03
(55,42,3)
#271F02
(39,31,2)
#171401
(23,20,1)
#000000
(0,0,0)

Tints of #B7820B

#B7820B
(183,130,11)
#BD8D21
(189,141,33)
#C39837
(195,152,55)
#C9A34D
(201,163,77)
#CFAE63
(207,174,99)
#D5B979
(213,185,121)
#DBC48F
(219,196,143)
#E1CFA5
(225,207,165)
#E7DABB
(231,218,187)
#EDE5D1
(237,229,209)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7820B color. Also use rgb(183,130,11) instead hex code.

Text Font Color

.myTextColor { color: #B7820B; }

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

This text font color is #B7820B.


Background Color

.myBgColor { background-color: #B7820B; }

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

This div background color is #B7820B.


Border color

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

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

This div border color is #B7820B.


Opacity

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

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

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

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

This text has shadow with #B7820B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7820B on black background.


Color preview on white background

This text has color #B7820B on white background.



Black color preview on #B7820B background

This text has black color on #B7820B background.


White color preview on #B7820B background

This text has white color on #B7820B background.