COLOR #B66A17

HEX: #B66A17
RGB: (182,106,23)

Color info

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

RGB color model

#B66A17 color RGB value is (182,106,23).

  • red value is 182;
  • green value is 106;
  • blue value is 23.
RGB:
(182,106,23)
(71%,42%,9%)

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 23 of 255 = 9%

182
106
23

R + G + B ~ 41%. #B66A17 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 106 + 23 = 311 (100%)
R 182 of 311 ~ 58.52%
G 106 of 311 ~ 34.08%
B 23 of 311 ~ 7.4%

%58.52
%34.08

CMYK color model

#B66A17 color CMYK value is (0,42,87,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 87.36%
  • key color value is 28.63%
CMYK:
(0,42,87,29)
C0M42Y87K29 
(0%,42%,87%,29%)
(0.00/0.42/0.87/0.29)	

CMYK percentages

%0
%41.76
%87.36
%28.63

Codes

Color #B66A17 in popluar color models

B66A17
RGB18210623
HSL31°77.56%40.20%
HSB/HSV31°87.36%71.37%
CMYK0.00%41.76%87.36%
28.63%

Color #B66A17 in popluar number systems.

HEXB66A17
Decimal18210623
Binary10110110110101010111
Octal26615227

Shades and tints

Shades of #B66A17

#B66A17
(182,106,23)
#A66115
(166,97,21)
#965813
(150,88,19)
#864F11
(134,79,17)
#76460F
(118,70,15)
#663D0D
(102,61,13)
#56340B
(86,52,11)
#462B09
(70,43,9)
#362207
(54,34,7)
#261905
(38,25,5)
#161003
(22,16,3)
#000000
(0,0,0)

Tints of #B66A17

#B66A17
(182,106,23)
#BC772C
(188,119,44)
#C28441
(194,132,65)
#C89156
(200,145,86)
#CE9E6B
(206,158,107)
#D4AB80
(212,171,128)
#DAB895
(218,184,149)
#E0C5AA
(224,197,170)
#E6D2BF
(230,210,191)
#ECDFD4
(236,223,212)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66A17 color. Also use rgb(182,106,23) instead hex code.

Text Font Color

.myTextColor { color: #B66A17; }

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

This text font color is #B66A17.


Background Color

.myBgColor { background-color: #B66A17; }

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

This div background color is #B66A17.


Border color

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

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

This div border color is #B66A17.


Opacity

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

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

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

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

This text has shadow with #B66A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66A17 on black background.


Color preview on white background

This text has color #B66A17 on white background.



Black color preview on #B66A17 background

This text has black color on #B66A17 background.


White color preview on #B66A17 background

This text has white color on #B66A17 background.