COLOR #B9884A

HEX: #B9884A RGB: (185,136,74)

Color info

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

RGB color model

#B9884A color RGB value is (185,136,74).

RGB: (185,136,74) (73%, 53%, 29%)

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 74 of 255 = 29%

185
136
74

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

Portions of RGB colors in percentages

R + G + B = 185 + 136 + 74 = 395 (100%)
R 185 of 395 ~ 46.84%
G 136 of 395 ~ 34.43%
B 74 of 395 ~ 18.73'%

%46.84
%34.43
%18.73

CMYK color model

#B9884A color CMYK value is (0,26,60,27).

  • cyan value is 0.00%
  • magenta value is 26.49%
  • yellow value is 60.00%
  • key color value is 27.45%

CMYK: (0,26,60,27)
C0M26Y60K27 (0%, 26%, 60%, 27%)
(0.00 / 0.26 / 0.60 / 0.27)

CMYK percentages

%0
%26.49
%60
%27.45

Codes

Color #B9884A in popluar color models

B9 88 4A
RGB 185 136 74
HSL 34° 44.22% 50.78%
HSB/HSV 34° 60.00% 72.55%
CMYK 0.00% 26.49% 60.00%
27.45%

Color #B9884A in popluar number systems.

HEX B9 88 4A
Decimal 185 136 74
Binary 10111001 10001000 1001010
Octal 271 210 112

Shades and tints

Shades of #B9884A

#B9884A
(185,136,74)
#A97C44
(169,124,68)
#99703E
(153,112,62)
#896438
(137,100,56)
#795832
(121,88,50)
#694C2C
(105,76,44)
#594026
(89,64,38)
#493420
(73,52,32)
#39281A
(57,40,26)
#291C14
(41,28,20)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B9884A

#B9884A
(185,136,74)
#BF925A
(191,146,90)
#C59C6A
(197,156,106)
#CBA67A
(203,166,122)
#D1B08A
(209,176,138)
#D7BA9A
(215,186,154)
#DDC4AA
(221,196,170)
#E3CEBA
(227,206,186)
#E9D8CA
(233,216,202)
#EFE2DA
(239,226,218)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9884A color. Also use rgb(185,136,74) instead hex code.

Text Font Color

.myTextColor { color: #B9884A; }

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

This text font color is #B9884A.

Background Color

.myBgColor { background-color: #B9884A; }

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

This div background color is #B9884A.

Border color

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

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

This div border color is #B9884A.

Opacity

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

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

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

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

This text has shadow with #B9884A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9884A.

Preview

Color preview on black background

This text has color #B9884A on black background.


Color preview on white background

This text has color #B9884A on white background.


Black color preview on #B9884A background

This text has black color on #B9884A background.


White color preview on #B9884A background

This text has white color on #B9884A background.


Related colors

Complementary color

Complementary color for #hex is #4677B5.


I love getcolorcode.com

Triadic colors

1 #4AB988 and #884AB9 with #B9884A are triadic colors.

2 #4A88B9 and #88B94A with #B9884A are triadic colors.