COLOR #B05908

HEX: #B05908
RGB: (176,89,8)

Color info

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

RGB color model

#B05908 color RGB value is (176,89,8).

  • red value is 176;
  • green value is 89;
  • blue value is 8.
RGB:
(176,89,8)
(69%,35%,3%)

RGB channels and saturation

R 176 of 255 = 69%
G 89 of 255 = 35%
B 8 of 255 = 3%

176
89
8

R + G + B ~ 36%. #B05908 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 89 + 8 = 273 (100%)
R 176 of 273 ~ 64.47%
G 89 of 273 ~ 32.6%
B 8 of 273 ~ 2.93%

%64.47
%32.6

CMYK color model

#B05908 color CMYK value is (0,49,95,31).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 95.45%
  • key color value is 30.98%
CMYK:
(0,49,95,31)
C0M49Y95K31 
(0%,49%,95%,31%)
(0.00/0.49/0.95/0.31)	

CMYK percentages

%0
%49.43
%95.45
%30.98

Codes

Color #B05908 in popluar color models

B05908
RGB176898
HSL29°91.30%36.08%
HSB/HSV29°95.45%69.02%
CMYK0.00%49.43%95.45%
30.98%

Color #B05908 in popluar number systems.

HEXB05908
Decimal176898
Binary1011000010110011000
Octal26013110

Shades and tints

Shades of #B05908

#B05908
(176,89,8)
#A05108
(160,81,8)
#904908
(144,73,8)
#804108
(128,65,8)
#703908
(112,57,8)
#603108
(96,49,8)
#502908
(80,41,8)
#402108
(64,33,8)
#301908
(48,25,8)
#201108
(32,17,8)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #B05908

#B05908
(176,89,8)
#B7681E
(183,104,30)
#BE7734
(190,119,52)
#C5864A
(197,134,74)
#CC9560
(204,149,96)
#D3A476
(211,164,118)
#DAB38C
(218,179,140)
#E1C2A2
(225,194,162)
#E8D1B8
(232,209,184)
#EFE0CE
(239,224,206)
#F6EFE4
(246,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05908 color. Also use rgb(176,89,8) instead hex code.

Text Font Color

.myTextColor { color: #B05908; }

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

This text font color is #B05908.


Background Color

.myBgColor { background-color: #B05908; }

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

This div background color is #B05908.


Border color

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

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

This div border color is #B05908.


Opacity

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

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

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

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

This text has shadow with #B05908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05908 on black background.


Color preview on white background

This text has color #B05908 on white background.



Black color preview on #B05908 background

This text has black color on #B05908 background.


White color preview on #B05908 background

This text has white color on #B05908 background.