COLOR #B74578

HEX: #B74578
RGB: (183,69,120)

Color info

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

RGB color model

#B74578 color RGB value is (183,69,120).

  • red value is 183;
  • green value is 69;
  • blue value is 120.
RGB:
(183,69,120)
(72%,27%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 69 of 255 = 27%
B 120 of 255 = 47%

183
69
120

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

Portions of RGB colors in percentages

R + G + B =
183 + 69 + 120 = 372 (100%)
R 183 of 372 ~ 49.19%
G 69 of 372 ~ 18.55%
B 120 of 372 ~ 32.26%

%49.19
%18.55
%32.26

CMYK color model

#B74578 color CMYK value is (0,62,34,28).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(0,62,34,28)
C0M62Y34K28 
(0%,62%,34%,28%)
(0.00/0.62/0.34/0.28)	

CMYK percentages

%0
%62.3
%34.43
%28.24

Codes

Color #B74578 in popluar color models

B74578
RGB18369120
HSL333°45.24%49.41%
HSB/HSV333°62.30%71.76%
CMYK0.00%62.30%34.43%
28.24%

Color #B74578 in popluar number systems.

HEXB74578
Decimal18369120
Binary1011011110001011111000
Octal267105170

Shades and tints

Shades of #B74578

#B74578
(183,69,120)
#A73F6E
(167,63,110)
#973964
(151,57,100)
#87335A
(135,51,90)
#772D50
(119,45,80)
#672746
(103,39,70)
#57213C
(87,33,60)
#471B32
(71,27,50)
#371528
(55,21,40)
#270F1E
(39,15,30)
#170914
(23,9,20)
#000000
(0,0,0)

Tints of #B74578

#B74578
(183,69,120)
#BD5584
(189,85,132)
#C36590
(195,101,144)
#C9759C
(201,117,156)
#CF85A8
(207,133,168)
#D595B4
(213,149,180)
#DBA5C0
(219,165,192)
#E1B5CC
(225,181,204)
#E7C5D8
(231,197,216)
#EDD5E4
(237,213,228)
#F3E5F0
(243,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74578 color. Also use rgb(183,69,120) instead hex code.

Text Font Color

.myTextColor { color: #B74578; }

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

This text font color is #B74578.


Background Color

.myBgColor { background-color: #B74578; }

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

This div background color is #B74578.


Border color

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

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

This div border color is #B74578.


Opacity

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

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

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

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

This text has shadow with #B74578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74578 on black background.


Color preview on white background

This text has color #B74578 on white background.



Black color preview on #B74578 background

This text has black color on #B74578 background.


White color preview on #B74578 background

This text has white color on #B74578 background.