COLOR #B9307B

HEX: #B9307B
RGB: (185,48,123)

Color info

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

RGB color model

#B9307B color RGB value is (185,48,123).

  • red value is 185;
  • green value is 48;
  • blue value is 123.
RGB:
(185,48,123)
(73%,19%,48%)

RGB channels and saturation

R 185 of 255 = 73%
G 48 of 255 = 19%
B 123 of 255 = 48%

185
48
123

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

Portions of RGB colors in percentages

R + G + B =
185 + 48 + 123 = 356 (100%)
R 185 of 356 ~ 51.97%
G 48 of 356 ~ 13.48%
B 123 of 356 ~ 34.55%

%51.97
%13.48
%34.55

CMYK color model

#B9307B color CMYK value is (0,74,34,27).

  • cyan value is 0.00%
  • magenta value is 74.05%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK:
(0,74,34,27)
C0M74Y34K27 
(0%,74%,34%,27%)
(0.00/0.74/0.34/0.27)	

CMYK percentages

%0
%74.05
%33.51
%27.45

Codes

Color #B9307B in popluar color models

B9307B
RGB18548123
HSL327°58.80%45.69%
HSB/HSV327°74.05%72.55%
CMYK0.00%74.05%33.51%
27.45%

Color #B9307B in popluar number systems.

HEXB9307B
Decimal18548123
Binary101110011100001111011
Octal27160173

Shades and tints

Shades of #B9307B

#B9307B
(185,48,123)
#A92C70
(169,44,112)
#992865
(153,40,101)
#89245A
(137,36,90)
#79204F
(121,32,79)
#691C44
(105,28,68)
#591839
(89,24,57)
#49142E
(73,20,46)
#391023
(57,16,35)
#290C18
(41,12,24)
#19080D
(25,8,13)
#000000
(0,0,0)

Tints of #B9307B

#B9307B
(185,48,123)
#BF4287
(191,66,135)
#C55493
(197,84,147)
#CB669F
(203,102,159)
#D178AB
(209,120,171)
#D78AB7
(215,138,183)
#DD9CC3
(221,156,195)
#E3AECF
(227,174,207)
#E9C0DB
(233,192,219)
#EFD2E7
(239,210,231)
#F5E4F3
(245,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9307B color. Also use rgb(185,48,123) instead hex code.

Text Font Color

.myTextColor { color: #B9307B; }

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

This text font color is #B9307B.


Background Color

.myBgColor { background-color: #B9307B; }

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

This div background color is #B9307B.


Border color

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

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

This div border color is #B9307B.


Opacity

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

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

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

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

This text has shadow with #B9307B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9307B on black background.


Color preview on white background

This text has color #B9307B on white background.



Black color preview on #B9307B background

This text has black color on #B9307B background.


White color preview on #B9307B background

This text has white color on #B9307B background.