COLOR #B4565F

HEX: #B4565F
RGB: (180,86,95)

Color info

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

RGB color model

#B4565F color RGB value is (180,86,95).

  • red value is 180;
  • green value is 86;
  • blue value is 95.
RGB:
(180,86,95)
(71%,34%,37%)

RGB channels and saturation

R 180 of 255 = 71%
G 86 of 255 = 34%
B 95 of 255 = 37%

180
86
95

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

Portions of RGB colors in percentages

R + G + B =
180 + 86 + 95 = 361 (100%)
R 180 of 361 ~ 49.86%
G 86 of 361 ~ 23.82%
B 95 of 361 ~ 26.32%

%49.86
%23.82
%26.32

CMYK color model

#B4565F color CMYK value is (0,52,47,29).

  • cyan value is 0.00%
  • magenta value is 52.22%
  • yellow value is 47.22%
  • key color value is 29.41%
CMYK:
(0,52,47,29)
C0M52Y47K29 
(0%,52%,47%,29%)
(0.00/0.52/0.47/0.29)	

CMYK percentages

%0
%52.22
%47.22
%29.41

Codes

Color #B4565F in popluar color models

B4565F
RGB1808695
HSL354°38.52%52.16%
HSB/HSV354°52.22%70.59%
CMYK0.00%52.22%47.22%
29.41%

Color #B4565F in popluar number systems.

HEXB4565F
Decimal1808695
Binary1011010010101101011111
Octal264126137

Shades and tints

Shades of #B4565F

#B4565F
(180,86,95)
#A44F57
(164,79,87)
#94484F
(148,72,79)
#844147
(132,65,71)
#743A3F
(116,58,63)
#643337
(100,51,55)
#542C2F
(84,44,47)
#442527
(68,37,39)
#341E1F
(52,30,31)
#241717
(36,23,23)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #B4565F

#B4565F
(180,86,95)
#BA656D
(186,101,109)
#C0747B
(192,116,123)
#C68389
(198,131,137)
#CC9297
(204,146,151)
#D2A1A5
(210,161,165)
#D8B0B3
(216,176,179)
#DEBFC1
(222,191,193)
#E4CECF
(228,206,207)
#EADDDD
(234,221,221)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4565F color. Also use rgb(180,86,95) instead hex code.

Text Font Color

.myTextColor { color: #B4565F; }

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

This text font color is #B4565F.


Background Color

.myBgColor { background-color: #B4565F; }

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

This div background color is #B4565F.


Border color

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

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

This div border color is #B4565F.


Opacity

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

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

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

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

This text has shadow with #B4565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4565F on black background.


Color preview on white background

This text has color #B4565F on white background.



Black color preview on #B4565F background

This text has black color on #B4565F background.


White color preview on #B4565F background

This text has white color on #B4565F background.