COLOR #B94930

HEX: #B94930 RGB: (185,73,48)

Color info

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

RGB color model

#B94930 color RGB value is (185,73,48).

RGB: (185,73,48) (73%, 29%, 19%)

RGB channels and saturation

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

185
73
48

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

Portions of RGB colors in percentages

R + G + B = 185 + 73 + 48 = 306 (100%)
R 185 of 306 ~ 60.46%
G 73 of 306 ~ 23.86%
B 48 of 306 ~ 15.69'%

%60.46
%23.86
%15.69

CMYK color model

#B94930 color CMYK value is (0,61,74,27).

  • cyan value is 0.00%
  • magenta value is 60.54%
  • yellow value is 74.05%
  • key color value is 27.45%
CMYK: (0,61,74,27) C0M61Y74K27 (0%,61%,74%,27%) (0.00/0.61/0.74/0.27) 

CMYK percentages

%0
%60.54
%74.05
%27.45

Codes

Color #B94930 in popluar color models

B9 49 30
RGB 185 73 48
HSL 11° 58.80% 45.69%
HSB/HSV 11° 74.05% 72.55%
CMYK 0.00% 60.54% 74.05%
27.45%

Color #B94930 in popluar number systems.

HEX B9 49 30
Decimal 185 73 48
Binary 10111001 1001001 110000
Octal 271 111 60

Shades and tints

Shades of #B94930

#B94930
(185,73,48)
#A9432C
(169,67,44)
#993D28
(153,61,40)
#893724
(137,55,36)
#793120
(121,49,32)
#692B1C
(105,43,28)
#592518
(89,37,24)
#491F14
(73,31,20)
#391910
(57,25,16)
#29130C
(41,19,12)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #B94930

#B94930
(185,73,48)
#BF5942
(191,89,66)
#C56954
(197,105,84)
#CB7966
(203,121,102)
#D18978
(209,137,120)
#D7998A
(215,153,138)
#DDA99C
(221,169,156)
#E3B9AE
(227,185,174)
#E9C9C0
(233,201,192)
#EFD9D2
(239,217,210)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94930; }

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

This text font color is #B94930.

Background Color

.myBgColor { background-color: #B94930; }

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

This div background color is #B94930.

Border color

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

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

This div border color is #B94930.

Opacity

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

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

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

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

This text has shadow with #B94930 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B94930.

Preview

Color preview on black background

This text has color #B94930 on black background.


Color preview on white background

This text has color #B94930 on white background.


Black color preview on #B94930 background

This text has black color on #B94930 background.


White color preview on #B94930 background

This text has white color on #B94930 background.


Related colors

Complementary color

Complementary color for #hex is #46B6CF.


I love getcolorcode.com

Triadic colors

1 #30B949 and #4930B9 with #B94930 are triadic colors.

2 #3049B9 and #49B930 with #B94930 are triadic colors.