COLOR #B94D4D

HEX: #B94D4D
RGB: (185,77,77)

Color info

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

RGB color model

#B94D4D color RGB value is (185,77,77).

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

RGB channels and saturation

R 185 of 255 = 73%
G 77 of 255 = 30%
B 77 of 255 = 30%

185
77
77

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

Portions of RGB colors in percentages

R + G + B =
185 + 77 + 77 = 339 (100%)
R 185 of 339 ~ 54.57%
G 77 of 339 ~ 22.71%
B 77 of 339 ~ 22.71%

%54.57
%22.71
%22.71

CMYK color model

#B94D4D color CMYK value is (0,58,58,27).

  • cyan value is 0.00%
  • magenta value is 58.38%
  • yellow value is 58.38%
  • key color value is 27.45%
CMYK:
(0,58,58,27)
C0M58Y58K27 
(0%,58%,58%,27%)
(0.00/0.58/0.58/0.27)	

CMYK percentages

%0
%58.38
%58.38
%27.45

Codes

Color #B94D4D in popluar color models

B94D4D
RGB1857777
HSL43.55%51.37%
HSB/HSV58.38%72.55%
CMYK0.00%58.38%58.38%
27.45%

Color #B94D4D in popluar number systems.

HEXB94D4D
Decimal1857777
Binary1011100110011011001101
Octal271115115

Shades and tints

Shades of #B94D4D

#B94D4D
(185,77,77)
#A94646
(169,70,70)
#993F3F
(153,63,63)
#893838
(137,56,56)
#793131
(121,49,49)
#692A2A
(105,42,42)
#592323
(89,35,35)
#491C1C
(73,28,28)
#391515
(57,21,21)
#290E0E
(41,14,14)
#190707
(25,7,7)
#000000
(0,0,0)

Tints of #B94D4D

#B94D4D
(185,77,77)
#BF5D5D
(191,93,93)
#C56D6D
(197,109,109)
#CB7D7D
(203,125,125)
#D18D8D
(209,141,141)
#D79D9D
(215,157,157)
#DDADAD
(221,173,173)
#E3BDBD
(227,189,189)
#E9CDCD
(233,205,205)
#EFDDDD
(239,221,221)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94D4D; }

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

This text font color is #B94D4D.


Background Color

.myBgColor { background-color: #B94D4D; }

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

This div background color is #B94D4D.


Border color

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

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

This div border color is #B94D4D.


Opacity

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

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

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

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

This text has shadow with #B94D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94D4D on black background.


Color preview on white background

This text has color #B94D4D on white background.



Black color preview on #B94D4D background

This text has black color on #B94D4D background.


White color preview on #B94D4D background

This text has white color on #B94D4D background.