COLOR #B06D3C

HEX: #B06D3C
RGB: (176,109,60)

Color info

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

RGB color model

#B06D3C color RGB value is (176,109,60).

  • red value is 176;
  • green value is 109;
  • blue value is 60.
RGB:
(176,109,60)
(69%,43%,24%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 60 of 255 = 24%

176
109
60

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

Portions of RGB colors in percentages

R + G + B =
176 + 109 + 60 = 345 (100%)
R 176 of 345 ~ 51.01%
G 109 of 345 ~ 31.59%
B 60 of 345 ~ 17.39%

%51.01
%31.59
%17.39

CMYK color model

#B06D3C color CMYK value is (0,38,66,31).

  • cyan value is 0.00%
  • magenta value is 38.07%
  • yellow value is 65.91%
  • key color value is 30.98%
CMYK:
(0,38,66,31)
C0M38Y66K31 
(0%,38%,66%,31%)
(0.00/0.38/0.66/0.31)	

CMYK percentages

%0
%38.07
%65.91
%30.98

Codes

Color #B06D3C in popluar color models

B06D3C
RGB17610960
HSL25°49.15%46.27%
HSB/HSV25°65.91%69.02%
CMYK0.00%38.07%65.91%
30.98%

Color #B06D3C in popluar number systems.

HEXB06D3C
Decimal17610960
Binary101100001101101111100
Octal26015574

Shades and tints

Shades of #B06D3C

#B06D3C
(176,109,60)
#A06437
(160,100,55)
#905B32
(144,91,50)
#80522D
(128,82,45)
#704928
(112,73,40)
#604023
(96,64,35)
#50371E
(80,55,30)
#402E19
(64,46,25)
#302514
(48,37,20)
#201C0F
(32,28,15)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #B06D3C

#B06D3C
(176,109,60)
#B77A4D
(183,122,77)
#BE875E
(190,135,94)
#C5946F
(197,148,111)
#CCA180
(204,161,128)
#D3AE91
(211,174,145)
#DABBA2
(218,187,162)
#E1C8B3
(225,200,179)
#E8D5C4
(232,213,196)
#EFE2D5
(239,226,213)
#F6EFE6
(246,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06D3C color. Also use rgb(176,109,60) instead hex code.

Text Font Color

.myTextColor { color: #B06D3C; }

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

This text font color is #B06D3C.


Background Color

.myBgColor { background-color: #B06D3C; }

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

This div background color is #B06D3C.


Border color

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

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

This div border color is #B06D3C.


Opacity

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

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

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

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

This text has shadow with #B06D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06D3C on black background.


Color preview on white background

This text has color #B06D3C on white background.



Black color preview on #B06D3C background

This text has black color on #B06D3C background.


White color preview on #B06D3C background

This text has white color on #B06D3C background.