COLOR #B9892C

HEX: #B9892C
RGB: (185,137,44)

Color info

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

RGB color model

#B9892C color RGB value is (185,137,44).

  • red value is 185;
  • green value is 137;
  • blue value is 44.
RGB:
(185,137,44)
(73%,54%,17%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 44 of 255 = 17%

185
137
44

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

Portions of RGB colors in percentages

R + G + B =
185 + 137 + 44 = 366 (100%)
R 185 of 366 ~ 50.55%
G 137 of 366 ~ 37.43%
B 44 of 366 ~ 12.02%

%50.55
%37.43
%12.02

CMYK color model

#B9892C color CMYK value is (0,26,76,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 76.22%
  • key color value is 27.45%
CMYK:
(0,26,76,27)
C0M26Y76K27 
(0%,26%,76%,27%)
(0.00/0.26/0.76/0.27)	

CMYK percentages

%0
%25.95
%76.22
%27.45

Codes

Color #B9892C in popluar color models

B9892C
RGB18513744
HSL40°61.57%44.90%
HSB/HSV40°76.22%72.55%
CMYK0.00%25.95%76.22%
27.45%

Color #B9892C in popluar number systems.

HEXB9892C
Decimal18513744
Binary1011100110001001101100
Octal27121154

Shades and tints

Shades of #B9892C

#B9892C
(185,137,44)
#A97D28
(169,125,40)
#997124
(153,113,36)
#896520
(137,101,32)
#79591C
(121,89,28)
#694D18
(105,77,24)
#594114
(89,65,20)
#493510
(73,53,16)
#39290C
(57,41,12)
#291D08
(41,29,8)
#191104
(25,17,4)
#000000
(0,0,0)

Tints of #B9892C

#B9892C
(185,137,44)
#BF933F
(191,147,63)
#C59D52
(197,157,82)
#CBA765
(203,167,101)
#D1B178
(209,177,120)
#D7BB8B
(215,187,139)
#DDC59E
(221,197,158)
#E3CFB1
(227,207,177)
#E9D9C4
(233,217,196)
#EFE3D7
(239,227,215)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9892C color. Also use rgb(185,137,44) instead hex code.

Text Font Color

.myTextColor { color: #B9892C; }

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

This text font color is #B9892C.


Background Color

.myBgColor { background-color: #B9892C; }

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

This div background color is #B9892C.


Border color

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

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

This div border color is #B9892C.


Opacity

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

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

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

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

This text has shadow with #B9892C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9892C on black background.


Color preview on white background

This text has color #B9892C on white background.



Black color preview on #B9892C background

This text has black color on #B9892C background.


White color preview on #B9892C background

This text has white color on #B9892C background.