COLOR #B98A4D

HEX: #B98A4D
RGB: (185,138,77)

Color info

#B98A4D contains mainly red and green colors. Web safe color of #B98A4D is #CC9933 (or #C93).

RGB color model

#B98A4D color RGB value is (185,138,77).

  • red value is 185;
  • green value is 138;
  • blue value is 77.
RGB:
(185,138,77)
(73%,54%,30%)

RGB channels and saturation

R 185 of 255 = 73%
G 138 of 255 = 54%
B 77 of 255 = 30%

185
138
77

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

Portions of RGB colors in percentages

R + G + B =
185 + 138 + 77 = 400 (100%)
R 185 of 400 ~ 46.25%
G 138 of 400 ~ 34.5%
B 77 of 400 ~ 19.25%

%46.25
%34.5
%19.25

CMYK color model

#B98A4D color CMYK value is (0,25,58,27).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 58.38%
  • key color value is 27.45%
CMYK:
(0,25,58,27)
C0M25Y58K27 
(0%,25%,58%,27%)
(0.00/0.25/0.58/0.27)	

CMYK percentages

%0
%25.41
%58.38
%27.45

Codes

Color #B98A4D in popluar color models

B98A4D
RGB18513877
HSL34°43.55%51.37%
HSB/HSV34°58.38%72.55%
CMYK0.00%25.41%58.38%
27.45%

Color #B98A4D in popluar number systems.

HEXB98A4D
Decimal18513877
Binary10111001100010101001101
Octal271212115

Shades and tints

Shades of #B98A4D

#B98A4D
(185,138,77)
#A97E46
(169,126,70)
#99723F
(153,114,63)
#896638
(137,102,56)
#795A31
(121,90,49)
#694E2A
(105,78,42)
#594223
(89,66,35)
#49361C
(73,54,28)
#392A15
(57,42,21)
#291E0E
(41,30,14)
#191207
(25,18,7)
#000000
(0,0,0)

Tints of #B98A4D

#B98A4D
(185,138,77)
#BF945D
(191,148,93)
#C59E6D
(197,158,109)
#CBA87D
(203,168,125)
#D1B28D
(209,178,141)
#D7BC9D
(215,188,157)
#DDC6AD
(221,198,173)
#E3D0BD
(227,208,189)
#E9DACD
(233,218,205)
#EFE4DD
(239,228,221)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98A4D color. Also use rgb(185,138,77) instead hex code.

Text Font Color

.myTextColor { color: #B98A4D; }

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

This text font color is #B98A4D.


Background Color

.myBgColor { background-color: #B98A4D; }

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

This div background color is #B98A4D.


Border color

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

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

This div border color is #B98A4D.


Opacity

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

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

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

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

This text has shadow with #B98A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98A4D on black background.


Color preview on white background

This text has color #B98A4D on white background.



Black color preview on #B98A4D background

This text has black color on #B98A4D background.


White color preview on #B98A4D background

This text has white color on #B98A4D background.