COLOR #B65811

HEX: #B65811
RGB: (182,88,17)

Color info

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

RGB color model

#B65811 color RGB value is (182,88,17).

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

RGB channels and saturation

R 182 of 255 = 71%
G 88 of 255 = 35%
B 17 of 255 = 7%

182
88
17

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

Portions of RGB colors in percentages

R + G + B =
182 + 88 + 17 = 287 (100%)
R 182 of 287 ~ 63.41%
G 88 of 287 ~ 30.66%
B 17 of 287 ~ 5.92%

%63.41
%30.66

CMYK color model

#B65811 color CMYK value is (0,52,91,29).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 90.66%
  • key color value is 28.63%
CMYK:
(0,52,91,29)
C0M52Y91K29 
(0%,52%,91%,29%)
(0.00/0.52/0.91/0.29)	

CMYK percentages

%0
%51.65
%90.66
%28.63

Codes

Color #B65811 in popluar color models

B65811
RGB1828817
HSL26°82.91%39.02%
HSB/HSV26°90.66%71.37%
CMYK0.00%51.65%90.66%
28.63%

Color #B65811 in popluar number systems.

HEXB65811
Decimal1828817
Binary10110110101100010001
Octal26613021

Shades and tints

Shades of #B65811

#B65811
(182,88,17)
#A65010
(166,80,16)
#96480F
(150,72,15)
#86400E
(134,64,14)
#76380D
(118,56,13)
#66300C
(102,48,12)
#56280B
(86,40,11)
#46200A
(70,32,10)
#361809
(54,24,9)
#261008
(38,16,8)
#160807
(22,8,7)
#000000
(0,0,0)

Tints of #B65811

#B65811
(182,88,17)
#BC6726
(188,103,38)
#C2763B
(194,118,59)
#C88550
(200,133,80)
#CE9465
(206,148,101)
#D4A37A
(212,163,122)
#DAB28F
(218,178,143)
#E0C1A4
(224,193,164)
#E6D0B9
(230,208,185)
#ECDFCE
(236,223,206)
#F2EEE3
(242,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B65811; }

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

This text font color is #B65811.


Background Color

.myBgColor { background-color: #B65811; }

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

This div background color is #B65811.


Border color

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

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

This div border color is #B65811.


Opacity

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

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

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

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

This text has shadow with #B65811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65811 on black background.


Color preview on white background

This text has color #B65811 on white background.



Black color preview on #B65811 background

This text has black color on #B65811 background.


White color preview on #B65811 background

This text has white color on #B65811 background.