COLOR #B05C09

HEX: #B05C09
RGB: (176,92,9)

Color info

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

RGB color model

#B05C09 color RGB value is (176,92,9).

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

RGB channels and saturation

R 176 of 255 = 69%
G 92 of 255 = 36%
B 9 of 255 = 4%

176
92
9

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

Portions of RGB colors in percentages

R + G + B =
176 + 92 + 9 = 277 (100%)
R 176 of 277 ~ 63.54%
G 92 of 277 ~ 33.21%
B 9 of 277 ~ 3.25%

%63.54
%33.21

CMYK color model

#B05C09 color CMYK value is (0,48,95,31).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 94.89%
  • key color value is 30.98%
CMYK:
(0,48,95,31)
C0M48Y95K31 
(0%,48%,95%,31%)
(0.00/0.48/0.95/0.31)	

CMYK percentages

%0
%47.73
%94.89
%30.98

Codes

Color #B05C09 in popluar color models

B05C09
RGB176929
HSL30°90.27%36.27%
HSB/HSV30°94.89%69.02%
CMYK0.00%47.73%94.89%
30.98%

Color #B05C09 in popluar number systems.

HEXB05C09
Decimal176929
Binary1011000010111001001
Octal26013411

Shades and tints

Shades of #B05C09

#B05C09
(176,92,9)
#A05409
(160,84,9)
#904C09
(144,76,9)
#804409
(128,68,9)
#703C09
(112,60,9)
#603409
(96,52,9)
#502C09
(80,44,9)
#402409
(64,36,9)
#301C09
(48,28,9)
#201409
(32,20,9)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #B05C09

#B05C09
(176,92,9)
#B76A1F
(183,106,31)
#BE7835
(190,120,53)
#C5864B
(197,134,75)
#CC9461
(204,148,97)
#D3A277
(211,162,119)
#DAB08D
(218,176,141)
#E1BEA3
(225,190,163)
#E8CCB9
(232,204,185)
#EFDACF
(239,218,207)
#F6E8E5
(246,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05C09; }

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

This text font color is #B05C09.


Background Color

.myBgColor { background-color: #B05C09; }

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

This div background color is #B05C09.


Border color

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

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

This div border color is #B05C09.


Opacity

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

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

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

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

This text has shadow with #B05C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05C09 on black background.


Color preview on white background

This text has color #B05C09 on white background.



Black color preview on #B05C09 background

This text has black color on #B05C09 background.


White color preview on #B05C09 background

This text has white color on #B05C09 background.