COLOR #B56C08

HEX: #B56C08
RGB: (181,108,8)

Color info

#B56C08 contains mainly red color. Web safe color of #B56C08 is #CC6600 (or #C60).

RGB color model

#B56C08 color RGB value is (181,108,8).

  • red value is 181;
  • green value is 108;
  • blue value is 8.
RGB:
(181,108,8)
(71%,42%,3%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 8 of 255 = 3%

181
108
8

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

Portions of RGB colors in percentages

R + G + B =
181 + 108 + 8 = 297 (100%)
R 181 of 297 ~ 60.94%
G 108 of 297 ~ 36.36%
B 8 of 297 ~ 2.69%

%60.94
%36.36

CMYK color model

#B56C08 color CMYK value is (0,40,96,29).

  • cyan value is 0.00%
  • magenta value is 40.33%
  • yellow value is 95.58%
  • key color value is 29.02%
CMYK:
(0,40,96,29)
C0M40Y96K29 
(0%,40%,96%,29%)
(0.00/0.40/0.96/0.29)	

CMYK percentages

%0
%40.33
%95.58
%29.02

Codes

Color #B56C08 in popluar color models

B56C08
RGB1811088
HSL35°91.53%37.06%
HSB/HSV35°95.58%70.98%
CMYK0.00%40.33%95.58%
29.02%

Color #B56C08 in popluar number systems.

HEXB56C08
Decimal1811088
Binary1011010111011001000
Octal26515410

Shades and tints

Shades of #B56C08

#B56C08
(181,108,8)
#A56308
(165,99,8)
#955A08
(149,90,8)
#855108
(133,81,8)
#754808
(117,72,8)
#653F08
(101,63,8)
#553608
(85,54,8)
#452D08
(69,45,8)
#352408
(53,36,8)
#251B08
(37,27,8)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #B56C08

#B56C08
(181,108,8)
#BB791E
(187,121,30)
#C18634
(193,134,52)
#C7934A
(199,147,74)
#CDA060
(205,160,96)
#D3AD76
(211,173,118)
#D9BA8C
(217,186,140)
#DFC7A2
(223,199,162)
#E5D4B8
(229,212,184)
#EBE1CE
(235,225,206)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56C08 color. Also use rgb(181,108,8) instead hex code.

Text Font Color

.myTextColor { color: #B56C08; }

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

This text font color is #B56C08.


Background Color

.myBgColor { background-color: #B56C08; }

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

This div background color is #B56C08.


Border color

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

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

This div border color is #B56C08.


Opacity

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

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

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

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

This text has shadow with #B56C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56C08 on black background.


Color preview on white background

This text has color #B56C08 on white background.



Black color preview on #B56C08 background

This text has black color on #B56C08 background.


White color preview on #B56C08 background

This text has white color on #B56C08 background.