COLOR #B97A3A

HEX: #B97A3A
RGB: (185,122,58)

Color info

#B97A3A contains mainly red color. Web safe color of #B97A3A is #CC6633 (or #C63).

RGB color model

#B97A3A color RGB value is (185,122,58).

  • red value is 185;
  • green value is 122;
  • blue value is 58.
RGB:
(185,122,58)
(73%,48%,23%)

RGB channels and saturation

R 185 of 255 = 73%
G 122 of 255 = 48%
B 58 of 255 = 23%

185
122
58

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

Portions of RGB colors in percentages

R + G + B =
185 + 122 + 58 = 365 (100%)
R 185 of 365 ~ 50.68%
G 122 of 365 ~ 33.42%
B 58 of 365 ~ 15.89%

%50.68
%33.42
%15.89

CMYK color model

#B97A3A color CMYK value is (0,34,69,27).

  • cyan value is 0.00%
  • magenta value is 34.05%
  • yellow value is 68.65%
  • key color value is 27.45%
CMYK:
(0,34,69,27)
C0M34Y69K27 
(0%,34%,69%,27%)
(0.00/0.34/0.69/0.27)	

CMYK percentages

%0
%34.05
%68.65
%27.45

Codes

Color #B97A3A in popluar color models

B97A3A
RGB18512258
HSL30°52.26%47.65%
HSB/HSV30°68.65%72.55%
CMYK0.00%34.05%68.65%
27.45%

Color #B97A3A in popluar number systems.

HEXB97A3A
Decimal18512258
Binary101110011111010111010
Octal27117272

Shades and tints

Shades of #B97A3A

#B97A3A
(185,122,58)
#A96F35
(169,111,53)
#996430
(153,100,48)
#89592B
(137,89,43)
#794E26
(121,78,38)
#694321
(105,67,33)
#59381C
(89,56,28)
#492D17
(73,45,23)
#392212
(57,34,18)
#29170D
(41,23,13)
#190C08
(25,12,8)
#000000
(0,0,0)

Tints of #B97A3A

#B97A3A
(185,122,58)
#BF864B
(191,134,75)
#C5925C
(197,146,92)
#CB9E6D
(203,158,109)
#D1AA7E
(209,170,126)
#D7B68F
(215,182,143)
#DDC2A0
(221,194,160)
#E3CEB1
(227,206,177)
#E9DAC2
(233,218,194)
#EFE6D3
(239,230,211)
#F5F2E4
(245,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97A3A color. Also use rgb(185,122,58) instead hex code.

Text Font Color

.myTextColor { color: #B97A3A; }

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

This text font color is #B97A3A.


Background Color

.myBgColor { background-color: #B97A3A; }

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

This div background color is #B97A3A.


Border color

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

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

This div border color is #B97A3A.


Opacity

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

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

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

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

This text has shadow with #B97A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97A3A on black background.


Color preview on white background

This text has color #B97A3A on white background.



Black color preview on #B97A3A background

This text has black color on #B97A3A background.


White color preview on #B97A3A background

This text has white color on #B97A3A background.