COLOR #B54A74

HEX: #B54A74 RGB: (181,74,116)

Color info

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

RGB color model

#B54A74 color RGB value is (181,74,116).

RGB: (181,74,116) (71%, 29%, 45%)

RGB channels and saturation

R 181 of 255 = 71%
G 74 of 255 = 29%
B 116 of 255 = 45%

181
74
116

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

Portions of RGB colors in percentages

R + G + B = 181 + 74 + 116 = 371 (100%)
R 181 of 371 ~ 48.79%
G 74 of 371 ~ 19.95%
B 116 of 371 ~ 31.27'%

%48.79
%19.95
%31.27

CMYK color model

#B54A74 color CMYK value is (0,59,36,29).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 35.91%
  • key color value is 29.02%

CMYK: (0,59,36,29)
C0M59Y36K29 (0%, 59%, 36%, 29%)
(0.00 / 0.59 / 0.36 / 0.29)

CMYK percentages

%0
%59.12
%35.91
%29.02

Codes

Color #B54A74 in popluar color models

B5 4A 74
RGB 181 74 116
HSL 336° 41.96% 50.00%
HSB/HSV 336° 59.12% 70.98%
CMYK 0.00% 59.12% 35.91%
29.02%

Color #B54A74 in popluar number systems.

HEX B5 4A 74
Decimal 181 74 116
Binary 10110101 1001010 1110100
Octal 265 112 164

Shades and tints

Shades of #B54A74

#B54A74
(181,74,116)
#A5446A
(165,68,106)
#953E60
(149,62,96)
#853856
(133,56,86)
#75324C
(117,50,76)
#652C42
(101,44,66)
#552638
(85,38,56)
#45202E
(69,32,46)
#351A24
(53,26,36)
#25141A
(37,20,26)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #B54A74

#B54A74
(181,74,116)
#BB5A80
(187,90,128)
#C16A8C
(193,106,140)
#C77A98
(199,122,152)
#CD8AA4
(205,138,164)
#D39AB0
(211,154,176)
#D9AABC
(217,170,188)
#DFBAC8
(223,186,200)
#E5CAD4
(229,202,212)
#EBDAE0
(235,218,224)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54A74 color. Also use rgb(181,74,116) instead hex code.

Text Font Color

.myTextColor { color: #B54A74; }

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

This text font color is #B54A74.

Background Color

.myBgColor { background-color: #B54A74; }

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

This div background color is #B54A74.

Border color

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

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

This div border color is #B54A74.

Opacity

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

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

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

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

This text has shadow with #B54A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B54A74.

Preview

Color preview on black background

This text has color #B54A74 on black background.


Color preview on white background

This text has color #B54A74 on white background.


Black color preview on #B54A74 background

This text has black color on #B54A74 background.


White color preview on #B54A74 background

This text has white color on #B54A74 background.


Related colors

Complementary color

Complementary color for #hex is #4AB58B.


I love getcolorcode.com

Triadic colors

1 #74B54A and #4A74B5 with #B54A74 are triadic colors.

2 #744AB5 and #4AB574 with #B54A74 are triadic colors.