COLOR #B66F08

HEX: #B66F08
RGB: (182,111,8)

Color info

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

RGB color model

#B66F08 color RGB value is (182,111,8).

  • red value is 182;
  • green value is 111;
  • blue value is 8.
RGB:
(182,111,8)
(71%,44%,3%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 8 of 255 = 3%

182
111
8

R + G + B ~ 39%. #B66F08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 8 = 301 (100%)
R 182 of 301 ~ 60.47%
G 111 of 301 ~ 36.88%
B 8 of 301 ~ 2.66%

%60.47
%36.88

CMYK color model

#B66F08 color CMYK value is (0,39,96,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 95.60%
  • key color value is 28.63%
CMYK:
(0,39,96,29)
C0M39Y96K29 
(0%,39%,96%,29%)
(0.00/0.39/0.96/0.29)	

CMYK percentages

%0
%39.01
%95.6
%28.63

Codes

Color #B66F08 in popluar color models

B66F08
RGB1821118
HSL36°91.58%37.25%
HSB/HSV36°95.60%71.37%
CMYK0.00%39.01%95.60%
28.63%

Color #B66F08 in popluar number systems.

HEXB66F08
Decimal1821118
Binary1011011011011111000
Octal26615710

Shades and tints

Shades of #B66F08

#B66F08
(182,111,8)
#A66508
(166,101,8)
#965B08
(150,91,8)
#865108
(134,81,8)
#764708
(118,71,8)
#663D08
(102,61,8)
#563308
(86,51,8)
#462908
(70,41,8)
#361F08
(54,31,8)
#261508
(38,21,8)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #B66F08

#B66F08
(182,111,8)
#BC7C1E
(188,124,30)
#C28934
(194,137,52)
#C8964A
(200,150,74)
#CEA360
(206,163,96)
#D4B076
(212,176,118)
#DABD8C
(218,189,140)
#E0CAA2
(224,202,162)
#E6D7B8
(230,215,184)
#ECE4CE
(236,228,206)
#F2F1E4
(242,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66F08 color. Also use rgb(182,111,8) instead hex code.

Text Font Color

.myTextColor { color: #B66F08; }

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

This text font color is #B66F08.


Background Color

.myBgColor { background-color: #B66F08; }

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

This div background color is #B66F08.


Border color

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

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

This div border color is #B66F08.


Opacity

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

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

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

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

This text has shadow with #B66F08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66F08 on black background.


Color preview on white background

This text has color #B66F08 on white background.



Black color preview on #B66F08 background

This text has black color on #B66F08 background.


White color preview on #B66F08 background

This text has white color on #B66F08 background.