COLOR #B95B1A

HEX: #B95B1A
RGB: (185,91,26)

Color info

#B95B1A contains mainly red color. Web safe color of #B95B1A is #CC6600 (or #C60).

RGB color model

#B95B1A color RGB value is (185,91,26).

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

RGB channels and saturation

R 185 of 255 = 73%
G 91 of 255 = 36%
B 26 of 255 = 10%

185
91
26

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

Portions of RGB colors in percentages

R + G + B =
185 + 91 + 26 = 302 (100%)
R 185 of 302 ~ 61.26%
G 91 of 302 ~ 30.13%
B 26 of 302 ~ 8.61%

%61.26
%30.13

CMYK color model

#B95B1A color CMYK value is (0,51,86,27).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 85.95%
  • key color value is 27.45%
CMYK:
(0,51,86,27)
C0M51Y86K27 
(0%,51%,86%,27%)
(0.00/0.51/0.86/0.27)	

CMYK percentages

%0
%50.81
%85.95
%27.45

Codes

Color #B95B1A in popluar color models

B95B1A
RGB1859126
HSL25°75.36%41.37%
HSB/HSV25°85.95%72.55%
CMYK0.00%50.81%85.95%
27.45%

Color #B95B1A in popluar number systems.

HEXB95B1A
Decimal1859126
Binary10111001101101111010
Octal27113332

Shades and tints

Shades of #B95B1A

#B95B1A
(185,91,26)
#A95318
(169,83,24)
#994B16
(153,75,22)
#894314
(137,67,20)
#793B12
(121,59,18)
#693310
(105,51,16)
#592B0E
(89,43,14)
#49230C
(73,35,12)
#391B0A
(57,27,10)
#291308
(41,19,8)
#190B06
(25,11,6)
#000000
(0,0,0)

Tints of #B95B1A

#B95B1A
(185,91,26)
#BF692E
(191,105,46)
#C57742
(197,119,66)
#CB8556
(203,133,86)
#D1936A
(209,147,106)
#D7A17E
(215,161,126)
#DDAF92
(221,175,146)
#E3BDA6
(227,189,166)
#E9CBBA
(233,203,186)
#EFD9CE
(239,217,206)
#F5E7E2
(245,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B95B1A; }

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

This text font color is #B95B1A.


Background Color

.myBgColor { background-color: #B95B1A; }

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

This div background color is #B95B1A.


Border color

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

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

This div border color is #B95B1A.


Opacity

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

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

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

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

This text has shadow with #B95B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95B1A on black background.


Color preview on white background

This text has color #B95B1A on white background.



Black color preview on #B95B1A background

This text has black color on #B95B1A background.


White color preview on #B95B1A background

This text has white color on #B95B1A background.