COLOR #B6620F

HEX: #B6620F
RGB: (182,98,15)

Color info

#B6620F contains mainly red color. Web safe color of #B6620F is #CC6600 (or #C60).

RGB color model

#B6620F color RGB value is (182,98,15).

  • red value is 182;
  • green value is 98;
  • blue value is 15.
RGB:
(182,98,15)
(71%,38%,6%)

RGB channels and saturation

R 182 of 255 = 71%
G 98 of 255 = 38%
B 15 of 255 = 6%

182
98
15

R + G + B ~ 38%. #B6620F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 98 + 15 = 295 (100%)
R 182 of 295 ~ 61.69%
G 98 of 295 ~ 33.22%
B 15 of 295 ~ 5.08%

%61.69
%33.22

CMYK color model

#B6620F color CMYK value is (0,46,92,29).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 91.76%
  • key color value is 28.63%
CMYK:
(0,46,92,29)
C0M46Y92K29 
(0%,46%,92%,29%)
(0.00/0.46/0.92/0.29)	

CMYK percentages

%0
%46.15
%91.76
%28.63

Codes

Color #B6620F in popluar color models

B6620F
RGB1829815
HSL30°84.77%38.63%
HSB/HSV30°91.76%71.37%
CMYK0.00%46.15%91.76%
28.63%

Color #B6620F in popluar number systems.

HEXB6620F
Decimal1829815
Binary1011011011000101111
Octal26614217

Shades and tints

Shades of #B6620F

#B6620F
(182,98,15)
#A65A0E
(166,90,14)
#96520D
(150,82,13)
#864A0C
(134,74,12)
#76420B
(118,66,11)
#663A0A
(102,58,10)
#563209
(86,50,9)
#462A08
(70,42,8)
#362207
(54,34,7)
#261A06
(38,26,6)
#161205
(22,18,5)
#000000
(0,0,0)

Tints of #B6620F

#B6620F
(182,98,15)
#BC7024
(188,112,36)
#C27E39
(194,126,57)
#C88C4E
(200,140,78)
#CE9A63
(206,154,99)
#D4A878
(212,168,120)
#DAB68D
(218,182,141)
#E0C4A2
(224,196,162)
#E6D2B7
(230,210,183)
#ECE0CC
(236,224,204)
#F2EEE1
(242,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6620F color. Also use rgb(182,98,15) instead hex code.

Text Font Color

.myTextColor { color: #B6620F; }

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

This text font color is #B6620F.


Background Color

.myBgColor { background-color: #B6620F; }

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

This div background color is #B6620F.


Border color

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

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

This div border color is #B6620F.


Opacity

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

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

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

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

This text has shadow with #B6620F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6620F on black background.


Color preview on white background

This text has color #B6620F on white background.



Black color preview on #B6620F background

This text has black color on #B6620F background.


White color preview on #B6620F background

This text has white color on #B6620F background.