COLOR #B16313

HEX: #B16313
RGB: (177,99,19)

Color info

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

RGB color model

#B16313 color RGB value is (177,99,19).

  • red value is 177;
  • green value is 99;
  • blue value is 19.
RGB:
(177,99,19)
(69%,39%,7%)

RGB channels and saturation

R 177 of 255 = 69%
G 99 of 255 = 39%
B 19 of 255 = 7%

177
99
19

R + G + B ~ 38%. #B16313 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 99 + 19 = 295 (100%)
R 177 of 295 ~ 60%
G 99 of 295 ~ 33.56%
B 19 of 295 ~ 6.44%

%60
%33.56

CMYK color model

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

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

CMYK percentages

%0
%44.07
%89.27
%30.59

Codes

Color #B16313 in popluar color models

B16313
RGB1779919
HSL30°80.61%38.43%
HSB/HSV30°89.27%69.41%
CMYK0.00%44.07%89.27%
30.59%

Color #B16313 in popluar number systems.

HEXB16313
Decimal1779919
Binary10110001110001110011
Octal26114323

Shades and tints

Shades of #B16313

#B16313
(177,99,19)
#A15A12
(161,90,18)
#915111
(145,81,17)
#814810
(129,72,16)
#713F0F
(113,63,15)
#61360E
(97,54,14)
#512D0D
(81,45,13)
#41240C
(65,36,12)
#311B0B
(49,27,11)
#21120A
(33,18,10)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #B16313

#B16313
(177,99,19)
#B87128
(184,113,40)
#BF7F3D
(191,127,61)
#C68D52
(198,141,82)
#CD9B67
(205,155,103)
#D4A97C
(212,169,124)
#DBB791
(219,183,145)
#E2C5A6
(226,197,166)
#E9D3BB
(233,211,187)
#F0E1D0
(240,225,208)
#F7EFE5
(247,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16313 color. Also use rgb(177,99,19) instead hex code.

Text Font Color

.myTextColor { color: #B16313; }

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

This text font color is #B16313.


Background Color

.myBgColor { background-color: #B16313; }

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

This div background color is #B16313.


Border color

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

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

This div border color is #B16313.


Opacity

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

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

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

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

This text has shadow with #B16313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16313 on black background.


Color preview on white background

This text has color #B16313 on white background.



Black color preview on #B16313 background

This text has black color on #B16313 background.


White color preview on #B16313 background

This text has white color on #B16313 background.