COLOR #B98378

HEX: #B98378
RGB: (185,131,120)

Color info

#B98378 contains mainly red and green colors. Web safe color of #B98378 is #CC9966 (or #C96).

RGB color model

#B98378 color RGB value is (185,131,120).

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

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 120 of 255 = 47%

185
131
120

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

Portions of RGB colors in percentages

R + G + B =
185 + 131 + 120 = 436 (100%)
R 185 of 436 ~ 42.43%
G 131 of 436 ~ 30.05%
B 120 of 436 ~ 27.52%

%42.43
%30.05
%27.52

CMYK color model

#B98378 color CMYK value is (0,29,35,27).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 35.14%
  • key color value is 27.45%
CMYK:
(0,29,35,27)
C0M29Y35K27 
(0%,29%,35%,27%)
(0.00/0.29/0.35/0.27)	

CMYK percentages

%0
%29.19
%35.14
%27.45

Codes

Color #B98378 in popluar color models

B98378
RGB185131120
HSL10°31.71%59.80%
HSB/HSV10°35.14%72.55%
CMYK0.00%29.19%35.14%
27.45%

Color #B98378 in popluar number systems.

HEXB98378
Decimal185131120
Binary10111001100000111111000
Octal271203170

Shades and tints

Shades of #B98378

#B98378
(185,131,120)
#A9786E
(169,120,110)
#996D64
(153,109,100)
#89625A
(137,98,90)
#795750
(121,87,80)
#694C46
(105,76,70)
#59413C
(89,65,60)
#493632
(73,54,50)
#392B28
(57,43,40)
#29201E
(41,32,30)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #B98378

#B98378
(185,131,120)
#BF8E84
(191,142,132)
#C59990
(197,153,144)
#CBA49C
(203,164,156)
#D1AFA8
(209,175,168)
#D7BAB4
(215,186,180)
#DDC5C0
(221,197,192)
#E3D0CC
(227,208,204)
#E9DBD8
(233,219,216)
#EFE6E4
(239,230,228)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B98378; }

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

This text font color is #B98378.


Background Color

.myBgColor { background-color: #B98378; }

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

This div background color is #B98378.


Border color

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

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

This div border color is #B98378.


Opacity

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

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

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

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

This text has shadow with #B98378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98378 on black background.


Color preview on white background

This text has color #B98378 on white background.



Black color preview on #B98378 background

This text has black color on #B98378 background.


White color preview on #B98378 background

This text has white color on #B98378 background.