COLOR #B93B50

HEX: #B93B50 RGB: (185,59,80)

Color info

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

RGB color model

#B93B50 color RGB value is (185,59,80).

RGB: (185,59,80) (73%, 23%, 31%)

RGB channels and saturation

R 185 of 255 = 73%
G 59 of 255 = 23%
B 80 of 255 = 31%

185
59
80

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

Portions of RGB colors in percentages

R + G + B = 185 + 59 + 80 = 324 (100%)
R 185 of 324 ~ 57.1%
G 59 of 324 ~ 18.21%
B 80 of 324 ~ 24.69'%

%57.1
%18.21
%24.69

CMYK color model

#B93B50 color CMYK value is (0,68,57,27).

  • cyan value is 0.00%
  • magenta value is 68.11%
  • yellow value is 56.76%
  • key color value is 27.45%

CMYK: (0,68,57,27)
C0M68Y57K27 (0%, 68%, 57%, 27%)
(0.00 / 0.68 / 0.57 / 0.27)

CMYK percentages

%0
%68.11
%56.76
%27.45

Codes

Color #B93B50 in popluar color models

B9 3B 50
RGB 185 59 80
HSL 350° 51.64% 47.84%
HSB/HSV 350° 68.11% 72.55%
CMYK 0.00% 68.11% 56.76%
27.45%

Color #B93B50 in popluar number systems.

HEX B9 3B 50
Decimal 185 59 80
Binary 10111001 111011 1010000
Octal 271 73 120

Shades and tints

Shades of #B93B50

#B93B50
(185,59,80)
#A93649
(169,54,73)
#993142
(153,49,66)
#892C3B
(137,44,59)
#792734
(121,39,52)
#69222D
(105,34,45)
#591D26
(89,29,38)
#49181F
(73,24,31)
#391318
(57,19,24)
#290E11
(41,14,17)
#19090A
(25,9,10)
#000000
(0,0,0)

Tints of #B93B50

#B93B50
(185,59,80)
#BF4C5F
(191,76,95)
#C55D6E
(197,93,110)
#CB6E7D
(203,110,125)
#D17F8C
(209,127,140)
#D7909B
(215,144,155)
#DDA1AA
(221,161,170)
#E3B2B9
(227,178,185)
#E9C3C8
(233,195,200)
#EFD4D7
(239,212,215)
#F5E5E6
(245,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93B50 color. Also use rgb(185,59,80) instead hex code.

Text Font Color

.myTextColor { color: #B93B50; }

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

This text font color is #B93B50.

Background Color

.myBgColor { background-color: #B93B50; }

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

This div background color is #B93B50.

Border color

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

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

This div border color is #B93B50.

Opacity

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

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

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

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

This text has shadow with #B93B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B93B50.

Preview

Color preview on black background

This text has color #B93B50 on black background.


Color preview on white background

This text has color #B93B50 on white background.


Black color preview on #B93B50 background

This text has black color on #B93B50 background.


White color preview on #B93B50 background

This text has white color on #B93B50 background.


Related colors

Complementary color

Complementary color for #hex is #46C4AF.


I love getcolorcode.com

Triadic colors

1 #50B93B and #3B50B9 with #B93B50 are triadic colors.

2 #503BB9 and #3BB950 with #B93B50 are triadic colors.