COLOR #B06814

HEX: #B06814
RGB: (176,104,20)

Color info

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

RGB color model

#B06814 color RGB value is (176,104,20).

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

RGB channels and saturation

R 176 of 255 = 69%
G 104 of 255 = 41%
B 20 of 255 = 8%

176
104
20

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

Portions of RGB colors in percentages

R + G + B =
176 + 104 + 20 = 300 (100%)
R 176 of 300 ~ 58.67%
G 104 of 300 ~ 34.67%
B 20 of 300 ~ 6.67%

%58.67
%34.67

CMYK color model

#B06814 color CMYK value is (0,41,89,31).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 88.64%
  • key color value is 30.98%
CMYK:
(0,41,89,31)
C0M41Y89K31 
(0%,41%,89%,31%)
(0.00/0.41/0.89/0.31)	

CMYK percentages

%0
%40.91
%88.64
%30.98

Codes

Color #B06814 in popluar color models

B06814
RGB17610420
HSL32°79.59%38.43%
HSB/HSV32°88.64%69.02%
CMYK0.00%40.91%88.64%
30.98%

Color #B06814 in popluar number systems.

HEXB06814
Decimal17610420
Binary10110000110100010100
Octal26015024

Shades and tints

Shades of #B06814

#B06814
(176,104,20)
#A05F13
(160,95,19)
#905612
(144,86,18)
#804D11
(128,77,17)
#704410
(112,68,16)
#603B0F
(96,59,15)
#50320E
(80,50,14)
#40290D
(64,41,13)
#30200C
(48,32,12)
#20170B
(32,23,11)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #B06814

#B06814
(176,104,20)
#B77529
(183,117,41)
#BE823E
(190,130,62)
#C58F53
(197,143,83)
#CC9C68
(204,156,104)
#D3A97D
(211,169,125)
#DAB692
(218,182,146)
#E1C3A7
(225,195,167)
#E8D0BC
(232,208,188)
#EFDDD1
(239,221,209)
#F6EAE6
(246,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06814; }

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

This text font color is #B06814.


Background Color

.myBgColor { background-color: #B06814; }

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

This div background color is #B06814.


Border color

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

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

This div border color is #B06814.


Opacity

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

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

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

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

This text has shadow with #B06814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06814 on black background.


Color preview on white background

This text has color #B06814 on white background.



Black color preview on #B06814 background

This text has black color on #B06814 background.


White color preview on #B06814 background

This text has white color on #B06814 background.