COLOR #B05541

HEX: #B05541 RGB: (176,85,65)

Color info

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

RGB color model

#B05541 color RGB value is (176,85,65).

RGB: (176,85,65) (69%, 33%, 25%)

RGB channels and saturation

R 176 of 255 = 69%
G 85 of 255 = 33%
B 65 of 255 = 25%

176
85
65

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

Portions of RGB colors in percentages

R + G + B = 176 + 85 + 65 = 326 (100%)
R 176 of 326 ~ 53.99%
G 85 of 326 ~ 26.07%
B 65 of 326 ~ 19.94'%

%53.99
%26.07
%19.94

CMYK color model

#B05541 color CMYK value is (0,52,63,31).

  • cyan value is 0.00%
  • magenta value is 51.70%
  • yellow value is 63.07%
  • key color value is 30.98%

CMYK: (0,52,63,31)
C0M52Y63K31 (0%, 52%, 63%, 31%)
(0.00 / 0.52 / 0.63 / 0.31)

CMYK percentages

%0
%51.7
%63.07
%30.98

Codes

Color #B05541 in popluar color models

B0 55 41
RGB 176 85 65
HSL 11° 46.06% 47.25%
HSB/HSV 11° 63.07% 69.02%
CMYK 0.00% 51.70% 63.07%
30.98%

Color #B05541 in popluar number systems.

HEX B0 55 41
Decimal 176 85 65
Binary 10110000 1010101 1000001
Octal 260 125 101

Shades and tints

Shades of #B05541

#B05541
(176,85,65)
#A04E3C
(160,78,60)
#904737
(144,71,55)
#804032
(128,64,50)
#70392D
(112,57,45)
#603228
(96,50,40)
#502B23
(80,43,35)
#40241E
(64,36,30)
#301D19
(48,29,25)
#201614
(32,22,20)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B05541

#B05541
(176,85,65)
#B76452
(183,100,82)
#BE7363
(190,115,99)
#C58274
(197,130,116)
#CC9185
(204,145,133)
#D3A096
(211,160,150)
#DAAFA7
(218,175,167)
#E1BEB8
(225,190,184)
#E8CDC9
(232,205,201)
#EFDCDA
(239,220,218)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05541 color. Also use rgb(176,85,65) instead hex code.

Text Font Color

.myTextColor { color: #B05541; }

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

This text font color is #B05541.

Background Color

.myBgColor { background-color: #B05541; }

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

This div background color is #B05541.

Border color

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

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

This div border color is #B05541.

Opacity

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

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

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

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

This text has shadow with #B05541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05541.

Preview

Color preview on black background

This text has color #B05541 on black background.


Color preview on white background

This text has color #B05541 on white background.


Black color preview on #B05541 background

This text has black color on #B05541 background.


White color preview on #B05541 background

This text has white color on #B05541 background.


Related colors

Complementary color

Complementary color for #hex is #4FAABE.


I love getcolorcode.com

Triadic colors

1 #41B055 and #5541B0 with #B05541 are triadic colors.

2 #4155B0 and #55B041 with #B05541 are triadic colors.