COLOR #B05909

HEX: #B05909
RGB: (176,89,9)

Color info

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

RGB color model

#B05909 color RGB value is (176,89,9).

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

RGB channels and saturation

R 176 of 255 = 69%
G 89 of 255 = 35%
B 9 of 255 = 4%

176
89
9

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

Portions of RGB colors in percentages

R + G + B =
176 + 89 + 9 = 274 (100%)
R 176 of 274 ~ 64.23%
G 89 of 274 ~ 32.48%
B 9 of 274 ~ 3.28%

%64.23
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 94.89%
  • 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
%94.89
%30.98

Codes

Color #B05909 in popluar color models

B05909
RGB176899
HSL29°90.27%36.27%
HSB/HSV29°94.89%69.02%
CMYK0.00%49.43%94.89%
30.98%

Color #B05909 in popluar number systems.

HEXB05909
Decimal176899
Binary1011000010110011001
Octal26013111

Shades and tints

Shades of #B05909

#B05909
(176,89,9)
#A05109
(160,81,9)
#904909
(144,73,9)
#804109
(128,65,9)
#703909
(112,57,9)
#603109
(96,49,9)
#502909
(80,41,9)
#402109
(64,33,9)
#301909
(48,25,9)
#201109
(32,17,9)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #B05909

#B05909
(176,89,9)
#B7681F
(183,104,31)
#BE7735
(190,119,53)
#C5864B
(197,134,75)
#CC9561
(204,149,97)
#D3A477
(211,164,119)
#DAB38D
(218,179,141)
#E1C2A3
(225,194,163)
#E8D1B9
(232,209,185)
#EFE0CF
(239,224,207)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05909; }

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

This text font color is #B05909.


Background Color

.myBgColor { background-color: #B05909; }

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

This div background color is #B05909.


Border color

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

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

This div border color is #B05909.


Opacity

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

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

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

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

This text has shadow with #B05909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05909 on black background.


Color preview on white background

This text has color #B05909 on white background.



Black color preview on #B05909 background

This text has black color on #B05909 background.


White color preview on #B05909 background

This text has white color on #B05909 background.