COLOR #B93288

HEX: #B93288
RGB: (185,50,136)

Color info

#B93288 contains mainly red and blue colors. Web safe color of #B93288 is #CC3399 (or #C39).

RGB color model

#B93288 color RGB value is (185,50,136).

  • red value is 185;
  • green value is 50;
  • blue value is 136.
RGB:
(185,50,136)
(73%,20%,53%)

RGB channels and saturation

R 185 of 255 = 73%
G 50 of 255 = 20%
B 136 of 255 = 53%

185
50
136

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

Portions of RGB colors in percentages

R + G + B =
185 + 50 + 136 = 371 (100%)
R 185 of 371 ~ 49.87%
G 50 of 371 ~ 13.48%
B 136 of 371 ~ 36.66%

%49.87
%13.48
%36.66

CMYK color model

#B93288 color CMYK value is (0,73,26,27).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(0,73,26,27)
C0M73Y26K27 
(0%,73%,26%,27%)
(0.00/0.73/0.26/0.27)	

CMYK percentages

%0
%72.97
%26.49
%27.45

Codes

Color #B93288 in popluar color models

B93288
RGB18550136
HSL322°57.45%46.08%
HSB/HSV322°72.97%72.55%
CMYK0.00%72.97%26.49%
27.45%

Color #B93288 in popluar number systems.

HEXB93288
Decimal18550136
Binary1011100111001010001000
Octal27162210

Shades and tints

Shades of #B93288

#B93288
(185,50,136)
#A92E7C
(169,46,124)
#992A70
(153,42,112)
#892664
(137,38,100)
#792258
(121,34,88)
#691E4C
(105,30,76)
#591A40
(89,26,64)
#491634
(73,22,52)
#391228
(57,18,40)
#290E1C
(41,14,28)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #B93288

#B93288
(185,50,136)
#BF4492
(191,68,146)
#C5569C
(197,86,156)
#CB68A6
(203,104,166)
#D17AB0
(209,122,176)
#D78CBA
(215,140,186)
#DD9EC4
(221,158,196)
#E3B0CE
(227,176,206)
#E9C2D8
(233,194,216)
#EFD4E2
(239,212,226)
#F5E6EC
(245,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93288 color. Also use rgb(185,50,136) instead hex code.

Text Font Color

.myTextColor { color: #B93288; }

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

This text font color is #B93288.


Background Color

.myBgColor { background-color: #B93288; }

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

This div background color is #B93288.


Border color

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

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

This div border color is #B93288.


Opacity

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

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

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

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

This text has shadow with #B93288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93288 on black background.


Color preview on white background

This text has color #B93288 on white background.



Black color preview on #B93288 background

This text has black color on #B93288 background.


White color preview on #B93288 background

This text has white color on #B93288 background.