COLOR #B06314

HEX: #B06314
RGB: (176,99,20)

Color info

#B06314 contains mainly red color. Web safe color of #B06314 is #996600 (or #960).

RGB color model

#B06314 color RGB value is (176,99,20).

  • red value is 176;
  • green value is 99;
  • blue value is 20.
RGB:
(176,99,20)
(69%,39%,8%)

RGB channels and saturation

R 176 of 255 = 69%
G 99 of 255 = 39%
B 20 of 255 = 8%

176
99
20

R + G + B ~ 39%. #B06314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 99 + 20 = 295 (100%)
R 176 of 295 ~ 59.66%
G 99 of 295 ~ 33.56%
B 20 of 295 ~ 6.78%

%59.66
%33.56

CMYK color model

#B06314 color CMYK value is (0,44,89,31).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 88.64%
  • key color value is 30.98%
CMYK:
(0,44,89,31)
C0M44Y89K31 
(0%,44%,89%,31%)
(0.00/0.44/0.89/0.31)	

CMYK percentages

%0
%43.75
%88.64
%30.98

Codes

Color #B06314 in popluar color models

B06314
RGB1769920
HSL30°79.59%38.43%
HSB/HSV30°88.64%69.02%
CMYK0.00%43.75%88.64%
30.98%

Color #B06314 in popluar number systems.

HEXB06314
Decimal1769920
Binary10110000110001110100
Octal26014324

Shades and tints

Shades of #B06314

#B06314
(176,99,20)
#A05A13
(160,90,19)
#905112
(144,81,18)
#804811
(128,72,17)
#703F10
(112,63,16)
#60360F
(96,54,15)
#502D0E
(80,45,14)
#40240D
(64,36,13)
#301B0C
(48,27,12)
#20120B
(32,18,11)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #B06314

#B06314
(176,99,20)
#B77129
(183,113,41)
#BE7F3E
(190,127,62)
#C58D53
(197,141,83)
#CC9B68
(204,155,104)
#D3A97D
(211,169,125)
#DAB792
(218,183,146)
#E1C5A7
(225,197,167)
#E8D3BC
(232,211,188)
#EFE1D1
(239,225,209)
#F6EFE6
(246,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06314 color. Also use rgb(176,99,20) instead hex code.

Text Font Color

.myTextColor { color: #B06314; }

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

This text font color is #B06314.


Background Color

.myBgColor { background-color: #B06314; }

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

This div background color is #B06314.


Border color

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

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

This div border color is #B06314.


Opacity

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

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

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

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

This text has shadow with #B06314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06314 on black background.


Color preview on white background

This text has color #B06314 on white background.



Black color preview on #B06314 background

This text has black color on #B06314 background.


White color preview on #B06314 background

This text has white color on #B06314 background.