COLOR #B74D74

HEX: #B74D74 RGB: (183,77,116)

Color info

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

RGB color model

#B74D74 color RGB value is (183,77,116).

RGB: (183,77,116) (72%, 30%, 45%)

RGB channels and saturation

R 183 of 255 = 72%
G 77 of 255 = 30%
B 116 of 255 = 45%

183
77
116

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

Portions of RGB colors in percentages

R + G + B = 183 + 77 + 116 = 376 (100%)
R 183 of 376 ~ 48.67%
G 77 of 376 ~ 20.48%
B 116 of 376 ~ 30.85'%

%48.67
%20.48
%30.85

CMYK color model

#B74D74 color CMYK value is (0,58,37,28).

  • cyan value is 0.00%
  • magenta value is 57.92%
  • yellow value is 36.61%
  • key color value is 28.24%

CMYK: (0,58,37,28)
C0M58Y37K28 (0%, 58%, 37%, 28%)
(0.00 / 0.58 / 0.37 / 0.28)

CMYK percentages

%0
%57.92
%36.61
%28.24

Codes

Color #B74D74 in popluar color models

B7 4D 74
RGB 183 77 116
HSL 338° 42.40% 50.98%
HSB/HSV 338° 57.92% 71.76%
CMYK 0.00% 57.92% 36.61%
28.24%

Color #B74D74 in popluar number systems.

HEX B7 4D 74
Decimal 183 77 116
Binary 10110111 1001101 1110100
Octal 267 115 164

Shades and tints

Shades of #B74D74

#B74D74
(183,77,116)
#A7466A
(167,70,106)
#973F60
(151,63,96)
#873856
(135,56,86)
#77314C
(119,49,76)
#672A42
(103,42,66)
#572338
(87,35,56)
#471C2E
(71,28,46)
#371524
(55,21,36)
#270E1A
(39,14,26)
#170710
(23,7,16)
#000000
(0,0,0)

Tints of #B74D74

#B74D74
(183,77,116)
#BD5D80
(189,93,128)
#C36D8C
(195,109,140)
#C97D98
(201,125,152)
#CF8DA4
(207,141,164)
#D59DB0
(213,157,176)
#DBADBC
(219,173,188)
#E1BDC8
(225,189,200)
#E7CDD4
(231,205,212)
#EDDDE0
(237,221,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74D74 color. Also use rgb(183,77,116) instead hex code.

Text Font Color

.myTextColor { color: #B74D74; }

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

This text font color is #B74D74.

Background Color

.myBgColor { background-color: #B74D74; }

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

This div background color is #B74D74.

Border color

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

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

This div border color is #B74D74.

Opacity

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

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

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

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

This text has shadow with #B74D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B74D74.

Preview

Color preview on black background

This text has color #B74D74 on black background.


Color preview on white background

This text has color #B74D74 on white background.


Black color preview on #B74D74 background

This text has black color on #B74D74 background.


White color preview on #B74D74 background

This text has white color on #B74D74 background.


Related colors

Complementary color

Complementary color for #hex is #48B28B.


I love getcolorcode.com

Triadic colors

1 #74B74D and #4D74B7 with #B74D74 are triadic colors.

2 #744DB7 and #4DB774 with #B74D74 are triadic colors.