COLOR #B66A1C

HEX: #B66A1C
RGB: (182,106,28)

Color info

#B66A1C contains mainly red color. Web safe color of #B66A1C is #CC6633 (or #C63).

RGB color model

#B66A1C color RGB value is (182,106,28).

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

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 28 of 255 = 11%

182
106
28

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

Portions of RGB colors in percentages

R + G + B =
182 + 106 + 28 = 316 (100%)
R 182 of 316 ~ 57.59%
G 106 of 316 ~ 33.54%
B 28 of 316 ~ 8.86%

%57.59
%33.54

CMYK color model

#B66A1C color CMYK value is (0,42,85,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 84.62%
  • key color value is 28.63%
CMYK:
(0,42,85,29)
C0M42Y85K29 
(0%,42%,85%,29%)
(0.00/0.42/0.85/0.29)	

CMYK percentages

%0
%41.76
%84.62
%28.63

Codes

Color #B66A1C in popluar color models

B66A1C
RGB18210628
HSL30°73.33%41.18%
HSB/HSV30°84.62%71.37%
CMYK0.00%41.76%84.62%
28.63%

Color #B66A1C in popluar number systems.

HEXB66A1C
Decimal18210628
Binary10110110110101011100
Octal26615234

Shades and tints

Shades of #B66A1C

#B66A1C
(182,106,28)
#A6611A
(166,97,26)
#965818
(150,88,24)
#864F16
(134,79,22)
#764614
(118,70,20)
#663D12
(102,61,18)
#563410
(86,52,16)
#462B0E
(70,43,14)
#36220C
(54,34,12)
#26190A
(38,25,10)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #B66A1C

#B66A1C
(182,106,28)
#BC7730
(188,119,48)
#C28444
(194,132,68)
#C89158
(200,145,88)
#CE9E6C
(206,158,108)
#D4AB80
(212,171,128)
#DAB894
(218,184,148)
#E0C5A8
(224,197,168)
#E6D2BC
(230,210,188)
#ECDFD0
(236,223,208)
#F2ECE4
(242,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66A1C; }

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

This text font color is #B66A1C.


Background Color

.myBgColor { background-color: #B66A1C; }

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

This div background color is #B66A1C.


Border color

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

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

This div border color is #B66A1C.


Opacity

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

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

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

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

This text has shadow with #B66A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66A1C on black background.


Color preview on white background

This text has color #B66A1C on white background.



Black color preview on #B66A1C background

This text has black color on #B66A1C background.


White color preview on #B66A1C background

This text has white color on #B66A1C background.