COLOR #B74A80

HEX: #B74A80 RGB: (183,74,128)

Color info

#B74A80 contains mainly red and blue colors. Web safe color of #B74A80 is #CC3366 (or #C36).

RGB color model

#B74A80 color RGB value is (183,74,128).

RGB: (183,74,128) (72%, 29%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 74 of 255 = 29%
B 128 of 255 = 50%

183
74
128

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

Portions of RGB colors in percentages

R + G + B = 183 + 74 + 128 = 385 (100%)
R 183 of 385 ~ 47.53%
G 74 of 385 ~ 19.22%
B 128 of 385 ~ 33.25'%

%47.53
%19.22
%33.25

CMYK color model

#B74A80 color CMYK value is (0,60,30,28).

  • cyan value is 0.00%
  • magenta value is 59.56%
  • yellow value is 30.05%
  • key color value is 28.24%

CMYK: (0,60,30,28)
C0M60Y30K28 (0%, 60%, 30%, 28%)
(0.00 / 0.60 / 0.30 / 0.28)

CMYK percentages

%0
%59.56
%30.05
%28.24

Codes

Color #B74A80 in popluar color models

B7 4A 80
RGB 183 74 128
HSL 330° 43.08% 50.39%
HSB/HSV 330° 59.56% 71.76%
CMYK 0.00% 59.56% 30.05%
28.24%

Color #B74A80 in popluar number systems.

HEX B7 4A 80
Decimal 183 74 128
Binary 10110111 1001010 10000000
Octal 267 112 200

Shades and tints

Shades of #B74A80

#B74A80
(183,74,128)
#A74475
(167,68,117)
#973E6A
(151,62,106)
#87385F
(135,56,95)
#773254
(119,50,84)
#672C49
(103,44,73)
#57263E
(87,38,62)
#472033
(71,32,51)
#371A28
(55,26,40)
#27141D
(39,20,29)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #B74A80

#B74A80
(183,74,128)
#BD5A8B
(189,90,139)
#C36A96
(195,106,150)
#C97AA1
(201,122,161)
#CF8AAC
(207,138,172)
#D59AB7
(213,154,183)
#DBAAC2
(219,170,194)
#E1BACD
(225,186,205)
#E7CAD8
(231,202,216)
#EDDAE3
(237,218,227)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74A80 color. Also use rgb(183,74,128) instead hex code.

Text Font Color

.myTextColor { color: #B74A80; }

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

This text font color is #B74A80.

Background Color

.myBgColor { background-color: #B74A80; }

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

This div background color is #B74A80.

Border color

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

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

This div border color is #B74A80.

Opacity

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

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

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

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

This text has shadow with #B74A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B74A80.

Preview

Color preview on black background

This text has color #B74A80 on black background.


Color preview on white background

This text has color #B74A80 on white background.


Black color preview on #B74A80 background

This text has black color on #B74A80 background.


White color preview on #B74A80 background

This text has white color on #B74A80 background.


Related colors

Complementary color

Complementary color for #hex is #48B57F.


I love getcolorcode.com

Triadic colors

1 #80B74A and #4A80B7 with #B74A80 are triadic colors.

2 #804AB7 and #4AB780 with #B74A80 are triadic colors.