COLOR #B5565B

HEX: #B5565B
RGB: (181,86,91)

Color info

#B5565B contains mainly red color. Web safe color of #B5565B is #CC6666 (or #C66).

RGB color model

#B5565B color RGB value is (181,86,91).

  • red value is 181;
  • green value is 86;
  • blue value is 91.
RGB:
(181,86,91)
(71%,34%,36%)

RGB channels and saturation

R 181 of 255 = 71%
G 86 of 255 = 34%
B 91 of 255 = 36%

181
86
91

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

Portions of RGB colors in percentages

R + G + B =
181 + 86 + 91 = 358 (100%)
R 181 of 358 ~ 50.56%
G 86 of 358 ~ 24.02%
B 91 of 358 ~ 25.42%

%50.56
%24.02
%25.42

CMYK color model

#B5565B color CMYK value is (0,52,50,29).

  • cyan value is 0.00%
  • magenta value is 52.49%
  • yellow value is 49.72%
  • key color value is 29.02%
CMYK:
(0,52,50,29)
C0M52Y50K29 
(0%,52%,50%,29%)
(0.00/0.52/0.50/0.29)	

CMYK percentages

%0
%52.49
%49.72
%29.02

Codes

Color #B5565B in popluar color models

B5565B
RGB1818691
HSL357°39.09%52.35%
HSB/HSV357°52.49%70.98%
CMYK0.00%52.49%49.72%
29.02%

Color #B5565B in popluar number systems.

HEXB5565B
Decimal1818691
Binary1011010110101101011011
Octal265126133

Shades and tints

Shades of #B5565B

#B5565B
(181,86,91)
#A54F53
(165,79,83)
#95484B
(149,72,75)
#854143
(133,65,67)
#753A3B
(117,58,59)
#653333
(101,51,51)
#552C2B
(85,44,43)
#452523
(69,37,35)
#351E1B
(53,30,27)
#251713
(37,23,19)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #B5565B

#B5565B
(181,86,91)
#BB6569
(187,101,105)
#C17477
(193,116,119)
#C78385
(199,131,133)
#CD9293
(205,146,147)
#D3A1A1
(211,161,161)
#D9B0AF
(217,176,175)
#DFBFBD
(223,191,189)
#E5CECB
(229,206,203)
#EBDDD9
(235,221,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5565B color. Also use rgb(181,86,91) instead hex code.

Text Font Color

.myTextColor { color: #B5565B; }

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

This text font color is #B5565B.


Background Color

.myBgColor { background-color: #B5565B; }

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

This div background color is #B5565B.


Border color

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

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

This div border color is #B5565B.


Opacity

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

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

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

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

This text has shadow with #B5565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5565B on black background.


Color preview on white background

This text has color #B5565B on white background.



Black color preview on #B5565B background

This text has black color on #B5565B background.


White color preview on #B5565B background

This text has white color on #B5565B background.