COLOR #B45461

HEX: #B45461
RGB: (180,84,97)

Color info

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

RGB color model

#B45461 color RGB value is (180,84,97).

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

RGB channels and saturation

R 180 of 255 = 71%
G 84 of 255 = 33%
B 97 of 255 = 38%

180
84
97

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

Portions of RGB colors in percentages

R + G + B =
180 + 84 + 97 = 361 (100%)
R 180 of 361 ~ 49.86%
G 84 of 361 ~ 23.27%
B 97 of 361 ~ 26.87%

%49.86
%23.27
%26.87

CMYK color model

#B45461 color CMYK value is (0,53,46,29).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 46.11%
  • key color value is 29.41%
CMYK:
(0,53,46,29)
C0M53Y46K29 
(0%,53%,46%,29%)
(0.00/0.53/0.46/0.29)	

CMYK percentages

%0
%53.33
%46.11
%29.41

Codes

Color #B45461 in popluar color models

B45461
RGB1808497
HSL352°39.02%51.76%
HSB/HSV352°53.33%70.59%
CMYK0.00%53.33%46.11%
29.41%

Color #B45461 in popluar number systems.

HEXB45461
Decimal1808497
Binary1011010010101001100001
Octal264124141

Shades and tints

Shades of #B45461

#B45461
(180,84,97)
#A44D59
(164,77,89)
#944651
(148,70,81)
#843F49
(132,63,73)
#743841
(116,56,65)
#643139
(100,49,57)
#542A31
(84,42,49)
#442329
(68,35,41)
#341C21
(52,28,33)
#241519
(36,21,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B45461

#B45461
(180,84,97)
#BA636F
(186,99,111)
#C0727D
(192,114,125)
#C6818B
(198,129,139)
#CC9099
(204,144,153)
#D29FA7
(210,159,167)
#D8AEB5
(216,174,181)
#DEBDC3
(222,189,195)
#E4CCD1
(228,204,209)
#EADBDF
(234,219,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45461; }

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

This text font color is #B45461.


Background Color

.myBgColor { background-color: #B45461; }

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

This div background color is #B45461.


Border color

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

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

This div border color is #B45461.


Opacity

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

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

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

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

This text has shadow with #B45461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45461 on black background.


Color preview on white background

This text has color #B45461 on white background.



Black color preview on #B45461 background

This text has black color on #B45461 background.


White color preview on #B45461 background

This text has white color on #B45461 background.