COLOR #B65B11

HEX: #B65B11
RGB: (182,91,17)

Color info

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

RGB color model

#B65B11 color RGB value is (182,91,17).

  • red value is 182;
  • green value is 91;
  • blue value is 17.
RGB:
(182,91,17)
(71%,36%,7%)

RGB channels and saturation

R 182 of 255 = 71%
G 91 of 255 = 36%
B 17 of 255 = 7%

182
91
17

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

Portions of RGB colors in percentages

R + G + B =
182 + 91 + 17 = 290 (100%)
R 182 of 290 ~ 62.76%
G 91 of 290 ~ 31.38%
B 17 of 290 ~ 5.86%

%62.76
%31.38

CMYK color model

#B65B11 color CMYK value is (0,50,91,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 90.66%
  • key color value is 28.63%
CMYK:
(0,50,91,29)
C0M50Y91K29 
(0%,50%,91%,29%)
(0.00/0.50/0.91/0.29)	

CMYK percentages

%0
%50
%90.66
%28.63

Codes

Color #B65B11 in popluar color models

B65B11
RGB1829117
HSL27°82.91%39.02%
HSB/HSV27°90.66%71.37%
CMYK0.00%50.00%90.66%
28.63%

Color #B65B11 in popluar number systems.

HEXB65B11
Decimal1829117
Binary10110110101101110001
Octal26613321

Shades and tints

Shades of #B65B11

#B65B11
(182,91,17)
#A65310
(166,83,16)
#964B0F
(150,75,15)
#86430E
(134,67,14)
#763B0D
(118,59,13)
#66330C
(102,51,12)
#562B0B
(86,43,11)
#46230A
(70,35,10)
#361B09
(54,27,9)
#261308
(38,19,8)
#160B07
(22,11,7)
#000000
(0,0,0)

Tints of #B65B11

#B65B11
(182,91,17)
#BC6926
(188,105,38)
#C2773B
(194,119,59)
#C88550
(200,133,80)
#CE9365
(206,147,101)
#D4A17A
(212,161,122)
#DAAF8F
(218,175,143)
#E0BDA4
(224,189,164)
#E6CBB9
(230,203,185)
#ECD9CE
(236,217,206)
#F2E7E3
(242,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65B11 color. Also use rgb(182,91,17) instead hex code.

Text Font Color

.myTextColor { color: #B65B11; }

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

This text font color is #B65B11.


Background Color

.myBgColor { background-color: #B65B11; }

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

This div background color is #B65B11.


Border color

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

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

This div border color is #B65B11.


Opacity

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

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

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

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

This text has shadow with #B65B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65B11 on black background.


Color preview on white background

This text has color #B65B11 on white background.



Black color preview on #B65B11 background

This text has black color on #B65B11 background.


White color preview on #B65B11 background

This text has white color on #B65B11 background.