COLOR #B94D1A

HEX: #B94D1A
RGB: (185,77,26)

Color info

#B94D1A contains mainly red color. Web safe color of #B94D1A is #CC3300 (or #C30).

RGB color model

#B94D1A color RGB value is (185,77,26).

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

RGB channels and saturation

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

185
77
26

R + G + B ~ 38%. #B94D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 77 + 26 = 288 (100%)
R 185 of 288 ~ 64.24%
G 77 of 288 ~ 26.74%
B 26 of 288 ~ 9.03%

%64.24
%26.74

CMYK color model

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

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

CMYK percentages

%0
%58.38
%85.95
%27.45

Codes

Color #B94D1A in popluar color models

B94D1A
RGB1857726
HSL19°75.36%41.37%
HSB/HSV19°85.95%72.55%
CMYK0.00%58.38%85.95%
27.45%

Color #B94D1A in popluar number systems.

HEXB94D1A
Decimal1857726
Binary10111001100110111010
Octal27111532

Shades and tints

Shades of #B94D1A

#B94D1A
(185,77,26)
#A94618
(169,70,24)
#993F16
(153,63,22)
#893814
(137,56,20)
#793112
(121,49,18)
#692A10
(105,42,16)
#59230E
(89,35,14)
#491C0C
(73,28,12)
#39150A
(57,21,10)
#290E08
(41,14,8)
#190706
(25,7,6)
#000000
(0,0,0)

Tints of #B94D1A

#B94D1A
(185,77,26)
#BF5D2E
(191,93,46)
#C56D42
(197,109,66)
#CB7D56
(203,125,86)
#D18D6A
(209,141,106)
#D79D7E
(215,157,126)
#DDAD92
(221,173,146)
#E3BDA6
(227,189,166)
#E9CDBA
(233,205,186)
#EFDDCE
(239,221,206)
#F5EDE2
(245,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B94D1A; }

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

This text font color is #B94D1A.


Background Color

.myBgColor { background-color: #B94D1A; }

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

This div background color is #B94D1A.


Border color

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

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

This div border color is #B94D1A.


Opacity

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

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

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

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

This text has shadow with #B94D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94D1A on black background.


Color preview on white background

This text has color #B94D1A on white background.



Black color preview on #B94D1A background

This text has black color on #B94D1A background.


White color preview on #B94D1A background

This text has white color on #B94D1A background.