COLOR #B97E1A

HEX: #B97E1A
RGB: (185,126,26)

Color info

#B97E1A contains mainly red and green colors. Web safe color of #B97E1A is #CC6600 (or #C60).

RGB color model

#B97E1A color RGB value is (185,126,26).

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

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 26 of 255 = 10%

185
126
26

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

Portions of RGB colors in percentages

R + G + B =
185 + 126 + 26 = 337 (100%)
R 185 of 337 ~ 54.9%
G 126 of 337 ~ 37.39%
B 26 of 337 ~ 7.72%

%54.9
%37.39

CMYK color model

#B97E1A color CMYK value is (0,32,86,27).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 85.95%
  • key color value is 27.45%
CMYK:
(0,32,86,27)
C0M32Y86K27 
(0%,32%,86%,27%)
(0.00/0.32/0.86/0.27)	

CMYK percentages

%0
%31.89
%85.95
%27.45

Codes

Color #B97E1A in popluar color models

B97E1A
RGB18512626
HSL38°75.36%41.37%
HSB/HSV38°85.95%72.55%
CMYK0.00%31.89%85.95%
27.45%

Color #B97E1A in popluar number systems.

HEXB97E1A
Decimal18512626
Binary10111001111111011010
Octal27117632

Shades and tints

Shades of #B97E1A

#B97E1A
(185,126,26)
#A97318
(169,115,24)
#996816
(153,104,22)
#895D14
(137,93,20)
#795212
(121,82,18)
#694710
(105,71,16)
#593C0E
(89,60,14)
#49310C
(73,49,12)
#39260A
(57,38,10)
#291B08
(41,27,8)
#191006
(25,16,6)
#000000
(0,0,0)

Tints of #B97E1A

#B97E1A
(185,126,26)
#BF892E
(191,137,46)
#C59442
(197,148,66)
#CB9F56
(203,159,86)
#D1AA6A
(209,170,106)
#D7B57E
(215,181,126)
#DDC092
(221,192,146)
#E3CBA6
(227,203,166)
#E9D6BA
(233,214,186)
#EFE1CE
(239,225,206)
#F5ECE2
(245,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97E1A; }

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

This text font color is #B97E1A.


Background Color

.myBgColor { background-color: #B97E1A; }

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

This div background color is #B97E1A.


Border color

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

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

This div border color is #B97E1A.


Opacity

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

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

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

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

This text has shadow with #B97E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97E1A on black background.


Color preview on white background

This text has color #B97E1A on white background.



Black color preview on #B97E1A background

This text has black color on #B97E1A background.


White color preview on #B97E1A background

This text has white color on #B97E1A background.