COLOR #B06728

HEX: #B06728
RGB: (176,103,40)

Color info

#B06728 contains mainly red color. Web safe color of #B06728 is #996633 (or #963).

RGB color model

#B06728 color RGB value is (176,103,40).

  • red value is 176;
  • green value is 103;
  • blue value is 40.
RGB:
(176,103,40)
(69%,40%,16%)

RGB channels and saturation

R 176 of 255 = 69%
G 103 of 255 = 40%
B 40 of 255 = 16%

176
103
40

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

Portions of RGB colors in percentages

R + G + B =
176 + 103 + 40 = 319 (100%)
R 176 of 319 ~ 55.17%
G 103 of 319 ~ 32.29%
B 40 of 319 ~ 12.54%

%55.17
%32.29
%12.54

CMYK color model

#B06728 color CMYK value is (0,41,77,31).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 77.27%
  • key color value is 30.98%
CMYK:
(0,41,77,31)
C0M41Y77K31 
(0%,41%,77%,31%)
(0.00/0.41/0.77/0.31)	

CMYK percentages

%0
%41.48
%77.27
%30.98

Codes

Color #B06728 in popluar color models

B06728
RGB17610340
HSL28°62.96%42.35%
HSB/HSV28°77.27%69.02%
CMYK0.00%41.48%77.27%
30.98%

Color #B06728 in popluar number systems.

HEXB06728
Decimal17610340
Binary101100001100111101000
Octal26014750

Shades and tints

Shades of #B06728

#B06728
(176,103,40)
#A05E25
(160,94,37)
#905522
(144,85,34)
#804C1F
(128,76,31)
#70431C
(112,67,28)
#603A19
(96,58,25)
#503116
(80,49,22)
#402813
(64,40,19)
#301F10
(48,31,16)
#20160D
(32,22,13)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #B06728

#B06728
(176,103,40)
#B7743B
(183,116,59)
#BE814E
(190,129,78)
#C58E61
(197,142,97)
#CC9B74
(204,155,116)
#D3A887
(211,168,135)
#DAB59A
(218,181,154)
#E1C2AD
(225,194,173)
#E8CFC0
(232,207,192)
#EFDCD3
(239,220,211)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06728 color. Also use rgb(176,103,40) instead hex code.

Text Font Color

.myTextColor { color: #B06728; }

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

This text font color is #B06728.


Background Color

.myBgColor { background-color: #B06728; }

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

This div background color is #B06728.


Border color

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

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

This div border color is #B06728.


Opacity

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

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

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

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

This text has shadow with #B06728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06728 on black background.


Color preview on white background

This text has color #B06728 on white background.



Black color preview on #B06728 background

This text has black color on #B06728 background.


White color preview on #B06728 background

This text has white color on #B06728 background.