COLOR #B05F39

HEX: #B05F39 RGB: (176,95,57)

Color info

#B05F39 contains mainly red color. Web safe color of #B05F39 is #996633 (or #963).

RGB color model

#B05F39 color RGB value is (176,95,57).

RGB: (176,95,57) (69%, 37%, 22%)

RGB channels and saturation

R 176 of 255 = 69%
G 95 of 255 = 37%
B 57 of 255 = 22%

176
95
57

R + G + B ~ 43%. #B05F39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 95 + 57 = 328 (100%)
R 176 of 328 ~ 53.66%
G 95 of 328 ~ 28.96%
B 57 of 328 ~ 17.38'%

%53.66
%28.96
%17.38

CMYK color model

#B05F39 color CMYK value is (0,46,68,31).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 67.61%
  • key color value is 30.98%

CMYK: (0,46,68,31)
C0M46Y68K31 (0%, 46%, 68%, 31%)
(0.00 / 0.46 / 0.68 / 0.31)

CMYK percentages

%0
%46.02
%67.61
%30.98

Codes

Color #B05F39 in popluar color models

B0 5F 39
RGB 176 95 57
HSL 19° 51.07% 45.69%
HSB/HSV 19° 67.61% 69.02%
CMYK 0.00% 46.02% 67.61%
30.98%

Color #B05F39 in popluar number systems.

HEX B0 5F 39
Decimal 176 95 57
Binary 10110000 1011111 111001
Octal 260 137 71

Shades and tints

Shades of #B05F39

#B05F39
(176,95,57)
#A05734
(160,87,52)
#904F2F
(144,79,47)
#80472A
(128,71,42)
#703F25
(112,63,37)
#603720
(96,55,32)
#502F1B
(80,47,27)
#402716
(64,39,22)
#301F11
(48,31,17)
#20170C
(32,23,12)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #B05F39

#B05F39
(176,95,57)
#B76D4B
(183,109,75)
#BE7B5D
(190,123,93)
#C5896F
(197,137,111)
#CC9781
(204,151,129)
#D3A593
(211,165,147)
#DAB3A5
(218,179,165)
#E1C1B7
(225,193,183)
#E8CFC9
(232,207,201)
#EFDDDB
(239,221,219)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05F39 color. Also use rgb(176,95,57) instead hex code.

Text Font Color

.myTextColor { color: #B05F39; }

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

This text font color is #B05F39.

Background Color

.myBgColor { background-color: #B05F39; }

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

This div background color is #B05F39.

Border color

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

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

This div border color is #B05F39.

Opacity

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

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

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

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

This text has shadow with #B05F39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05F39.

Preview

Color preview on black background

This text has color #B05F39 on black background.


Color preview on white background

This text has color #B05F39 on white background.


Black color preview on #B05F39 background

This text has black color on #B05F39 background.


White color preview on #B05F39 background

This text has white color on #B05F39 background.


Related colors

Complementary color

Complementary color for #hex is #4FA0C6.


I love getcolorcode.com

Triadic colors

1 #39B05F and #5F39B0 with #B05F39 are triadic colors.

2 #395FB0 and #5FB039 with #B05F39 are triadic colors.