COLOR #B55741

HEX: #B55741
RGB: (181,87,65)

Color info

#B55741 contains mainly red color. Web safe color of #B55741 is #CC6633 (or #C63).

RGB color model

#B55741 color RGB value is (181,87,65).

  • red value is 181;
  • green value is 87;
  • blue value is 65.
RGB:
(181,87,65)
(71%,34%,25%)

RGB channels and saturation

R 181 of 255 = 71%
G 87 of 255 = 34%
B 65 of 255 = 25%

181
87
65

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

Portions of RGB colors in percentages

R + G + B =
181 + 87 + 65 = 333 (100%)
R 181 of 333 ~ 54.35%
G 87 of 333 ~ 26.13%
B 65 of 333 ~ 19.52%

%54.35
%26.13
%19.52

CMYK color model

#B55741 color CMYK value is (0,52,64,29).

  • cyan value is 0.00%
  • magenta value is 51.93%
  • yellow value is 64.09%
  • key color value is 29.02%
CMYK:
(0,52,64,29)
C0M52Y64K29 
(0%,52%,64%,29%)
(0.00/0.52/0.64/0.29)	

CMYK percentages

%0
%51.93
%64.09
%29.02

Codes

Color #B55741 in popluar color models

B55741
RGB1818765
HSL11°47.15%48.24%
HSB/HSV11°64.09%70.98%
CMYK0.00%51.93%64.09%
29.02%

Color #B55741 in popluar number systems.

HEXB55741
Decimal1818765
Binary1011010110101111000001
Octal265127101

Shades and tints

Shades of #B55741

#B55741
(181,87,65)
#A5503C
(165,80,60)
#954937
(149,73,55)
#854232
(133,66,50)
#753B2D
(117,59,45)
#653428
(101,52,40)
#552D23
(85,45,35)
#45261E
(69,38,30)
#351F19
(53,31,25)
#251814
(37,24,20)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #B55741

#B55741
(181,87,65)
#BB6652
(187,102,82)
#C17563
(193,117,99)
#C78474
(199,132,116)
#CD9385
(205,147,133)
#D3A296
(211,162,150)
#D9B1A7
(217,177,167)
#DFC0B8
(223,192,184)
#E5CFC9
(229,207,201)
#EBDEDA
(235,222,218)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55741 color. Also use rgb(181,87,65) instead hex code.

Text Font Color

.myTextColor { color: #B55741; }

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

This text font color is #B55741.


Background Color

.myBgColor { background-color: #B55741; }

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

This div background color is #B55741.


Border color

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

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

This div border color is #B55741.


Opacity

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

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

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

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

This text has shadow with #B55741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55741 on black background.


Color preview on white background

This text has color #B55741 on white background.



Black color preview on #B55741 background

This text has black color on #B55741 background.


White color preview on #B55741 background

This text has white color on #B55741 background.