COLOR #B66028

HEX: #B66028
RGB: (182,96,40)

Color info

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

RGB color model

#B66028 color RGB value is (182,96,40).

  • red value is 182;
  • green value is 96;
  • blue value is 40.
RGB:
(182,96,40)
(71%,38%,16%)

RGB channels and saturation

R 182 of 255 = 71%
G 96 of 255 = 38%
B 40 of 255 = 16%

182
96
40

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

Portions of RGB colors in percentages

R + G + B =
182 + 96 + 40 = 318 (100%)
R 182 of 318 ~ 57.23%
G 96 of 318 ~ 30.19%
B 40 of 318 ~ 12.58%

%57.23
%30.19
%12.58

CMYK color model

#B66028 color CMYK value is (0,47,78,29).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 78.02%
  • key color value is 28.63%
CMYK:
(0,47,78,29)
C0M47Y78K29 
(0%,47%,78%,29%)
(0.00/0.47/0.78/0.29)	

CMYK percentages

%0
%47.25
%78.02
%28.63

Codes

Color #B66028 in popluar color models

B66028
RGB1829640
HSL24°63.96%43.53%
HSB/HSV24°78.02%71.37%
CMYK0.00%47.25%78.02%
28.63%

Color #B66028 in popluar number systems.

HEXB66028
Decimal1829640
Binary101101101100000101000
Octal26614050

Shades and tints

Shades of #B66028

#B66028
(182,96,40)
#A65825
(166,88,37)
#965022
(150,80,34)
#86481F
(134,72,31)
#76401C
(118,64,28)
#663819
(102,56,25)
#563016
(86,48,22)
#462813
(70,40,19)
#362010
(54,32,16)
#26180D
(38,24,13)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #B66028

#B66028
(182,96,40)
#BC6E3B
(188,110,59)
#C27C4E
(194,124,78)
#C88A61
(200,138,97)
#CE9874
(206,152,116)
#D4A687
(212,166,135)
#DAB49A
(218,180,154)
#E0C2AD
(224,194,173)
#E6D0C0
(230,208,192)
#ECDED3
(236,222,211)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66028 color. Also use rgb(182,96,40) instead hex code.

Text Font Color

.myTextColor { color: #B66028; }

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

This text font color is #B66028.


Background Color

.myBgColor { background-color: #B66028; }

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

This div background color is #B66028.


Border color

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

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

This div border color is #B66028.


Opacity

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

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

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

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

This text has shadow with #B66028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66028 on black background.


Color preview on white background

This text has color #B66028 on white background.



Black color preview on #B66028 background

This text has black color on #B66028 background.


White color preview on #B66028 background

This text has white color on #B66028 background.