COLOR #B54977

HEX: #B54977
RGB: (181,73,119)

Color info

#B54977 contains mainly red color. Web safe color of #B54977 is #CC3366 (or #C36).

RGB color model

#B54977 color RGB value is (181,73,119).

  • red value is 181;
  • green value is 73;
  • blue value is 119.
RGB:
(181,73,119)
(71%,29%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 73 of 255 = 29%
B 119 of 255 = 47%

181
73
119

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

Portions of RGB colors in percentages

R + G + B =
181 + 73 + 119 = 373 (100%)
R 181 of 373 ~ 48.53%
G 73 of 373 ~ 19.57%
B 119 of 373 ~ 31.9%

%48.53
%19.57
%31.9

CMYK color model

#B54977 color CMYK value is (0,60,34,29).

  • cyan value is 0.00%
  • magenta value is 59.67%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(0,60,34,29)
C0M60Y34K29 
(0%,60%,34%,29%)
(0.00/0.60/0.34/0.29)	

CMYK percentages

%0
%59.67
%34.25
%29.02

Codes

Color #B54977 in popluar color models

B54977
RGB18173119
HSL334°42.52%49.80%
HSB/HSV334°59.67%70.98%
CMYK0.00%59.67%34.25%
29.02%

Color #B54977 in popluar number systems.

HEXB54977
Decimal18173119
Binary1011010110010011110111
Octal265111167

Shades and tints

Shades of #B54977

#B54977
(181,73,119)
#A5436D
(165,67,109)
#953D63
(149,61,99)
#853759
(133,55,89)
#75314F
(117,49,79)
#652B45
(101,43,69)
#55253B
(85,37,59)
#451F31
(69,31,49)
#351927
(53,25,39)
#25131D
(37,19,29)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #B54977

#B54977
(181,73,119)
#BB5983
(187,89,131)
#C1698F
(193,105,143)
#C7799B
(199,121,155)
#CD89A7
(205,137,167)
#D399B3
(211,153,179)
#D9A9BF
(217,169,191)
#DFB9CB
(223,185,203)
#E5C9D7
(229,201,215)
#EBD9E3
(235,217,227)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54977 color. Also use rgb(181,73,119) instead hex code.

Text Font Color

.myTextColor { color: #B54977; }

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

This text font color is #B54977.


Background Color

.myBgColor { background-color: #B54977; }

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

This div background color is #B54977.


Border color

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

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

This div border color is #B54977.


Opacity

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

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

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

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

This text has shadow with #B54977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B54977 on black background.


Color preview on white background

This text has color #B54977 on white background.



Black color preview on #B54977 background

This text has black color on #B54977 background.


White color preview on #B54977 background

This text has white color on #B54977 background.