COLOR #B05808

HEX: #B05808 RGB: (176,88,8)

Color info

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

RGB color model

#B05808 color RGB value is (176,88,8).

RGB: (176,88,8) (69%, 35%, 3%)

RGB channels and saturation

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

176
88
8

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

Portions of RGB colors in percentages

R + G + B = 176 + 88 + 8 = 272 (100%)
R 176 of 272 ~ 64.71%
G 88 of 272 ~ 32.35%
B 8 of 272 ~ 2.94'%

%64.71
%32.35

CMYK color model

#B05808 color CMYK value is (0,50,95,31).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 95.45%
  • key color value is 30.98%

CMYK: (0,50,95,31)
C0M50Y95K31 (0%, 50%, 95%, 31%)
(0.00 / 0.50 / 0.95 / 0.31)

CMYK percentages

%0
%50
%95.45
%30.98

Codes

Color #B05808 in popluar color models

B0 58 08
RGB 176 88 8
HSL 29° 91.30% 36.08%
HSB/HSV 29° 95.45% 69.02%
CMYK 0.00% 50.00% 95.45%
30.98%

Color #B05808 in popluar number systems.

HEX B0 58 08
Decimal 176 88 8
Binary 10110000 1011000 1000
Octal 260 130 10

Shades and tints

Shades of #B05808

#B05808
(176,88,8)
#A05008
(160,80,8)
#904808
(144,72,8)
#804008
(128,64,8)
#703808
(112,56,8)
#603008
(96,48,8)
#502808
(80,40,8)
#402008
(64,32,8)
#301808
(48,24,8)
#201008
(32,16,8)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #B05808

#B05808
(176,88,8)
#B7671E
(183,103,30)
#BE7634
(190,118,52)
#C5854A
(197,133,74)
#CC9460
(204,148,96)
#D3A376
(211,163,118)
#DAB28C
(218,178,140)
#E1C1A2
(225,193,162)
#E8D0B8
(232,208,184)
#EFDFCE
(239,223,206)
#F6EEE4
(246,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05808; }

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

This text font color is #B05808.

Background Color

.myBgColor { background-color: #B05808; }

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

This div background color is #B05808.

Border color

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

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

This div border color is #B05808.

Opacity

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

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

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

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

This text has shadow with #B05808 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05808.

Preview

Color preview on black background

This text has color #B05808 on black background.


Color preview on white background

This text has color #B05808 on white background.


Black color preview on #B05808 background

This text has black color on #B05808 background.


White color preview on #B05808 background

This text has white color on #B05808 background.


Related colors

Complementary color

Complementary color for #hex is #4FA7F7.


I love getcolorcode.com

Triadic colors

1 #08B058 and #5808B0 with #B05808 are triadic colors.

2 #0858B0 and #58B008 with #B05808 are triadic colors.