COLOR #B94729

HEX: #B94729
RGB: (185,71,41)

Color info

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

RGB color model

#B94729 color RGB value is (185,71,41).

  • red value is 185;
  • green value is 71;
  • blue value is 41.
RGB:
(185,71,41)
(73%,28%,16%)

RGB channels and saturation

R 185 of 255 = 73%
G 71 of 255 = 28%
B 41 of 255 = 16%

185
71
41

R + G + B ~ 39%. #B94729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 71 + 41 = 297 (100%)
R 185 of 297 ~ 62.29%
G 71 of 297 ~ 23.91%
B 41 of 297 ~ 13.8%

%62.29
%23.91
%13.8

CMYK color model

#B94729 color CMYK value is (0,62,78,27).

  • cyan value is 0.00%
  • magenta value is 61.62%
  • yellow value is 77.84%
  • key color value is 27.45%
CMYK:
(0,62,78,27)
C0M62Y78K27 
(0%,62%,78%,27%)
(0.00/0.62/0.78/0.27)	

CMYK percentages

%0
%61.62
%77.84
%27.45

Codes

Color #B94729 in popluar color models

B94729
RGB1857141
HSL13°63.72%44.31%
HSB/HSV13°77.84%72.55%
CMYK0.00%61.62%77.84%
27.45%

Color #B94729 in popluar number systems.

HEXB94729
Decimal1857141
Binary101110011000111101001
Octal27110751

Shades and tints

Shades of #B94729

#B94729
(185,71,41)
#A94126
(169,65,38)
#993B23
(153,59,35)
#893520
(137,53,32)
#792F1D
(121,47,29)
#69291A
(105,41,26)
#592317
(89,35,23)
#491D14
(73,29,20)
#391711
(57,23,17)
#29110E
(41,17,14)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #B94729

#B94729
(185,71,41)
#BF573C
(191,87,60)
#C5674F
(197,103,79)
#CB7762
(203,119,98)
#D18775
(209,135,117)
#D79788
(215,151,136)
#DDA79B
(221,167,155)
#E3B7AE
(227,183,174)
#E9C7C1
(233,199,193)
#EFD7D4
(239,215,212)
#F5E7E7
(245,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94729; }

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

This text font color is #B94729.


Background Color

.myBgColor { background-color: #B94729; }

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

This div background color is #B94729.


Border color

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

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

This div border color is #B94729.


Opacity

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

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

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

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

This text has shadow with #B94729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94729 on black background.


Color preview on white background

This text has color #B94729 on white background.



Black color preview on #B94729 background

This text has black color on #B94729 background.


White color preview on #B94729 background

This text has white color on #B94729 background.