COLOR #B16B03

HEX: #B16B03
RGB: (177,107,3)

Color info

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

RGB color model

#B16B03 color RGB value is (177,107,3).

  • red value is 177;
  • green value is 107;
  • blue value is 3.
RGB:
(177,107,3)
(69%,42%,1%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 3 of 255 = 1%

177
107
3

R + G + B ~ 37%. #B16B03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 107 + 3 = 287 (100%)
R 177 of 287 ~ 61.67%
G 107 of 287 ~ 37.28%
B 3 of 287 ~ 1.05%

%61.67
%37.28

CMYK color model

#B16B03 color CMYK value is (0,40,98,31).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 98.31%
  • key color value is 30.59%
CMYK:
(0,40,98,31)
C0M40Y98K31 
(0%,40%,98%,31%)
(0.00/0.40/0.98/0.31)	

CMYK percentages

%0
%39.55
%98.31
%30.59

Codes

Color #B16B03 in popluar color models

B16B03
RGB1771073
HSL36°96.67%35.29%
HSB/HSV36°98.31%69.41%
CMYK0.00%39.55%98.31%
30.59%

Color #B16B03 in popluar number systems.

HEXB16B03
Decimal1771073
Binary10110001110101111
Octal2611533

Shades and tints

Shades of #B16B03

#B16B03
(177,107,3)
#A16203
(161,98,3)
#915903
(145,89,3)
#815003
(129,80,3)
#714703
(113,71,3)
#613E03
(97,62,3)
#513503
(81,53,3)
#412C03
(65,44,3)
#312303
(49,35,3)
#211A03
(33,26,3)
#111103
(17,17,3)
#000000
(0,0,0)

Tints of #B16B03

#B16B03
(177,107,3)
#B87819
(184,120,25)
#BF852F
(191,133,47)
#C69245
(198,146,69)
#CD9F5B
(205,159,91)
#D4AC71
(212,172,113)
#DBB987
(219,185,135)
#E2C69D
(226,198,157)
#E9D3B3
(233,211,179)
#F0E0C9
(240,224,201)
#F7EDDF
(247,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16B03 color. Also use rgb(177,107,3) instead hex code.

Text Font Color

.myTextColor { color: #B16B03; }

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

This text font color is #B16B03.


Background Color

.myBgColor { background-color: #B16B03; }

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

This div background color is #B16B03.


Border color

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

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

This div border color is #B16B03.


Opacity

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

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

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

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

This text has shadow with #B16B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16B03 on black background.


Color preview on white background

This text has color #B16B03 on white background.



Black color preview on #B16B03 background

This text has black color on #B16B03 background.


White color preview on #B16B03 background

This text has white color on #B16B03 background.