HEX: #B9821D
RGB: (185,130,29)
#B9821D contains mainly red and green colors. Web safe color of #B9821D is #CC9933 (or #C93).
#B9821D color RGB value is (185,130,29).
RGB: (185,130,29)
(73%, 51%, 11%)
R 185 of 255 = 73%
G 130 of 255 = 51%
B 29 of 255 = 11%
R + G + B ~ 45%. #B9821D is middle color (not dark and not light).
R + G + B = 185 + 130 + 29 = 344 (100%)
R 185 of 344 ~ 53.78%
G 130 of 344 ~ 37.79%
B 29 of 344 ~ 8.43'%
#B9821D color CMYK value is (0,30,84,27).
CMYK: (0,30,84,27) C0M30Y84K27 (0%,30%,84%,27%) (0.00/0.30/0.84/0.27)
Color #B9821D in popluar color models
B9 | 82 | 1D | |
---|---|---|---|
RGB | 185 | 130 | 29 |
HSL | 39° | 72.90% | 41.96% |
HSB/HSV | 39° | 84.32% | 72.55% |
CMYK | 0.00% | 29.73% | 84.32% |
27.45% |
Color #B9821D in popluar number systems.
HEX | B9 | 82 | 1D |
Decimal | 185 | 130 | 29 |
Binary | 10111001 | 10000010 | 11101 |
Octal | 271 | 202 | 35 |
Shades of #B9821D
Tints of #B9821D
Examples of css and html codes for elements with #B9821D color. Also use rgb(185,130,29) instead hex code.
.myTextColor { color: #B9821D; }
<p style="color:#B9821D">This sample text font color is #B9821D.</p>
This text font color is #B9821D.
.myBgColor { background-color: #B9821D; }
<div style="background-color:#B9821D">Inner text</div>
This div background color is #B9821D.
.myBorderColor { border: 1px solid #B9821D; }
<div style="border:3px solid #B9821D">Div</div>
This div border color is #B9821D.
.myOpacity80 { color: #B9821D; opacity: 0.8; }
<p style="color:#B9821D;opacity:0.8;">80%</p>
Text with #B9821D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9821D;}
<p style="text-shadow: 3px 3px 1px #B9821D">Text here.</p>
This text has shadow with #B9821D color.
.textShadow {text-shadow: 3px 3px 1px #B9821D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9821D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9821D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9821D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9821D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9821D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9821D;
-webkit-box-shadow: 1px 1px 3px 2px #B9821D;
box-shadow: 1px 1px 3px 2px #B9821D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9821D; -webkit-box-shadow: 1px 1px 3px 2px #B9821D; box-shadow:1px 1px 3px 2px #B9821D;">
Div content here
</div>
This text has color #B9821D on black background.
This text has color #B9821D on white background.
This text has black color on #B9821D background.
This text has white color on #B9821D background.
Complementary color for #hex is #467DE2.