COLOR #B9334C

HEX: #B9334C
RGB: (185,51,76)

Color info

#B9334C contains mainly red color. Web safe color of #B9334C is #CC3333 (or #C33).

RGB color model

#B9334C color RGB value is (185,51,76).

  • red value is 185;
  • green value is 51;
  • blue value is 76.
RGB:
(185,51,76)
(73%,20%,30%)

RGB channels and saturation

R 185 of 255 = 73%
G 51 of 255 = 20%
B 76 of 255 = 30%

185
51
76

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

Portions of RGB colors in percentages

R + G + B =
185 + 51 + 76 = 312 (100%)
R 185 of 312 ~ 59.29%
G 51 of 312 ~ 16.35%
B 76 of 312 ~ 24.36%

%59.29
%16.35
%24.36

CMYK color model

#B9334C color CMYK value is (0,72,59,27).

  • cyan value is 0.00%
  • magenta value is 72.43%
  • yellow value is 58.92%
  • key color value is 27.45%
CMYK:
(0,72,59,27)
C0M72Y59K27 
(0%,72%,59%,27%)
(0.00/0.72/0.59/0.27)	

CMYK percentages

%0
%72.43
%58.92
%27.45

Codes

Color #B9334C in popluar color models

B9334C
RGB1855176
HSL349°56.78%46.27%
HSB/HSV349°72.43%72.55%
CMYK0.00%72.43%58.92%
27.45%

Color #B9334C in popluar number systems.

HEXB9334C
Decimal1855176
Binary101110011100111001100
Octal27163114

Shades and tints

Shades of #B9334C

#B9334C
(185,51,76)
#A92F46
(169,47,70)
#992B40
(153,43,64)
#89273A
(137,39,58)
#792334
(121,35,52)
#691F2E
(105,31,46)
#591B28
(89,27,40)
#491722
(73,23,34)
#39131C
(57,19,28)
#290F16
(41,15,22)
#190B10
(25,11,16)
#000000
(0,0,0)

Tints of #B9334C

#B9334C
(185,51,76)
#BF455C
(191,69,92)
#C5576C
(197,87,108)
#CB697C
(203,105,124)
#D17B8C
(209,123,140)
#D78D9C
(215,141,156)
#DD9FAC
(221,159,172)
#E3B1BC
(227,177,188)
#E9C3CC
(233,195,204)
#EFD5DC
(239,213,220)
#F5E7EC
(245,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9334C color. Also use rgb(185,51,76) instead hex code.

Text Font Color

.myTextColor { color: #B9334C; }

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

This text font color is #B9334C.


Background Color

.myBgColor { background-color: #B9334C; }

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

This div background color is #B9334C.


Border color

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

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

This div border color is #B9334C.


Opacity

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

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

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

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

This text has shadow with #B9334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9334C on black background.


Color preview on white background

This text has color #B9334C on white background.



Black color preview on #B9334C background

This text has black color on #B9334C background.


White color preview on #B9334C background

This text has white color on #B9334C background.