COLOR #B45061

HEX: #B45061
RGB: (180,80,97)

Color info

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

RGB color model

#B45061 color RGB value is (180,80,97).

  • red value is 180;
  • green value is 80;
  • blue value is 97.
RGB:
(180,80,97)
(71%,31%,38%)

RGB channels and saturation

R 180 of 255 = 71%
G 80 of 255 = 31%
B 97 of 255 = 38%

180
80
97

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

Portions of RGB colors in percentages

R + G + B =
180 + 80 + 97 = 357 (100%)
R 180 of 357 ~ 50.42%
G 80 of 357 ~ 22.41%
B 97 of 357 ~ 27.17%

%50.42
%22.41
%27.17

CMYK color model

#B45061 color CMYK value is (0,56,46,29).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 46.11%
  • key color value is 29.41%
CMYK:
(0,56,46,29)
C0M56Y46K29 
(0%,56%,46%,29%)
(0.00/0.56/0.46/0.29)	

CMYK percentages

%0
%55.56
%46.11
%29.41

Codes

Color #B45061 in popluar color models

B45061
RGB1808097
HSL350°40.00%50.98%
HSB/HSV350°55.56%70.59%
CMYK0.00%55.56%46.11%
29.41%

Color #B45061 in popluar number systems.

HEXB45061
Decimal1808097
Binary1011010010100001100001
Octal264120141

Shades and tints

Shades of #B45061

#B45061
(180,80,97)
#A44959
(164,73,89)
#944251
(148,66,81)
#843B49
(132,59,73)
#743441
(116,52,65)
#642D39
(100,45,57)
#542631
(84,38,49)
#441F29
(68,31,41)
#341821
(52,24,33)
#241119
(36,17,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #B45061

#B45061
(180,80,97)
#BA5F6F
(186,95,111)
#C06E7D
(192,110,125)
#C67D8B
(198,125,139)
#CC8C99
(204,140,153)
#D29BA7
(210,155,167)
#D8AAB5
(216,170,181)
#DEB9C3
(222,185,195)
#E4C8D1
(228,200,209)
#EAD7DF
(234,215,223)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45061 color. Also use rgb(180,80,97) instead hex code.

Text Font Color

.myTextColor { color: #B45061; }

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

This text font color is #B45061.


Background Color

.myBgColor { background-color: #B45061; }

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

This div background color is #B45061.


Border color

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

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

This div border color is #B45061.


Opacity

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

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

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

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

This text has shadow with #B45061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45061 on black background.


Color preview on white background

This text has color #B45061 on white background.



Black color preview on #B45061 background

This text has black color on #B45061 background.


White color preview on #B45061 background

This text has white color on #B45061 background.