COLOR #B97814

HEX: #B97814
RGB: (185,120,20)

Color info

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

RGB color model

#B97814 color RGB value is (185,120,20).

  • red value is 185;
  • green value is 120;
  • blue value is 20.
RGB:
(185,120,20)
(73%,47%,8%)

RGB channels and saturation

R 185 of 255 = 73%
G 120 of 255 = 47%
B 20 of 255 = 8%

185
120
20

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

Portions of RGB colors in percentages

R + G + B =
185 + 120 + 20 = 325 (100%)
R 185 of 325 ~ 56.92%
G 120 of 325 ~ 36.92%
B 20 of 325 ~ 6.15%

%56.92
%36.92

CMYK color model

#B97814 color CMYK value is (0,35,89,27).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 89.19%
  • key color value is 27.45%
CMYK:
(0,35,89,27)
C0M35Y89K27 
(0%,35%,89%,27%)
(0.00/0.35/0.89/0.27)	

CMYK percentages

%0
%35.14
%89.19
%27.45

Codes

Color #B97814 in popluar color models

B97814
RGB18512020
HSL36°80.49%40.20%
HSB/HSV36°89.19%72.55%
CMYK0.00%35.14%89.19%
27.45%

Color #B97814 in popluar number systems.

HEXB97814
Decimal18512020
Binary10111001111100010100
Octal27117024

Shades and tints

Shades of #B97814

#B97814
(185,120,20)
#A96E13
(169,110,19)
#996412
(153,100,18)
#895A11
(137,90,17)
#795010
(121,80,16)
#69460F
(105,70,15)
#593C0E
(89,60,14)
#49320D
(73,50,13)
#39280C
(57,40,12)
#291E0B
(41,30,11)
#19140A
(25,20,10)
#000000
(0,0,0)

Tints of #B97814

#B97814
(185,120,20)
#BF8429
(191,132,41)
#C5903E
(197,144,62)
#CB9C53
(203,156,83)
#D1A868
(209,168,104)
#D7B47D
(215,180,125)
#DDC092
(221,192,146)
#E3CCA7
(227,204,167)
#E9D8BC
(233,216,188)
#EFE4D1
(239,228,209)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97814 color. Also use rgb(185,120,20) instead hex code.

Text Font Color

.myTextColor { color: #B97814; }

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

This text font color is #B97814.


Background Color

.myBgColor { background-color: #B97814; }

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

This div background color is #B97814.


Border color

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

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

This div border color is #B97814.


Opacity

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

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

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

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

This text has shadow with #B97814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97814 on black background.


Color preview on white background

This text has color #B97814 on white background.



Black color preview on #B97814 background

This text has black color on #B97814 background.


White color preview on #B97814 background

This text has white color on #B97814 background.