COLOR #B66F00

HEX: #B66F00
RGB: (182,111,0)

Color info

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

RGB color model

#B66F00 color RGB value is (182,111,0).

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

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 0 of 255 = 0%

182
111
0

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

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 0 = 293 (100%)
R 182 of 293 ~ 62.12%
G 111 of 293 ~ 37.88%
B 0 of 293 ~ 0%

%62.12
%37.88

CMYK color model

#B66F00 color CMYK value is (0,39,100,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 100.00%
  • key color value is 28.63%
CMYK:
(0,39,100,29)
C0M39Y100K29 
(0%,39%,100%,29%)
(0.00/0.39/1.00/0.29)	

CMYK percentages

%0
%39.01
%100
%28.63

Codes

Color #B66F00 in popluar color models

B66F00
RGB1821110
HSL37°100.00%35.69%
HSB/HSV37°100.00%71.37%
CMYK0.00%39.01%100.00%
28.63%

Color #B66F00 in popluar number systems.

HEXB66F00
Decimal1821110
Binary1011011011011110
Octal2661570

Shades and tints

Shades of #B66F00

#B66F00
(182,111,0)
#A66500
(166,101,0)
#965B00
(150,91,0)
#865100
(134,81,0)
#764700
(118,71,0)
#663D00
(102,61,0)
#563300
(86,51,0)
#462900
(70,41,0)
#361F00
(54,31,0)
#261500
(38,21,0)
#160B00
(22,11,0)
#000000
(0,0,0)

Tints of #B66F00

#B66F00
(182,111,0)
#BC7C17
(188,124,23)
#C2892E
(194,137,46)
#C89645
(200,150,69)
#CEA35C
(206,163,92)
#D4B073
(212,176,115)
#DABD8A
(218,189,138)
#E0CAA1
(224,202,161)
#E6D7B8
(230,215,184)
#ECE4CF
(236,228,207)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66F00; }

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

This text font color is #B66F00.


Background Color

.myBgColor { background-color: #B66F00; }

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

This div background color is #B66F00.


Border color

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

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

This div border color is #B66F00.


Opacity

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

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

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

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

This text has shadow with #B66F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66F00 on black background.


Color preview on white background

This text has color #B66F00 on white background.



Black color preview on #B66F00 background

This text has black color on #B66F00 background.


White color preview on #B66F00 background

This text has white color on #B66F00 background.